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