Interface FilterExpression
- All Superinterfaces:
Expressions.Operand
- All Known Implementing Classes:
ValueBinary.Expression,ValueBoolean.Expression,ValueCollection.Expression,ValueDate.Expression,ValueDateTime.Expression,ValueDateTimeOffset.Expression,ValueDuration.Expression,ValueNumeric.Expression,ValueString.Expression,ValueTimeOfDay.Expression
Generic interface to describe an OData filter expression.
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
NULL -
Method Summary
Modifier and TypeMethodDescriptionList of the operands used for the OData filter expression.String representation of the OData filter expression operator.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
getExpression, getExpression
-
Method Details
-
getOperator
String representation of the OData filter expression operator.- Returns:
- The operator.
-
getOperands
List of the operands used for the OData filter expression.- Returns:
- The operands.
-