public class EntityLink<LinkT extends EntityLink<LinkT,EntityT,SubEntityT>,EntityT extends VdmObject<?>,SubEntityT extends VdmObject<?>> extends Object implements EntitySelectable<EntityT>
Constructor and Description |
---|
EntityLink(String fieldName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getExpansions() |
String |
getFieldName() |
List<String> |
getSelections() |
int |
hashCode() |
LinkT |
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. |
String |
toString() |
@ConstructorProperties(value="fieldName") @Generated(value="lombok") public EntityLink(String fieldName)
@SafeVarargs public final LinkT select(EntitySelectable<SubEntityT>... selectors)
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.selectors
- Array of fields to select and/or navigation properties to expand.FluentHelperRead.select
.public List<String> getSelections()
getSelections
in interface EntitySelectable<EntityT extends VdmObject<?>>
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String getFieldName()
getFieldName
in interface EntitySelectable<EntityT extends VdmObject<?>>
Copyright © 2018 SAP SE. All rights reserved.