Modifier and Type | Field and Description |
---|---|
static PostingLevelLink<PostingLevelText> |
PostingLevel.TO_CNSLDTN_POSTING_LEVEL_T
Use with available fluent helpers to apply the to_CnsldtnPostingLevelT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PostingLevelText |
PostingLevelText.PostingLevelTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PostingLevelText> |
PostingLevel.fetchCnsldtnPostingLevelT()
Fetches the PostingLevelText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<PostingLevelText>> |
PostingLevel.getCnsldtnPostingLevelTIfPresent()
Retrieval of associated PostingLevelText entities (one to many).
|
List<PostingLevelText> |
PostingLevel.getCnsldtnPostingLevelTOrFetch()
Retrieval of associated PostingLevelText entities (one to many).
|
protected Class<PostingLevelText> |
PostingLevelTextByKeyFluentHelper.getEntityClass() |
protected Class<PostingLevelText> |
PostingLevelTextFluentHelper.getEntityClass() |
Class<PostingLevelText> |
PostingLevelText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PostingLevel.addCnsldtnPostingLevelT(PostingLevelText... entity)
Adds elements to the list of associated PostingLevelText entities.
|
PostingLevel.PostingLevelBuilder |
PostingLevel.PostingLevelBuilder.cnsldtnPostingLevelT(PostingLevelText... value)
Navigation property to_CnsldtnPostingLevelT for PostingLevel to multiple
PostingLevelText.
|
Modifier and Type | Method and Description |
---|---|
void |
PostingLevel.setCnsldtnPostingLevelT(List<PostingLevelText> value)
Overwrites the list of associated PostingLevelText entities for the loaded navigation property
to_CnsldtnPostingLevelT.
|
Constructor and Description |
---|
PostingLevel(String postingLevel,
String postingLevel_Text,
List<PostingLevelHier> toCnsldtnPostingLevelHier,
List<PostingLevelText> toCnsldtnPostingLevelT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PostingLevelText> |
PostingLevelTextOneToOneLink.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 PostingLevelTextLink<ObjectT> |
PostingLevelTextLink.translateLinkType(EntityLink<PostingLevelTextLink<ObjectT>,PostingLevelText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.