Modifier and Type | Field and Description |
---|---|
static BillToPartyTextOneToOneLink<BillToParty> |
BillToPartyText.TO_CNSLDTN_BILL_TO_PARTY
Use with available fluent helpers to apply the to_CnsldtnBillToParty navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
BillToParty |
BillToParty.BillToPartyBuilder.build() |
BillToParty |
BillToPartyText.fetchCnsldtnBillToParty()
Fetches the BillToParty entity (one to one) associated with this entity.
|
BillToParty |
BillToPartyText.getCnsldtnBillToPartyOrFetch()
Retrieval of associated BillToParty entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<BillToParty> |
BillToPartyText.getCnsldtnBillToPartyIfPresent()
Retrieval of associated BillToParty entity (one to one).
|
protected Class<BillToParty> |
BillToPartyFluentHelper.getEntityClass() |
protected Class<BillToParty> |
BillToPartyByKeyFluentHelper.getEntityClass() |
Class<BillToParty> |
BillToParty.getType() |
Modifier and Type | Method and Description |
---|---|
BillToPartyText.BillToPartyTextBuilder |
BillToPartyText.BillToPartyTextBuilder.cnsldtnBillToParty(BillToParty value)
Navigation property to_CnsldtnBillToParty for BillToPartyText to single BillToParty.
|
void |
BillToPartyText.setCnsldtnBillToParty(BillToParty value)
Overwrites the associated BillToParty entity for the loaded navigation property
to_CnsldtnBillToParty.
|
Constructor and Description |
---|
BillToPartyText(String language,
String customer,
String billToPartyText,
BillToParty toCnsldtnBillToParty) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BillToParty> |
BillToPartyOneToOneLink.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 BillToPartyLink<ObjectT> |
BillToPartyLink.translateLinkType(EntityLink<BillToPartyLink<ObjectT>,BillToParty,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.