Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odata.client.expression |
Modifier and Type | Class and Description |
---|---|
static class |
ValueCollection.Expression |
Modifier and Type | Method and Description |
---|---|
default ValueCollection |
FieldUntyped.asCollection()
Cast the field reference to a collection value, enabling type-safe expressions.
|
static ValueCollection |
ValueCollection.literal(Iterable<?> v) |
Modifier and Type | Method and Description |
---|---|
default ValueCollection.Expression |
FilterableCollection.concat(ValueCollection operand)
Filter by expression "concat".
|
default ValueBoolean.Expression |
FilterableCollection.contains(ValueCollection operand)
Filter by expression "contains".
|
default ValueBoolean.Expression |
FilterableCollection.endsWith(ValueCollection operand)
Filter by expression "endsWith".
|
default ValueBoolean.Expression |
FilterableCollection.hasSubSequence(ValueCollection operand)
Filter by expression "hasSubSequence".
|
default ValueBoolean.Expression |
FilterableCollection.hasSubset(ValueCollection operand)
Filter by expression "hasSubset".
|
default ValueNumeric.Expression |
FilterableCollection.indexOf(ValueCollection operand)
Filter by expression "indexOf".
|
default ValueBoolean.Expression |
FilterableCollection.startsWith(ValueCollection operand)
Filter by expression "startsWith".
|
Copyright © 2020 SAP SE. All rights reserved.