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.All<Entity>
A pseudo property referencing all fields.
|
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 | Method and Description |
---|---|
protected static <EntityT> SimpleProperty<EntityT> |
VdmEntity.all()
Select all properties of an entity.
|
Modifier and Type | Method and Description |
---|---|
<FieldT> FieldT |
VdmObject.getCustomField(SimpleProperty<ObjectT> customField)
This method allows for retrieval of custom fields that are added to the underlying OData services.
|
boolean |
VdmObject.hasCustomField(SimpleProperty<ObjectT> customField)
Checks whether this object contains a value for the given custom field.
|
<FieldT> void |
VdmObject.setCustomField(SimpleProperty<ObjectT> customField,
FieldT value)
Sets the value of a single custom field.
|
Modifier and Type | Method and Description |
---|---|
SimpleProperty<EntityT> |
FieldOrdering.getProperty() |
Modifier and Type | Method and Description |
---|---|
static <EntityT> FieldOrdering<EntityT> |
FieldOrdering.asc(SimpleProperty<EntityT> property)
Creates a
FieldOrdering representing an ascending order over the given property |
static <EntityT> FieldOrdering<EntityT> |
FieldOrdering.desc(SimpleProperty<EntityT> property)
Creates a
FieldOrdering representing an descending order over the given property. |
Constructor and Description |
---|
FieldOrdering(SimpleProperty<EntityT> property,
Order order) |
Copyright © 2020 SAP SE. All rights reserved.