Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization |
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.
|
List<SalesOrganizationText> |
SalesOrganization.getTextOrFetch()
Retrieval of associated SalesOrganizationText entities (one to many).
|
com.google.common.base.Optional<List<SalesOrganizationText>> |
SalesOrganization.getTextOrNull()
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) |
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,
ErpConfigContext erpConfigContext,
List<SalesOrganizationText> toText) |
Copyright © 2018 SAP SE. All rights reserved.