Uses of Interface
com.sap.cloud.sdk.datamodel.odata.helper.EntitySelectable
-
Uses of EntitySelectable in com.sap.cloud.sdk.datamodel.odata.helper
Modifier and TypeClassDescriptionclass
EntityField<EntityT,
FieldT> Template class to represent entity fields.class
EntityFieldAll<EntityT extends VdmObject<?>>
OData selector for entities to select each and every field, i.e. star selector.class
EntityLink<LinkT extends EntityLink<LinkT,
EntityT, SubEntityT>, EntityT extends VdmObject<?>, SubEntityT extends VdmObject<?>> Helper class for representing links (navigation properties) between entities.Modifier and TypeMethodDescriptionfinal FluentHelperT
FluentHelperUpdate.excludingFields
(EntitySelectable<EntityT>... fields) Allows to explicitly specify entity fields that should not be sent in an update request.final FluentHelperT
FluentHelperUpdate.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 LinkT
EntityLink.select
(EntitySelectable<SubEntityT>... selectors) Used in combination withFluentHelperRead.select
when expanding a navigation property to specify which fields of that navigation property to select, and which navigation properties of that navigation property to expand.