Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odata.helper |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
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 Type | Method and Description |
---|---|
LinkT |
EntityLink.select(EntitySelectable<SubEntityT>... selectors)
Used in combination with
FluentHelperRead.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. |
Copyright © 2021 SAP SE. All rights reserved.