Modifier and Type | Field and Description |
---|---|
static ShipToPartyLink<ShipToPartyText> |
ShipToParty.TO_CNSLDTN_SHIP_TO_PARTY_T
Use with available fluent helpers to apply the to_CnsldtnShipToPartyT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ShipToPartyText |
ShipToPartyText.ShipToPartyTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ShipToPartyText> |
ShipToParty.fetchCnsldtnShipToPartyT()
Fetches the ShipToPartyText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<ShipToPartyText>> |
ShipToParty.getCnsldtnShipToPartyTIfPresent()
Retrieval of associated ShipToPartyText entities (one to many).
|
List<ShipToPartyText> |
ShipToParty.getCnsldtnShipToPartyTOrFetch()
Retrieval of associated ShipToPartyText entities (one to many).
|
protected Class<ShipToPartyText> |
ShipToPartyTextFluentHelper.getEntityClass() |
protected Class<ShipToPartyText> |
ShipToPartyTextByKeyFluentHelper.getEntityClass() |
Class<ShipToPartyText> |
ShipToPartyText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ShipToParty.addCnsldtnShipToPartyT(ShipToPartyText... entity)
Adds elements to the list of associated ShipToPartyText entities.
|
ShipToParty.ShipToPartyBuilder |
ShipToParty.ShipToPartyBuilder.cnsldtnShipToPartyT(ShipToPartyText... value)
Navigation property to_CnsldtnShipToPartyT for ShipToParty to multiple ShipToPartyText.
|
Modifier and Type | Method and Description |
---|---|
void |
ShipToParty.setCnsldtnShipToPartyT(List<ShipToPartyText> value)
Overwrites the list of associated ShipToPartyText entities for the loaded navigation property
to_CnsldtnShipToPartyT.
|
Constructor and Description |
---|
ShipToParty(String customer,
String customer_Text,
String additionalMasterDataSource,
List<ShipToPartyText> toCnsldtnShipToPartyT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ShipToPartyText> |
ShipToPartyTextOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ShipToPartyTextLink<ObjectT> |
ShipToPartyTextLink.translateLinkType(EntityLink<ShipToPartyTextLink<ObjectT>,ShipToPartyText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.