Modifier and Type | Field and Description |
---|---|
static BillToPartyLink<BillToPartyText> |
BillToParty.TO_CNSLDTN_BILL_TO_PARTY_T
Use with available fluent helpers to apply the to_CnsldtnBillToPartyT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
BillToPartyText |
BillToPartyText.BillToPartyTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<BillToPartyText> |
BillToParty.fetchCnsldtnBillToPartyT()
Fetches the BillToPartyText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<BillToPartyText>> |
BillToParty.getCnsldtnBillToPartyTIfPresent()
Retrieval of associated BillToPartyText entities (one to many).
|
List<BillToPartyText> |
BillToParty.getCnsldtnBillToPartyTOrFetch()
Retrieval of associated BillToPartyText entities (one to many).
|
protected Class<BillToPartyText> |
BillToPartyTextFluentHelper.getEntityClass() |
protected Class<BillToPartyText> |
BillToPartyTextByKeyFluentHelper.getEntityClass() |
Class<BillToPartyText> |
BillToPartyText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BillToParty.addCnsldtnBillToPartyT(BillToPartyText... entity)
Adds elements to the list of associated BillToPartyText entities.
|
BillToParty.BillToPartyBuilder |
BillToParty.BillToPartyBuilder.cnsldtnBillToPartyT(BillToPartyText... value)
Navigation property to_CnsldtnBillToPartyT for BillToParty to multiple BillToPartyText.
|
Modifier and Type | Method and Description |
---|---|
void |
BillToParty.setCnsldtnBillToPartyT(List<BillToPartyText> value)
Overwrites the list of associated BillToPartyText entities for the loaded navigation property
to_CnsldtnBillToPartyT.
|
Constructor and Description |
---|
BillToParty(String customer,
String customer_Text,
String additionalMasterDataSource,
List<BillToPartyText> toCnsldtnBillToPartyT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BillToPartyText> |
BillToPartyTextOneToOneLink.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 BillToPartyTextLink<ObjectT> |
BillToPartyTextLink.translateLinkType(EntityLink<BillToPartyTextLink<ObjectT>,BillToPartyText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.