Uses of Class
com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Uses of EntityField in com.sap.cloud.sdk.datamodel.odata.helper
Modifier and TypeMethodDescription<FieldT> FieldT
VdmObject.getCustomField
(EntityField<ObjectT, FieldT> customField) This method allows for retrieval of custom fields that are added to the underlying OData services.boolean
VdmObject.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> void
VdmObject.setCustomField
(EntityField<ObjectT, FieldT> customField, FieldT value) Sets the value of a single custom field.