Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.OperandSingle
Package
Description
-
Uses of Expressions.OperandSingle in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeInterfaceDescriptioninterface
OData filter expression operand for a generic entity field reference.interface
OData filter expression operand for an untyped entity field reference.interface
OData filter expression operand of type Edm.Stringinterface
OData filter expression operand of type Edm.Booleaninterface
OData filter expression operand of type Edm.Dateinterface
OData filter expression operand of type Edm.DateTime (OData 2.0 only)interface
OData filter expression operand of type Edm.DateTimeOffsetinterface
OData filter expression operand of type Edm.Durationinterface
OData filter expression operand of enumeration typeinterface
OData filter expression operand of type Edm.Guidinterface
OData filter expression operand of type Edm.Int32, ...interface
OData filter expression operand of type Edm.Stringinterface
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 TypeClassDescriptionstatic class
OData expression for binary values.static class
Implementation with literal number value.static class
OData expression for date values.static class
OData expression for date time values.static class
OData expression for date time offset values.static class
OData expression for duration values.static class
OData expression on numeric values.static class
OData expression on string values.static class
OData expression for time of day values.Modifier and TypeMethodDescriptionstatic <PrimitiveT>
Expressions.OperandSingleExpressions.createOperand
(PrimitiveT value) Helper function to generate an OData filter expression operand for a primitive Java type.Modifier and TypeMethodDescriptionstatic ValueBoolean.Expression
FilterExpressionLogical.has
(Expressions.OperandSingle operand1, ValueEnum operand2) -
Uses of Expressions.OperandSingle in com.sap.cloud.sdk.datamodel.odatav4.core
Modifier and TypeInterfaceDescriptioninterface
ComplexProperty<EntityT extends VdmObject<?>,
TargetT extends VdmComplex<?>> Interface representing a complex property ofComplexProperty
that holds a complex type ofComplexProperty
.interface
NavigationProperty<EntityT extends VdmObject<?>,
TargetT extends VdmEntity<?>> Interface representing a navigational property ofNavigationProperty
that points towards an entity ofNavigationProperty
.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 ofStructuredProperty
that points towards an object ofStructuredProperty
.Modifier and TypeClassDescriptionstatic class
ComplexProperty.Collection<EntityT extends VdmObject<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.final class
ComplexPropertyQuery<OwnerT extends VdmObject<?>,
PropertyT extends VdmComplex<?>> Implementation that represents read queries and holds their state at runtime.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.class
NavigationPropertyCollection<EntityT extends VdmObject<?>,
TargetT extends VdmEntity<?>> Abstract class representing the query capabilities of a collection of structured properties ofNavigationPropertyCollection
with a type ofNavigationPropertyCollection
.final class
NavigationPropertyCollectionQuery<ParentEntityT extends VdmObject<?>,
EntityT extends VdmEntity<?>> Implementation that represents read queries and holds their state at runtime.final class
NavigationPropertySingleQuery<ParentEntityT extends VdmObject<?>,
EntityT extends VdmEntity<?>> Implementation that represents read queries and holds their state at runtime.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. -
Uses of Expressions.OperandSingle in com.sap.cloud.sdk.datamodel.odatav4.expression
Modifier and TypeInterfaceDescriptioninterface
FilterableComplex<EntityT,
ItemT> Fluent helper class to provide filter functions to OData expressions referenced by an OData complex property.