Uses of Class
com.sap.cloud.sdk.datamodel.odata.helper.EntityField
Packages that use EntityField
- 
Uses of EntityField in com.sap.cloud.sdk.datamodel.odata.helper
Methods in com.sap.cloud.sdk.datamodel.odata.helper with parameters of type EntityFieldModifier and TypeMethodDescription<FieldT> FieldTVdmObject.getCustomField(EntityField<ObjectT, FieldT> customField) This method allows for retrieval of custom fields that are added to the underlying OData services.booleanVdmObject.hasCustomField(EntityField<ObjectT, ?> customField) Checks whether this object contains a value for the given custom field.FluentHelperRead.orderBy(EntityField<EntityT, ?> field, Order order) Query modifier to sort the set of returned entities by one or more fields.<FieldT> voidVdmObject.setCustomField(EntityField<ObjectT, FieldT> customField, FieldT value) Sets the value of a single custom field.