Uses of Interface
com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty
Packages that use SimpleProperty
Package
Description
-
Uses of SimpleProperty in com.sap.cloud.sdk.datamodel.odatav4.core
Classes in com.sap.cloud.sdk.datamodel.odatav4.core that implement SimplePropertyModifier and TypeClassDescriptionstatic classSimpleProperty.All<Entity>A pseudo property referencing all fields.static classSimpleProperty.Binary<EntityT>A Binary property.static classSimpleProperty.Boolean<EntityT>A Boolean property.static classSimpleProperty.Collection<EntityT,ValueT> A composite property holding a collection of values.static classSimpleProperty.Date<EntityT>A Date property.static classSimpleProperty.DateTime<EntityT>A DateTime property.static classSimpleProperty.Duration<EntityT>A Duration property.static classSimpleProperty.Enum<EntityT,EnumT extends VdmEnum> A property with predefined possible values.static classSimpleProperty.Guid<EntityT>A Guid property.static classSimpleProperty.NumericDecimal<EntityT>A Decimal property.static classSimpleProperty.NumericInteger<EntityT>An Integer property.static classSimpleProperty.String<EntityT>A String property.static classSimpleProperty.Time<EntityT>A Time property.Methods in com.sap.cloud.sdk.datamodel.odatav4.core that return SimplePropertyModifier and TypeMethodDescriptionprotected static <EntityT> SimpleProperty<EntityT>VdmEntity.all()Select all properties of an entity.Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type SimplePropertyModifier and TypeMethodDescription<FieldT> FieldTVdmObject.getCustomField(SimpleProperty<ObjectT> customField) This method allows for retrieval of custom fields that are added to the underlying OData services.booleanVdmObject.hasCustomField(SimpleProperty<ObjectT> customField) Checks whether this object contains a value for the given custom field.<FieldT> voidVdmObject.setCustomField(SimpleProperty<ObjectT> customField, FieldT value) Sets the value of a single custom field. -
Uses of SimpleProperty in com.sap.cloud.sdk.datamodel.odatav4.expression
Methods in com.sap.cloud.sdk.datamodel.odatav4.expression that return SimplePropertyMethods in com.sap.cloud.sdk.datamodel.odatav4.expression with parameters of type SimplePropertyModifier and TypeMethodDescriptionstatic <EntityT> FieldOrdering<EntityT>FieldOrdering.asc(SimpleProperty<EntityT> property) Creates aFieldOrderingrepresenting an ascending order over the given propertystatic <EntityT> FieldOrdering<EntityT>FieldOrdering.desc(SimpleProperty<EntityT> property) Creates aFieldOrderingrepresenting an descending order over the given property.Constructors in com.sap.cloud.sdk.datamodel.odatav4.expression with parameters of type SimpleProperty