Modifier and Type | Field and Description |
---|---|
static SubItemLink<SubItemText> |
SubItem.TO_CNSLDTN_SUB_ITEM_T
Use with available fluent helpers to apply the to_CnsldtnSubItemT navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SubItemText |
SubItemText.SubItemTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SubItemText> |
SubItem.fetchCnsldtnSubItemT()
Fetches the SubItemText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SubItemText>> |
SubItem.getCnsldtnSubItemTIfPresent()
Retrieval of associated SubItemText entities (one to many).
|
List<SubItemText> |
SubItem.getCnsldtnSubItemTOrFetch()
Retrieval of associated SubItemText entities (one to many).
|
protected Class<SubItemText> |
SubItemTextFluentHelper.getEntityClass() |
protected Class<SubItemText> |
SubItemTextByKeyFluentHelper.getEntityClass() |
Class<SubItemText> |
SubItemText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SubItem.addCnsldtnSubItemT(SubItemText... entity)
Adds elements to the list of associated SubItemText entities.
|
SubItem.SubItemBuilder |
SubItem.SubItemBuilder.cnsldtnSubItemT(SubItemText... value)
Navigation property to_CnsldtnSubItemT for SubItem to multiple SubItemText.
|
Modifier and Type | Method and Description |
---|---|
void |
SubItem.setCnsldtnSubItemT(List<SubItemText> value)
Overwrites the list of associated SubItemText entities for the loaded navigation property
to_CnsldtnSubItemT.
|
Constructor and Description |
---|
SubItem(String subItemCategory,
String subItemCategory_Text,
String subItem,
String subItem_Text,
String subitemCarryForwardDestination,
String subitemCarryForwardDestination_Text,
String subitemRtrmtDivestitureDest,
String subitemRtrmtDivestitureDest_Text,
String subitemAcquisitionDestination,
String subitemAcquisitionDestination_Text,
List<SubitemHier> toCnsldtnSubitemHier,
List<SubItemText> toCnsldtnSubItemT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SubItemText> |
SubItemTextOneToOneLink.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 SubItemTextLink<ObjectT> |
SubItemTextLink.translateLinkType(EntityLink<SubItemTextLink<ObjectT>,SubItemText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.