| Package | Description |
|---|---|
| com.sap.cloud.sdk.datamodel.odata.client.expression |
| Modifier and Type | Method and Description |
|---|---|
static ValueCollection.Expression |
FilterExpressionCollection.concat(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
default ValueCollection.Expression |
FilterableCollection.concat(Iterable<?> operand)
Filter by expression "concat".
|
default ValueCollection.Expression |
FilterableCollection.concat(ValueCollection operand)
Filter by expression "concat".
|
static ValueCollection.Expression |
FilterExpressionCollection.substring(Expressions.OperandMultiple operand1,
ValueNumeric operand2) |
static ValueCollection.Expression |
FilterExpressionCollection.substring(Expressions.OperandMultiple operand1,
ValueNumeric operand2,
ValueNumeric operand3) |
default ValueCollection.Expression |
FilterableCollection.substring(Integer operand)
Filter by expression "substring".
|
default ValueCollection.Expression |
FilterableCollection.substring(Integer operandIndex,
Integer operandLength)
Filter by expression "substring".
|
Copyright © 2022 SAP SE. All rights reserved.