Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.division |
Modifier and Type | Field and Description |
---|---|
static DivisionLink<DivisionText> |
Division.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DivisionText |
DivisionText.DivisionTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DivisionText> |
Division.fetchText()
Fetches the DivisionText entities (one to many) associated with this entity.
|
List<DivisionText> |
Division.getTextOrFetch()
Retrieval of associated DivisionText entities (one to many).
|
com.google.common.base.Optional<List<DivisionText>> |
Division.getTextOrNull()
Retrieval of associated DivisionText entities (one to many).
|
Class<DivisionText> |
DivisionText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Division.addText(DivisionText... entity)
Adds elements to the list of associated DivisionText entities.
|
Division.DivisionBuilder |
Division.DivisionBuilder.text(DivisionText... value) |
Modifier and Type | Method and Description |
---|---|
void |
Division.setText(List<DivisionText> value)
Overwrites the list of associated DivisionText entities for the loaded navigation property to_Text.
|
Constructor and Description |
---|
Division(String division,
ErpConfigContext erpConfigContext,
List<DivisionText> toText) |
Copyright © 2018 SAP SE. All rights reserved.