Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueCollection
-
Uses of ValueCollection in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeClassDescriptionstatic class
OData expression for generic value collections.Modifier and TypeFieldDescriptionstatic final ValueCollection
ValueCollection.NULL
Null value for collection operations.Modifier and TypeMethodDescriptiondefault ValueCollection
FieldUntyped.asCollection()
Cast the field reference to a collection value, enabling type-safe expressions.static ValueCollection
Returns aValueCollection
instance from the givenv
.Modifier and TypeMethodDescriptiondefault 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".