Class ValueDateTimeOffset.Expression
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset.Expression
- All Implemented Interfaces:
Expressions.Operand,Expressions.OperandSingle,FilterableComparisonAbsolute,FilterableComparisonRelative,FilterableDateTimeOffset,FilterExpression,ValueDateTimeOffset
- Enclosing interface:
- ValueDateTimeOffset
public static class ValueDateTimeOffset.Expression
extends Object
implements FilterExpression, ValueDateTimeOffset
OData expression for date time offset values.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset
ValueDateTimeOffset.Expression -
Field Summary
Fields inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
NULLFields inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExpression(ODataProtocol protocol) Create the String representation of the expression based on a givenODataProtocol.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) Create the String representation of the expression.List of the operands used for the OData filter expression.String representation of the OData filter expression operator.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
equalTo, equalTo, equalToNull, in, in, in, in, notEqualTo, notEqualTo, notEqualToNullMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqualMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
add, add, date, dateDay, dateMonth, dateYear, offsetMinutes, subtract, subtract, time, timeFractionalSeconds, timeHour, timeMinute, timeSecond
-
Constructor Details
-
Expression
-
-
Method Details
-
getOperator
Description copied from interface:FilterExpressionString representation of the OData filter expression operator.- Specified by:
getOperatorin interfaceFilterExpression- Returns:
- The operator.
-
getOperands
Description copied from interface:FilterExpressionList of the operands used for the OData filter expression.- Specified by:
getOperandsin interfaceFilterExpression- Returns:
- The operands.
-
getExpression
Description copied from interface:Expressions.OperandCreate the String representation of the expression based on a givenODataProtocol.- Specified by:
getExpressionin interfaceExpressions.Operand- Parameters:
protocol- TheODataProtocolthat the expression should conform to.- Returns:
- The expression String.
-
getExpression
Description copied from interface:Expressions.OperandCreate the String representation of the expression.- Specified by:
getExpressionin interfaceExpressions.Operand- Parameters:
protocol- The OData protocol to derive serialization rules from.prefixes- Additional field prefixes, e.g. when using lambda expressions.- Returns:
- The expression String.
-