Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessarea |
Modifier and Type | Field and Description |
---|---|
static BusinessAreaLink<BusinessAreaText> |
BusinessArea.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BusinessAreaText |
BusinessAreaText.BusinessAreaTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<BusinessAreaText> |
BusinessArea.fetchText()
Fetches the BusinessAreaText entities (one to many) associated with this entity.
|
protected Class<BusinessAreaText> |
BusinessAreaTextByKeyFluentHelper.getEntityClass() |
protected Class<BusinessAreaText> |
BusinessAreaTextFluentHelper.getEntityClass() |
Optional<List<BusinessAreaText>> |
BusinessArea.getTextIfPresent()
Retrieval of associated BusinessAreaText entities (one to many).
|
List<BusinessAreaText> |
BusinessArea.getTextOrFetch()
Retrieval of associated BusinessAreaText entities (one to many).
|
Class<BusinessAreaText> |
BusinessAreaText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessArea.addText(BusinessAreaText... entity)
Adds elements to the list of associated BusinessAreaText entities.
|
BusinessArea.BusinessAreaBuilder |
BusinessArea.BusinessAreaBuilder.text(BusinessAreaText... value) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessArea.setText(List<BusinessAreaText> value)
Overwrites the list of associated BusinessAreaText entities for the loaded navigation property to_Text.
|
protected BusinessAreaTextLink<ObjectT> |
BusinessAreaTextLink.translateLinkType(EntityLink<BusinessAreaTextLink<ObjectT>,BusinessAreaText,ObjectT> link) |
Constructor and Description |
---|
BusinessArea(String businessArea,
ErpConfigContext erpConfigContext,
List<BusinessAreaText> toText) |
Copyright © 2018 SAP SE. All rights reserved.