Modifier and Type | Field and Description |
---|---|
static SalesOrganizationLink<SalesOrganizationText> |
SalesOrganization.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesOrganizationText |
SalesOrganizationText.SalesOrganizationTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesOrganizationText> |
SalesOrganization.fetchText()
Fetches the SalesOrganizationText entities (one to many) associated with this entity.
|
protected Class<SalesOrganizationText> |
SalesOrganizationTextByKeyFluentHelper.getEntityClass() |
protected Class<SalesOrganizationText> |
SalesOrganizationTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SalesOrganizationText>> |
SalesOrganization.getTextIfPresent()
Retrieval of associated SalesOrganizationText entities (one to many).
|
List<SalesOrganizationText> |
SalesOrganization.getTextOrFetch()
Retrieval of associated SalesOrganizationText entities (one to many).
|
Class<SalesOrganizationText> |
SalesOrganizationText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesOrganization.addText(SalesOrganizationText... entity)
Adds elements to the list of associated SalesOrganizationText entities.
|
SalesOrganization.SalesOrganizationBuilder |
SalesOrganization.SalesOrganizationBuilder.text(SalesOrganizationText... value)
Navigation property to_Text for SalesOrganization to multiple SalesOrganizationText.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesOrganization.setText(List<SalesOrganizationText> value)
Overwrites the list of associated SalesOrganizationText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
SalesOrganization(String salesOrganization,
String salesOrganizationCurrency,
String companyCode,
String intercompanyBillingCustomer,
List<SalesOrganizationText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesOrganizationText> |
SalesOrganizationTextOneToOneLink.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 SalesOrganizationTextLink<ObjectT> |
SalesOrganizationTextLink.translateLinkType(EntityLink<SalesOrganizationTextLink<ObjectT>,SalesOrganizationText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.