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