Uses of Interface
com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
Packages that use FilterableNumeric
Package
Description
-
Uses of FilterableNumeric in com.sap.cloud.sdk.datamodel.odatav4.core
Classes in com.sap.cloud.sdk.datamodel.odatav4.core that implement FilterableNumericModifier and TypeClassDescriptionstatic class
SimpleProperty.NumericDecimal<EntityT>
A Decimal property.static class
SimpleProperty.NumericInteger<EntityT>
An Integer property. -
Uses of FilterableNumeric in com.sap.cloud.sdk.datamodel.odatav4.expression
Subinterfaces of FilterableNumeric in com.sap.cloud.sdk.datamodel.odatav4.expressionModifier and TypeInterfaceDescriptioninterface
FilterableNumericDecimal<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by Integer.interface
FilterableNumericInteger<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by Integer.Classes in com.sap.cloud.sdk.datamodel.odatav4.expression that implement FilterableNumericModifier and TypeClassDescriptionstatic class
FilterableNumericDecimal.Expression<EntityT>
Wrapper expression class, which delegates to another operation.static class
FilterableNumericInteger.Expression<EntityT>
Wrapper expression class, which delegates to another operation.Methods in com.sap.cloud.sdk.datamodel.odatav4.expression that return FilterableNumericModifier and TypeMethodDescriptionFilterableNumeric.add
(FilterableNumericInteger<EntityT> operand) Filter by expression "add".Filter by expression "add".Filter by expression "add".FilterableNumeric.modulo
(FilterableNumericInteger<EntityT> operand) Filter by expression "mod".Filter by expression "mod".Filter by expression "mod".FilterableNumeric.multiply
(FilterableNumericInteger<EntityT> operand) Filter by expression "mul".Filter by expression "mul".Filter by expression "mul".FilterableNumeric.negate()
Filter by expression "-".FilterableNumeric.subtract
(FilterableNumericInteger<EntityT> operand) Filter by expression "sub".Filter by expression "sub".Filter by expression "sub".Methods in com.sap.cloud.sdk.datamodel.odatav4.expression with parameters of type FilterableNumericModifier and TypeMethodDescriptiondefault FilterableDuration<EntityT>
FilterableDuration.divide
(FilterableNumeric<EntityT> operand) Filter by expression "div".default FilterableDuration<EntityT>
FilterableDuration.multiply
(FilterableNumeric<EntityT> operand) Filter by expression "mul".