Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.link |
Modifier and Type | Field and Description |
---|---|
static LglTransParentCategoryLink<LglTransCategory> |
LglTransParentCategory.TO_LGL_TRANS_CATEGORY
Use with available fluent helpers to apply the to_LglTransCategory navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
LglTransCategory |
LglTransCategory.LglTransCategoryBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<LglTransCategory> |
LglTransParentCategory.fetchLglTransCategory()
Fetches the LglTransCategory entities (one to many) associated with this entity.
|
protected Class<LglTransCategory> |
LglTransCategoryFluentHelper.getEntityClass() |
protected Class<LglTransCategory> |
LglTransCategoryByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<LglTransCategory>> |
LglTransParentCategory.getLglTransCategoryIfPresent()
Retrieval of associated LglTransCategory entities (one to many).
|
List<LglTransCategory> |
LglTransParentCategory.getLglTransCategoryOrFetch()
Retrieval of associated LglTransCategory entities (one to many).
|
Class<LglTransCategory> |
LglTransCategory.getType() |
Modifier and Type | Method and Description |
---|---|
void |
LglTransParentCategory.addLglTransCategory(LglTransCategory... entity)
Adds elements to the list of associated LglTransCategory entities.
|
LglTransParentCategory.LglTransParentCategoryBuilder |
LglTransParentCategory.LglTransParentCategoryBuilder.lglTransCategory(LglTransCategory... value)
Navigation property to_LglTransCategory for LglTransParentCategory to multiple
LglTransCategory.
|
Modifier and Type | Method and Description |
---|---|
void |
LglTransParentCategory.setLglTransCategory(List<LglTransCategory> value)
Overwrites the list of associated LglTransCategory entities for the loaded navigation property
to_LglTransCategory.
|
Constructor and Description |
---|
LglTransParentCategory(UUID legalTransactionParCatUUID,
UUID legalTransactionCatGroupUUID,
UUID legalTransactionUUID,
String lglCntntMParentCategory,
Boolean lglCntntMIsMandatory,
Short lglCntntMIndex,
LglTransCategoryGroup toLglTransCategoryGroup,
List<LglTransCategory> toLglTransCategory) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<LglTransCategory> |
LglTransCategoryOneToOneLink.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 LglTransCategoryLink<ObjectT> |
LglTransCategoryLink.translateLinkType(EntityLink<LglTransCategoryLink<ObjectT>,LglTransCategory,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.