Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDate
Packages that use ValueDate
-
Uses of ValueDate in com.sap.cloud.sdk.datamodel.odata.client.expression
Classes in com.sap.cloud.sdk.datamodel.odata.client.expression that implement ValueDateModifier and TypeClassDescriptionstatic class
OData expression for date values.Fields in com.sap.cloud.sdk.datamodel.odata.client.expression declared as ValueDateModifier and TypeFieldDescriptionstatic final ValueDate
ValueDate.NULL
Null value for date operations.Methods in com.sap.cloud.sdk.datamodel.odata.client.expression that return ValueDateModifier and TypeMethodDescriptiondefault ValueDate
FieldUntyped.asDate()
Cast the field reference to a date value, enabling type-safe expressions.static ValueDate
Returns aValueDate
from the givenv
.Methods in com.sap.cloud.sdk.datamodel.odata.client.expression with parameters of type ValueDateModifier and TypeMethodDescriptionstatic ValueDate.Expression
FilterExpressionArithmetic.add
(ValueDate operand1, ValueDuration operand2) Addition expression for date and duration.static ValueNumeric.Expression
Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"day"
portion of a temporal value.default ValueDuration.Expression
FilterableDate.difference
(ValueDate operand) Filter by expression "sub".static ValueNumeric.Expression
Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"month"
portion of a temporal value.static ValueDuration.Expression
Subtraction expression for date and date.static ValueDate.Expression
FilterExpressionArithmetic.subtract
(ValueDate operand1, ValueDuration operand2) Subtraction expression for date and duration.static ValueNumeric.Expression
Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"year"
portion of a temporal value.