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.Duration<EntityT>
A Duration property.
|
Modifier and Type | Class and Description |
---|---|
static class |
FilterableDuration.Expression<EntityT>
Wrapper expression class, which delegates to another operation.
|
Modifier and Type | Method and Description |
---|---|
default FilterableDuration<EntityT> |
FilterableDuration.add(Duration operand)
Filter by expression "add".
|
default FilterableDuration<EntityT> |
FilterableDuration.add(FilterableDuration<EntityT> operand)
Filter by expression "add".
|
default FilterableDuration<EntityT> |
FilterableDate.difference(FilterableDate<EntityT> operand)
Filter by expression "sub".
|
default FilterableDuration<EntityT> |
FilterableDate.difference(LocalDate operand)
Filter by expression "sub".
|
default FilterableDuration<EntityT> |
FilterableDuration.divide(FilterableNumeric<EntityT> operand)
Filter by expression "div".
|
default FilterableDuration<EntityT> |
FilterableDuration.divide(Number operand)
Filter by expression "div".
|
default FilterableDuration<EntityT> |
FilterableDuration.multiply(FilterableNumeric<EntityT> operand)
Filter by expression "mul".
|
default FilterableDuration<EntityT> |
FilterableDuration.multiply(Number operand)
Filter by expression "mul".
|
default FilterableDuration<EntityT> |
FilterableDuration.negate()
Filter by expression "-".
|
default FilterableDuration<EntityT> |
FilterableDuration.subtract(Duration operand)
Filter by expression "sub".
|
default FilterableDuration<EntityT> |
FilterableDuration.subtract(FilterableDuration<EntityT> operand)
Filter by expression "sub".
|
Modifier and Type | Method and Description |
---|---|
default FilterableDateTime<EntityT> |
FilterableDateTime.add(FilterableDuration<EntityT> operand)
Filter by expression "add".
|
default FilterableDate<EntityT> |
FilterableDate.add(FilterableDuration<EntityT> operand)
Filter by expression "add".
|
default FilterableDuration<EntityT> |
FilterableDuration.add(FilterableDuration<EntityT> operand)
Filter by expression "add".
|
default FilterableDateTime<EntityT> |
FilterableDateTime.subtract(FilterableDuration<EntityT> operand)
Filter by expression "sub".
|
default FilterableDate<EntityT> |
FilterableDate.subtract(FilterableDuration<EntityT> operand)
Filter by expression "sub".
|
default FilterableDuration<EntityT> |
FilterableDuration.subtract(FilterableDuration<EntityT> operand)
Filter by expression "sub".
|
Copyright © 2021 SAP SE. All rights reserved.