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> |
PlanningCategoryTextByKeyFluentHelper.getEntityClass() |
protected Class<PlanningCategoryText> |
PlanningCategoryTextFluentHelper.getEntityClass() |
io.vavr.control.Option<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)
Navigation property to_Text for PlanningCategory to multiple PlanningCategoryText.
|
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.
|
Constructor and Description |
---|
PlanningCategory(String planningCategory,
List<PlanningCategoryText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PlanningCategoryText> |
PlanningCategoryTextOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected PlanningCategoryTextLink<ObjectT> |
PlanningCategoryTextLink.translateLinkType(EntityLink<PlanningCategoryTextLink<ObjectT>,PlanningCategoryText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.