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