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