Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odatav4.core | |
com.sap.cloud.sdk.datamodel.odatav4.expression |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleProperty.NumericDecimal<EntityT>
A Decimal property.
|
static class |
SimpleProperty.NumericInteger<EntityT>
An Integer property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
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.
|
Modifier and Type | Class and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
FilterableNumeric<EntityT> |
FilterableNumeric.add(FilterableNumericInteger<EntityT> operand)
Filter by expression "add".
|
FilterableNumeric<EntityT> |
FilterableNumeric.add(Integer operand)
Filter by expression "add".
|
FilterableNumeric<EntityT> |
FilterableNumeric.add(Long operand)
Filter by expression "add".
|
FilterableNumeric<EntityT> |
FilterableNumeric.modulo(FilterableNumericInteger<EntityT> operand)
Filter by expression "mod".
|
FilterableNumeric<EntityT> |
FilterableNumeric.modulo(Integer operand)
Filter by expression "mod".
|
FilterableNumeric<EntityT> |
FilterableNumeric.modulo(Long operand)
Filter by expression "mod".
|
FilterableNumeric<EntityT> |
FilterableNumeric.multiply(FilterableNumericInteger<EntityT> operand)
Filter by expression "mul".
|
FilterableNumeric<EntityT> |
FilterableNumeric.multiply(Integer operand)
Filter by expression "mul".
|
FilterableNumeric<EntityT> |
FilterableNumeric.multiply(Long operand)
Filter by expression "mul".
|
FilterableNumeric<EntityT> |
FilterableNumeric.negate()
Filter by expression "-".
|
FilterableNumeric<EntityT> |
FilterableNumeric.subtract(FilterableNumericInteger<EntityT> operand)
Filter by expression "sub".
|
FilterableNumeric<EntityT> |
FilterableNumeric.subtract(Integer operand)
Filter by expression "sub".
|
FilterableNumeric<EntityT> |
FilterableNumeric.subtract(Long operand)
Filter by expression "sub".
|
Modifier and Type | Method and Description |
---|---|
default FilterableDuration<EntityT> |
FilterableDuration.divide(FilterableNumeric<EntityT> operand)
Filter by expression "div".
|
default FilterableDuration<EntityT> |
FilterableDuration.multiply(FilterableNumeric<EntityT> operand)
Filter by expression "mul".
|
Copyright © 2021 SAP SE. All rights reserved.