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.Boolean<EntityT>
A Boolean property.
|
static class |
SimpleProperty.Date<EntityT>
A Date property.
|
static class |
SimpleProperty.DateTime<EntityT>
A DateTime property.
|
static class |
SimpleProperty.Duration<EntityT>
A Duration property.
|
static class |
SimpleProperty.Guid<EntityT>
A Guid property.
|
static class |
SimpleProperty.NumericDecimal<EntityT>
A Decimal property.
|
static class |
SimpleProperty.NumericInteger<EntityT>
An Integer property.
|
static class |
SimpleProperty.String<EntityT>
A String property.
|
static class |
SimpleProperty.Time<EntityT>
A Time property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FilterableBoolean<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by Boolean.
|
interface |
FilterableDate<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by Date.
|
interface |
FilterableDateTime<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by DateTime.
|
interface |
FilterableDuration<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by Duration.
|
interface |
FilterableGuid<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by Guid.
|
interface |
FilterableNumeric<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by Number.
|
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.
|
interface |
FilterableString<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by String.
|
interface |
FilterableTime<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by Time.
|
Modifier and Type | Class and Description |
---|---|
static class |
FilterableBoolean.Expression<EntityT>
Wrapper expression class, which delegates to another operation.
|
static class |
FilterableDate.Expression<EntityT>
Wrapper expression class, which delegates to another operation.
|
static class |
FilterableDateTime.Expression<EntityT>
Wrapper expression class, which delegates to another operation.
|
static class |
FilterableDuration.Expression<EntityT>
Wrapper expression class, which delegates to another operation.
|
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.
|
static class |
FilterableString.Expression<EntityT>
Wrapper expression class, which delegates to another operation.
|
static class |
FilterableTime.Expression<EntityT>
Wrapper expression class, which delegates to another operation.
|
Modifier and Type | Method and Description |
---|---|
default FilterableBoolean<EntityT> |
FilterableValue.equalTo(FilterableValue<?,?> operand)
Filter by expression "eq".
|
default FilterableBoolean<EntityT> |
FilterableValue.greaterThan(FilterableValue<?,?> operand)
Filter by expression "gt".
|
default FilterableBoolean<EntityT> |
FilterableValue.greaterThanEqual(FilterableValue<?,?> operand)
Filter by expression "ge".
|
default FilterableBoolean<EntityT> |
FilterableValue.lessThan(FilterableValue<?,?> operand)
Filter by expression "lt".
|
default FilterableBoolean<EntityT> |
FilterableValue.lessThanEqual(FilterableValue<?,?> operand)
Filter by expression "le".
|
default FilterableBoolean<EntityT> |
FilterableValue.notEqualTo(FilterableValue<?,?> operand)
Filter by expression "ne".
|
Copyright © 2020 SAP SE. All rights reserved.