Interface FilterableNumericInteger<EntityT>
- Type Parameters:
EntityT- Type of the entity which references the value.
- All Superinterfaces:
EntityReference<EntityT>,Expressions.Operand,FilterableNumeric<EntityT>,FilterableValue<EntityT,Number>
- All Known Implementing Classes:
FilterableNumericInteger.Expression,SimpleProperty.NumericInteger
Fluent helper class to provide filter functions to OData expressions referenced by Integer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classWrapper expression class, which delegates to another operation. -
Field Summary
Fields inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
NULL -
Method Summary
Modifier and TypeMethodDescriptiondefault FilterableNumericInteger<EntityT>add(FilterableNumericInteger<EntityT> operand) Filter by expression "add".default FilterableNumericInteger<EntityT>Filter by expression "add".default FilterableNumericInteger<EntityT>Filter by expression "add".default FilterableNumericDecimal<EntityT>Filter by expression "add".default FilterableNumericInteger<EntityT>modulo(FilterableNumericInteger<EntityT> operand) Filter by expression "mod".default FilterableNumericInteger<EntityT>Filter by expression "mod".default FilterableNumericInteger<EntityT>Filter by expression "mod".default FilterableNumericDecimal<EntityT>Filter by expression "mod".default FilterableNumericInteger<EntityT>multiply(FilterableNumericInteger<EntityT> operand) Filter by expression "mul".default FilterableNumericInteger<EntityT>Filter by expression "mul".default FilterableNumericInteger<EntityT>Filter by expression "mul".default FilterableNumericDecimal<EntityT>Filter by expression "mul".default FilterableNumericInteger<EntityT>negate()Filter by expression "-".default FilterableNumericInteger<EntityT>subtract(FilterableNumericInteger<EntityT> operand) Filter by expression "sub".default FilterableNumericInteger<EntityT>Filter by expression "sub".default FilterableNumericInteger<EntityT>Filter by expression "sub".default FilterableNumericDecimal<EntityT>Filter by expression "sub".Methods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.expression.EntityReference
getEntityTypeMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
getExpression, getExpressionMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
add, divide, divide, divide, modulo, multiply, subtractMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
equalTo, equalTo, equalToNull, greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, in, in, lessThan, lessThan, lessThanEqual, lessThanEqual, notEqualTo, notEqualTo, notEqualToNull
-
Method Details
-
add
@Nonnull default FilterableNumericInteger<EntityT> add(@Nonnull FilterableNumericInteger<EntityT> operand) Description copied from interface:FilterableNumericFilter by expression "add".- Specified by:
addin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to add.- Returns:
- The FluentHelper filter.
-
add
Description copied from interface:FilterableNumericFilter by expression "add".- Specified by:
addin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to add.- Returns:
- The FluentHelper filter.
-
add
Description copied from interface:FilterableNumericFilter by expression "add".- Specified by:
addin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to add.- Returns:
- The FluentHelper filter.
-
add
Description copied from interface:FilterableNumericFilter by expression "add".- Specified by:
addin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to add.- Returns:
- The FluentHelper filter.
-
multiply
@Nonnull default FilterableNumericInteger<EntityT> multiply(@Nonnull FilterableNumericInteger<EntityT> operand) Description copied from interface:FilterableNumericFilter by expression "mul".- Specified by:
multiplyin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to multiply.- Returns:
- The FluentHelper filter.
-
multiply
Description copied from interface:FilterableNumericFilter by expression "mul".- Specified by:
multiplyin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to multiply.- Returns:
- The FluentHelper filter.
-
multiply
Description copied from interface:FilterableNumericFilter by expression "mul".- Specified by:
multiplyin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to multiply.- Returns:
- The FluentHelper filter.
-
multiply
Description copied from interface:FilterableNumericFilter by expression "mul".- Specified by:
multiplyin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to multiply.- Returns:
- The FluentHelper filter.
-
subtract
@Nonnull default FilterableNumericInteger<EntityT> subtract(@Nonnull FilterableNumericInteger<EntityT> operand) Description copied from interface:FilterableNumericFilter by expression "sub".- Specified by:
subtractin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to subtract.- Returns:
- The FluentHelper filter.
-
subtract
Description copied from interface:FilterableNumericFilter by expression "sub".- Specified by:
subtractin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to subtract.- Returns:
- The FluentHelper filter.
-
subtract
Description copied from interface:FilterableNumericFilter by expression "sub".- Specified by:
subtractin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to subtract.- Returns:
- The FluentHelper filter.
-
subtract
Description copied from interface:FilterableNumericFilter by expression "sub".- Specified by:
subtractin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The number to subtract.- Returns:
- The FluentHelper filter.
-
modulo
@Nonnull default FilterableNumericInteger<EntityT> modulo(@Nonnull FilterableNumericInteger<EntityT> operand) Description copied from interface:FilterableNumericFilter by expression "mod".- Specified by:
moduloin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The base number to calculate the modulo from.- Returns:
- The FluentHelper filter.
-
modulo
Description copied from interface:FilterableNumericFilter by expression "mod".- Specified by:
moduloin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The base number to calculate the modulo from.- Returns:
- The FluentHelper filter.
-
modulo
Description copied from interface:FilterableNumericFilter by expression "mod".- Specified by:
moduloin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The base number to calculate the modulo from.- Returns:
- The FluentHelper filter.
-
modulo
Description copied from interface:FilterableNumericFilter by expression "mod".- Specified by:
moduloin interfaceFilterableNumeric<EntityT>- Parameters:
operand- The base number to calculate the modulo from.- Returns:
- The FluentHelper filter.
-
negate
Description copied from interface:FilterableNumericFilter by expression "-".- Specified by:
negatein interfaceFilterableNumeric<EntityT>- Returns:
- The FluentHelper filter.
-