Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext.LegalContextParentCategory
Packages that use LegalContextParentCategory
Package
Description
-
Uses of LegalContextParentCategory in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with type parameters of type LegalContextParentCategoryModifier and TypeFieldDescriptionstatic final SimpleProperty<LegalContextParentCategory>LegalContextParentCategory.ALL_FIELDSSelector for all available fields of LegalContextParentCategory.static final SimpleProperty.Guid<LegalContextParentCategory>LegalContextParentCategory.LGL_CNTNT_M_CNTXT_CAT_GROUP_UUIDstatic final SimpleProperty.Guid<LegalContextParentCategory>LegalContextParentCategory.LGL_CNTNT_M_CNTXT_PAR_CATEGORY_UUIDstatic final SimpleProperty.Guid<LegalContextParentCategory>LegalContextParentCategory.LGL_CNTNT_M_CONTEXT_UUIDstatic final SimpleProperty.Boolean<LegalContextParentCategory>LegalContextParentCategory.LGL_CNTNT_M_IS_MANDATORYstatic final SimpleProperty.String<LegalContextParentCategory>LegalContextParentCategory.LGL_CNTNT_M_PARENT_CATEGORYLegalContextParentCategory.TO__L_C_M_CONTEXT_CATEGORY_GROUP_TPUse with available request builders to apply the _LCMContextCategoryGroupTP navigation property to query operations.LegalContextParentCategory.TO__L_C_M_CONTEXT_CATEGORY_TPUse with available request builders to apply the _LCMContextCategoryTP navigation property to query operations.static final NavigationProperty.Single<LegalContextParentCategory,LegalContext> LegalContextParentCategory.TO__L_C_M_CONTEXT_TPUse with available request builders to apply the _LCMContextTP navigation property to query operations.LegalContextCategory.TO__L_C_M_CONTEXTPARENT_CATEGORY_T_PUse with available request builders to apply the _LCMContextParentCategoryTP navigation property to query operations.LegalContextCategoryGroup.TO__L_C_M_CONTEXTPARENT_CATEGORY_T_PUse with available request builders to apply the _LCMContextParentCategoryTP navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext that return LegalContextParentCategoryModifier and TypeMethodDescriptionLegalContextParentCategory.LegalContextParentCategoryBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext that return types with arguments of type LegalContextParentCategoryModifier and TypeMethodDescriptionio.vavr.control.Option<LegalContextParentCategory>LegalContextCategory.getLCMContextParentCategoryTPIfPresent()Retrieval of associated LegalContextParentCategory entity (one to one).io.vavr.control.Option<List<LegalContextParentCategory>>LegalContextCategoryGroup.getLCMContextParentCategoryTPIfPresent()Retrieval of associated LegalContextParentCategory entities (one to many).LegalContextParentCategory.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with parameters of type LegalContextParentCategoryModifier and TypeMethodDescriptionvoidLegalContextCategoryGroup.addLCMContextParentCategoryTP(LegalContextParentCategory... entity) Adds elements to the list of associated LegalContextParentCategory entities.LegalContextCategory.LegalContextCategoryBuilder.lcmContextParentCategoryTP(LegalContextParentCategory value) Navigation property _LCMContextParentCategoryTP for LegalContextCategory to single LegalContextParentCategory.LegalContextCategoryGroup.LegalContextCategoryGroupBuilder.lcmContextParentCategoryTP(LegalContextParentCategory... value) Navigation property _LCMContextParentCategoryTP for LegalContextCategoryGroup to multiple LegalContextParentCategory.voidLegalContextCategory.setLCMContextParentCategoryTP(LegalContextParentCategory value) Overwrites the associated LegalContextParentCategory entity for the loaded navigation property _LCMContextParentCategoryTP.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with type arguments of type LegalContextParentCategoryModifier and TypeMethodDescriptionvoidLegalContextCategoryGroup.setLCMContextParentCategoryTP(List<LegalContextParentCategory> value) Overwrites the list of associated LegalContextParentCategory entities for the loaded navigation property _LCMContextParentCategoryTP.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with parameters of type LegalContextParentCategoryModifierConstructorDescriptionLegalContextCategory(UUID lglCntntMCntxtCategoryUUID, UUID lglCntntMCntxtParCategoryUUID, UUID lglCntntMContextUUID, String lglCntntMCategory, LegalContextParentCategory to_LCMContextParentCategoryTP, LegalContext to_LCMContextTP) Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with type arguments of type LegalContextParentCategoryModifierConstructorDescriptionLegalContextCategoryGroup(UUID lglCntntMCntxtCatGroupUUID, UUID lglCntntMContextUUID, String lglCntntMCatGroupTitle, List<LegalContextParentCategory> to_LCMContextParentCategoryTP, LegalContext to_LCMContextTP) -
Uses of LegalContextParentCategory in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type LegalContextParentCategoryModifier and TypeMethodDescriptionDefaultLegalContextService.countLegalContextParentCategory()Deprecated.LegalContextService.countLegalContextParentCategory()Deprecated.Fetch the number of entries from theLegalContextParentCategoryentity collection matching the filter and search expressions.DefaultLegalContextService.getAllLegalContextParentCategory()Deprecated.LegalContextService.getAllLegalContextParentCategory()Deprecated.Fetch multipleLegalContextParentCategoryentities.DefaultLegalContextService.getLegalContextParentCategoryByKey(UUID lglCntntMCntxtParCategoryUUID) Deprecated.LegalContextService.getLegalContextParentCategoryByKey(UUID lglCntntMCntxtParCategoryUUID) Deprecated.Fetch a singleLegalContextParentCategoryentity using key fields.