Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odata.client.expression | |
com.sap.cloud.sdk.datamodel.odatav4.core | |
com.sap.cloud.sdk.datamodel.odatav4.expression |
Modifier and Type | Interface and Description |
---|---|
interface |
FieldReference
OData filter expression operand for a generic entity field reference.
|
interface |
FieldUntyped
OData filter expression operand for an untyped entity field reference.
|
interface |
ValueBinary
OData filter expression operand of type Edm.String
|
interface |
ValueBoolean
OData filter expression operand of type Edm.Boolean
|
interface |
ValueDate
OData filter expression operand of type Edm.Date
|
interface |
ValueDateTime
OData filter expression operand of type Edm.DateTime (OData 2.0 only)
|
interface |
ValueDateTimeOffset
OData filter expression operand of type Edm.DateTimeOffset
|
interface |
ValueDuration
OData filter expression operand of type Edm.Duration
|
interface |
ValueEnum
OData filter expression operand of enumeration type
|
interface |
ValueGuid
OData filter expression operand of type Edm.Guid
|
interface |
ValueNumeric
OData filter expression operand of type Edm.Int32, ...
|
interface |
ValueString
OData filter expression operand of type Edm.String
|
interface |
ValueTimeOfDay
OData filter expression operand of type Edm.TimeOfDay in case of OData 4.0 or Edm.Time in case of OData 2.0.
|
Modifier and Type | Class and Description |
---|---|
static class |
ValueBinary.Expression |
static class |
ValueBoolean.Expression
Implementation with literal number value.
|
static class |
ValueDate.Expression |
static class |
ValueDateTime.Expression |
static class |
ValueDateTimeOffset.Expression |
static class |
ValueDuration.Expression |
static class |
ValueNumeric.Expression |
static class |
ValueString.Expression |
static class |
ValueTimeOfDay.Expression |
Modifier and Type | Method and Description |
---|---|
static <PrimitiveT> |
Expressions.createOperand(PrimitiveT value)
Helper function to generate an OData filter expression operand for a primitive Java type.
|
Modifier and Type | Method and Description |
---|---|
static ValueBoolean.Expression |
FilterExpressionLogical.has(Expressions.OperandSingle operand1,
ValueEnum operand2) |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexProperty<EntityT extends VdmObject<?>,TargetT extends VdmComplex<?>>
Interface representing a complex property of
EntityT that holds a complex type of TargetT . |
interface |
NavigationProperty<EntityT extends VdmObject<?>,TargetT extends VdmEntity<?>>
Interface representing a navigational property of
EntityT that points towards an entity of TargetT . |
interface |
Property<EntityT>
Generic entity property.
|
interface |
SimpleProperty<EntityT>
Simple property.
|
(package private) interface |
com.sap.cloud.sdk.datamodel.odatav4.core.StructuredProperty<EntityT extends VdmObject<?>,TargetT extends VdmObject<?>>
Interface representing a structural property of
EntityT that points towards an object of TargetT . |
Modifier and Type | Class and Description |
---|---|
static class |
ComplexProperty.Collection<EntityT extends VdmEntity<EntityT>,ValueT extends VdmComplex<ValueT>>
A collection of complex objects.
|
static class |
ComplexProperty.Single<EntityT extends VdmObject<EntityT>,ValueT extends VdmComplex<ValueT>>
A navigational property to a single other entity reference.
|
static class |
NavigationProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>>
A navigational property to a Collection of another entity reference.
|
static class |
NavigationProperty.Single<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>>
A navigational property to a single other entity reference.
|
static class |
SimpleProperty.All<Entity>
A pseudo property referencing all fields.
|
static class |
SimpleProperty.Binary<EntityT>
A Binary property.
|
static class |
SimpleProperty.Boolean<EntityT>
A Boolean property.
|
static class |
SimpleProperty.Collection<EntityT,ValueT>
A composite property holding a collection of values.
|
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.Enum<EntityT,EnumT extends VdmEnum>
A property with predefined possible values.
|
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 |
FilterableComplex<EntityT,ItemT>
Fluent helper class to provide filter functions to OData expressions referenced by an OData complex property.
|
Copyright © 2021 SAP SE. All rights reserved.