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.DateTime<EntityT>
A DateTime property.
|
Modifier and Type | Class and Description |
---|---|
static class |
FilterableDateTime.Expression<EntityT>
Wrapper expression class, which delegates to another operation.
|
Modifier and Type | Method and Description |
---|---|
default FilterableDateTime<EntityT> |
FilterableDateTime.add(Duration operand)
Filter by expression "add".
|
default FilterableDateTime<EntityT> |
FilterableDateTime.add(FilterableDuration<EntityT> operand)
Filter by expression "add".
|
default FilterableDateTime<EntityT> |
FilterableDateTime.subtract(Duration operand)
Filter by expression "add".
|
default FilterableDateTime<EntityT> |
FilterableDateTime.subtract(FilterableDuration<EntityT> operand)
Filter by expression "sub".
|
Copyright © 2020 SAP SE. All rights reserved.