Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueNumeric.Expression
-
Uses of ValueNumeric.Expression in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeMethodDescriptionstatic ValueNumeric.Expression
FilterExpressionArithmetic.add
(ValueNumeric operand1, ValueNumeric operand2) Addition expression for numbers.default ValueNumeric.Expression
FilterableNumeric.ceil()
Filter by expression "ceiling".static ValueNumeric.Expression
FilterExpressionArithmetic.ceiling
(ValueNumeric operand) Ceil expression for numbers.default ValueNumeric.Expression
FilterableDate.dateDay()
Filter by expression "day".default ValueNumeric.Expression
FilterableDateTimeOffset.dateDay()
Filter by expression "day".default ValueNumeric.Expression
FilterableDate.dateMonth()
Filter by expression "month".default ValueNumeric.Expression
FilterableDateTimeOffset.dateMonth()
Filter by expression "month".default ValueNumeric.Expression
FilterableDate.dateYear()
Filter by expression "year".default ValueNumeric.Expression
FilterableDateTimeOffset.dateYear()
Filter by expression "year".static ValueNumeric.Expression
Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"day"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.day
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"day"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionArithmetic.divide
(ValueNumeric operand1, ValueNumeric operand2) Division expression for floating point numbers.static ValueNumeric.Expression
FilterExpressionArithmetic.divideEuclidean
(ValueNumeric operand1, ValueNumeric operand2) Division expression for integer numbers.default ValueNumeric.Expression
FilterableNumeric.floor()
Filter by expression "floor".static ValueNumeric.Expression
FilterExpressionArithmetic.floor
(ValueNumeric operand) Floor expression for numbers.static ValueNumeric.Expression
FilterExpressionTemporal.fractionalSeconds
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"fractionalseconds"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.fractionalSeconds
(ValueTimeOfDay operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"fractionalseconds"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.hour
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"hour"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.hour
(ValueTimeOfDay operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"hour"
portion of a temporal value.default ValueNumeric.Expression
FilterableCollection.indexOf
(ValueCollection operand) Filter by expression "indexOf".default ValueNumeric.Expression
Filter by expression "indexOf".static ValueNumeric.Expression
FilterExpressionCollection.indexOf
(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueNumeric.Expression
that is supposed to return the index ofoperand1
whereoperand2
starts ("indexof"
).static ValueNumeric.Expression
FilterExpressionString.indexOf
(ValueString operand1, ValueString operand2) default ValueNumeric.Expression
FilterableCollection.length()
Filter by expression "length".static ValueNumeric.Expression
FilterExpressionCollection.length
(Expressions.OperandMultiple operand) static ValueNumeric.Expression
FilterExpressionString.length
(ValueString operand) static ValueNumeric.Expression
FilterExpressionTemporal.minute
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"minute"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.minute
(ValueTimeOfDay operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"minute"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionArithmetic.modulo
(ValueNumeric operand1, ValueNumeric operand2) Modulo expression for numbers.static ValueNumeric.Expression
Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"month"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.month
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"month"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionArithmetic.multiply
(ValueNumeric operand1, ValueNumeric operand2) Multiplication expression for numbers.default ValueNumeric.Expression
FilterableNumeric.negate()
Filter by expression "-".static ValueNumeric.Expression
FilterExpressionArithmetic.negate
(ValueNumeric operand) Negation expression for numbers.default ValueNumeric.Expression
FilterableDateTimeOffset.offsetMinutes()
Filter by expression "offsetminutes".default ValueNumeric.Expression
FilterableDuration.offsetSeconds()
Filter by expression "offsetseconds".default ValueNumeric.Expression
FilterableNumeric.round()
Filter by expression "round".static ValueNumeric.Expression
FilterExpressionArithmetic.round
(ValueNumeric operand) Round expression for numbers.static ValueNumeric.Expression
FilterExpressionTemporal.second
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"second"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.second
(ValueTimeOfDay operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"second"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionArithmetic.subtract
(ValueNumeric operand1, ValueNumeric operand2) Subtraction expression for numbers.default ValueNumeric.Expression
FilterableDateTimeOffset.timeFractionalSeconds()
Filter by expression "fractionalseconds".default ValueNumeric.Expression
FilterableTimeOfDay.timeFractionalSeconds()
Filter by expression "fractionalseconds".default ValueNumeric.Expression
FilterableDateTimeOffset.timeHour()
Filter by expression "hour".default ValueNumeric.Expression
FilterableTimeOfDay.timeHour()
Filter by expression "hour".default ValueNumeric.Expression
FilterableDateTimeOffset.timeMinute()
Filter by expression "minute".default ValueNumeric.Expression
FilterableTimeOfDay.timeMinute()
Filter by expression "minute".default ValueNumeric.Expression
FilterableDateTimeOffset.timeSecond()
Filter by expression "second".default ValueNumeric.Expression
FilterableTimeOfDay.timeSecond()
Filter by expression "second".static ValueNumeric.Expression
FilterExpressionTemporal.totalOffsetMinutes
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"totaloffsetminutes"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.totalOffsetSeconds
(ValueDuration operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"totaloffsetseconds"
portion of a temporal value.static ValueNumeric.Expression
Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"year"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.year
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"year"
portion of a temporal value.