Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext.LegalContextCategory
Packages that use LegalContextCategory
Package
Description
-
Uses of LegalContextCategory 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 LegalContextCategoryModifier and TypeFieldDescriptionstatic final SimpleProperty<LegalContextCategory>LegalContextCategory.ALL_FIELDSSelector for all available fields of LegalContextCategory.static final SimpleProperty.String<LegalContextCategory>LegalContextCategory.LGL_CNTNT_M_CATEGORYstatic final SimpleProperty.Guid<LegalContextCategory>LegalContextCategory.LGL_CNTNT_M_CNTXT_CATEGORY_UUIDstatic final SimpleProperty.Guid<LegalContextCategory>LegalContextCategory.LGL_CNTNT_M_CNTXT_PAR_CATEGORY_UUIDstatic final SimpleProperty.Guid<LegalContextCategory>LegalContextCategory.LGL_CNTNT_M_CONTEXT_UUIDLegalContextParentCategory.TO__L_C_M_CONTEXT_CATEGORY_TPUse with available request builders to apply the _LCMContextCategoryTP navigation property to query operations.static final NavigationProperty.Single<LegalContextCategory,LegalContext> LegalContextCategory.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.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext that return LegalContextCategoryMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext that return types with arguments of type LegalContextCategoryModifier and TypeMethodDescriptionio.vavr.control.Option<List<LegalContextCategory>>LegalContextParentCategory.getLCMContextCategoryTPIfPresent()Retrieval of associated LegalContextCategory entities (one to many).LegalContextCategory.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with parameters of type LegalContextCategoryModifier and TypeMethodDescriptionvoidLegalContextParentCategory.addLCMContextCategoryTP(LegalContextCategory... entity) Adds elements to the list of associated LegalContextCategory entities.LegalContextParentCategory.LegalContextParentCategoryBuilder.lcmContextCategoryTP(LegalContextCategory... value) Navigation property _LCMContextCategoryTP for LegalContextParentCategory to multiple LegalContextCategory.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with type arguments of type LegalContextCategoryModifier and TypeMethodDescriptionvoidLegalContextParentCategory.setLCMContextCategoryTP(List<LegalContextCategory> value) Overwrites the list of associated LegalContextCategory entities for the loaded navigation property _LCMContextCategoryTP.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext with type arguments of type LegalContextCategoryModifierConstructorDescriptionLegalContextParentCategory(UUID lglCntntMCntxtParCategoryUUID, UUID lglCntntMCntxtCatGroupUUID, UUID lglCntntMContextUUID, String lglCntntMParentCategory, Boolean lglCntntMIsMandatory, LegalContextCategoryGroup to_LCMContextCategoryGroupTP, List<LegalContextCategory> to_LCMContextCategoryTP, LegalContext to_LCMContextTP) -
Uses of LegalContextCategory 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 LegalContextCategoryModifier and TypeMethodDescriptionDefaultLegalContextService.countLegalContextCategory()Deprecated.LegalContextService.countLegalContextCategory()Deprecated.Fetch the number of entries from theLegalContextCategoryentity collection matching the filter and search expressions.DefaultLegalContextService.getAllLegalContextCategory()Deprecated.LegalContextService.getAllLegalContextCategory()Deprecated.Fetch multipleLegalContextCategoryentities.DefaultLegalContextService.getLegalContextCategoryByKey(UUID lglCntntMCntxtCategoryUUID) Deprecated.LegalContextService.getLegalContextCategoryByKey(UUID lglCntntMCntxtCategoryUUID) Deprecated.Fetch a singleLegalContextCategoryentity using key fields.