Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueCollection.Expression
Packages that use ValueCollection.Expression
- 
Uses of ValueCollection.Expression in com.sap.cloud.sdk.datamodel.odata.client.expression
Methods in com.sap.cloud.sdk.datamodel.odata.client.expression that return ValueCollection.ExpressionModifier and TypeMethodDescriptiondefault ValueCollection.ExpressionFilterableCollection.concat(ValueCollection operand) Filter by expression "concat".default ValueCollection.ExpressionFilter by expression "concat".static ValueCollection.ExpressionFilterExpressionCollection.concat(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) default ValueCollection.ExpressionFilter by expression "substring".default ValueCollection.ExpressionFilter by expression "substring".static ValueCollection.ExpressionFilterExpressionCollection.substring(Expressions.OperandMultiple operand1, ValueNumeric operand2) Returns aValueCollection.Expressionthat 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.ExpressionFilterExpressionCollection.substring(Expressions.OperandMultiple operand1, ValueNumeric operand2, ValueNumeric operand3) Returns aValueCollection.Expressionthat 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}.