Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueCollection.Expression
-
Uses of ValueCollection.Expression in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeMethodDescriptiondefault ValueCollection.Expression
FilterableCollection.concat
(ValueCollection operand) Filter by expression "concat".default ValueCollection.Expression
Filter by expression "concat".static ValueCollection.Expression
FilterExpressionCollection.concat
(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) default ValueCollection.Expression
Filter by expression "substring".default ValueCollection.Expression
Filter by expression "substring".static ValueCollection.Expression
FilterExpressionCollection.substring
(Expressions.OperandMultiple operand1, ValueNumeric operand2) Returns aValueCollection.Expression
that extracts the subsequence of {@code operand1) starting from {@code operand2) ({@code "substring"}). @param operand1 The collection to get the subsequence from. @param operand2 The index of the first element of the subsequence to be extracted. @return A {@link ValueCollection.Expression}.static ValueCollection.Expression
FilterExpressionCollection.substring
(Expressions.OperandMultiple operand1, ValueNumeric operand2, ValueNumeric operand3) Returns aValueCollection.Expression
that extracts the subsequence of {@code operand1) starting from {@code operand2) with length {@code operand3} ({@code "substring"}). @param operand1 The collection to get the subsequence from. @param operand2 The index of the first element of the subsequence to be extracted. @param operand3 The length of the subsequence to be extracted. @return A {@link ValueCollection.Expression}.