Uses of Interface
com.sap.cloud.sdk.datamodel.odata.helper.EntitySelectable
Packages that use EntitySelectable
- 
Uses of EntitySelectable in com.sap.cloud.sdk.datamodel.odata.helper
Classes in com.sap.cloud.sdk.datamodel.odata.helper that implement EntitySelectableModifier and TypeClassDescriptionclassEntityField<EntityT,FieldT> Template class to represent entity fields.classEntityFieldAll<EntityT extends VdmObject<?>>OData selector for entities to select each and every field, i.e. star selector.classEntityLink<LinkT extends EntityLink<LinkT,EntityT, SubEntityT>, EntityT extends VdmObject<?>, SubEntityT extends VdmObject<?>> Helper class for representing links (navigation properties) between entities.Methods in com.sap.cloud.sdk.datamodel.odata.helper with parameters of type EntitySelectableModifier and TypeMethodDescriptionfinal FluentHelperTFluentHelperUpdate.excludingFields(EntitySelectable<EntityT>... fields) Allows to explicitly specify entity fields that should not be sent in an update request.final FluentHelperTFluentHelperUpdate.includingFields(EntitySelectable<EntityT>... fields) Allows to explicitly specify entity fields that shall be sent in an update request regardless if the values of these fields have been changed.final LinkTEntityLink.select(EntitySelectable<SubEntityT>... selectors) Used in combination withFluentHelperRead.selectwhen expanding a navigation property to specify which fields of that navigation property to select, and which navigation properties of that navigation property to expand.