Modifier and Type | Field and Description |
---|---|
static LegalCategoryLink<LegalCategoryText> |
LegalCategory.TO_LEGAL_CATEGORY_TEXT
Use with available fluent helpers to apply the to_LegalCategoryText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
LegalCategoryText |
LegalCategoryText.LegalCategoryTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<LegalCategoryText> |
LegalCategory.fetchLegalCategoryText()
Fetches the LegalCategoryText entities (one to many) associated with this entity.
|
protected Class<LegalCategoryText> |
LegalCategoryTextFluentHelper.getEntityClass() |
protected Class<LegalCategoryText> |
LegalCategoryTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<LegalCategoryText>> |
LegalCategory.getLegalCategoryTextIfPresent()
Retrieval of associated LegalCategoryText entities (one to many).
|
List<LegalCategoryText> |
LegalCategory.getLegalCategoryTextOrFetch()
Retrieval of associated LegalCategoryText entities (one to many).
|
Class<LegalCategoryText> |
LegalCategoryText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
LegalCategory.addLegalCategoryText(LegalCategoryText... entity)
Adds elements to the list of associated LegalCategoryText entities.
|
LegalCategory.LegalCategoryBuilder |
LegalCategory.LegalCategoryBuilder.legalCategoryText(LegalCategoryText... value)
Navigation property to_LegalCategoryText for LegalCategory to multiple
LegalCategoryText.
|
Modifier and Type | Method and Description |
---|---|
void |
LegalCategory.setLegalCategoryText(List<LegalCategoryText> value)
Overwrites the list of associated LegalCategoryText entities for the loaded navigation property
to_LegalCategoryText.
|
Constructor and Description |
---|
LegalCategory(String lglCntntMCategory,
String lglCntntMCatType,
Boolean lglCntntMCatIsSelect,
Boolean lglCntntMCatIsMultiSelection,
Short lglCntntMCatLevel,
Boolean lglCntntMCatIsObsolete,
String lglCntntMCatModel,
String lglCntntMCategoryValue,
String lglCntntMChangedByUser,
ZonedDateTime lglCntntMChangedUTCDateTime,
String lglCntntMCreatedByUser,
ZonedDateTime lglCntntMCreatedUTCDateTime,
String lglCntntMParentCategory,
String lglCntntMRootCategory,
List<LegalCategoryText> toLegalCategoryText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<LegalCategoryText> |
LegalCategoryTextOneToOneLink.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 LegalCategoryTextLink<ObjectT> |
LegalCategoryTextLink.translateLinkType(EntityLink<LegalCategoryTextLink<ObjectT>,LegalCategoryText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.