public class ListValue extends AbstractValue<ListValue> implements CqnListValue
cdsType| Modifier and Type | Method and Description |
|---|---|
protected Jsonizer |
json() |
static ListValue |
of(Collection<? extends CqnValue> values) |
static ListValue |
of(Stream<? extends CqnValue> values) |
int |
size() |
Stream<CqnValue> |
values() |
as, asc, ascNullsLast, average, between, between, between, between, contains, contains, contains, countDistinct, desc, descNullsFirst, dividedBy, dividedBy, endsWith, endsWith, eq, eq, func, ge, ge, gt, gt, in, in, in, in, is, is, isNot, isNot, isNotNull, isNull, le, le, lt, lt, max, min, minus, minus, ne, ne, plain, plus, plus, startsWith, startsWith, substring, substring, substring, substring, sum, times, times, toJson, toLower, toString, toUpper, type, type, type, type, withoutAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, asList, isListas, asExpression, asFunction, asLiteral, asNullValue, asParameter, asPlain, asRef, isExpression, isFunction, isLiteral, isNullValue, isParameter, isPlain, isRef, ofRef, typetoJsonpublic static ListValue of(Collection<? extends CqnValue> values)
public Stream<CqnValue> values()
values in interface CqnListValuepublic int size()
size in interface CqnListValueprotected Jsonizer json()
json in class AbstractValue<ListValue>Copyright © 2023 SAP. All rights reserved.