Uses of Interface
com.sap.cloud.sdk.datamodel.odatav4.expression.EntityReference
Package
Description
-
Uses of EntityReference in com.sap.cloud.sdk.datamodel.odatav4.core
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.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.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 EntityReference in com.sap.cloud.sdk.datamodel.odatav4.expression
Modifier and TypeInterfaceDescriptioninterface
FilterableBoolean<EntityT>
Fluent helper class to provide filter functions to OData expressions referenced by Boolean.interface
FilterableCollection<EntityT,
ItemT> Fluent helper class to provide filter functions to OData expressions referenced by Collection.interface
FilterableComplex<EntityT,
ItemT> Fluent helper class to provide filter functions to OData expressions referenced by an OData complex property.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
FilterableEnum<EntityT,
EnumT extends VdmEnum> Fluent helper class to provide filter functions to OData expressions referenced by Enum.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.interface
FilterableValue<EntityT,
PrimitiveT extends Serializable> Fluent helper class to provide filter functions to OData expressions referenced by all value types.Modifier and TypeClassDescriptionstatic class
FilterableBoolean.Expression<EntityT>
Wrapper expression class, which delegates to another operation.static class
FilterableCollection.Expression<EntityT,
ItemT> 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.