Class LegalContextCategoryGroup.LegalContextCategoryGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext.LegalContextCategoryGroup.LegalContextCategoryGroupBuilder
- Enclosing class:
- LegalContextCategoryGroup
Helper class to allow for fluent creation of LegalContextCategoryGroup instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property _LCMContextParentCategoryTP for LegalContextCategoryGroup to multiple LegalContextParentCategory.lcmContextTP(LegalContext value) Navigation property _LCMContextTP for LegalContextCategoryGroup to single LegalContext.lglCntntMCatGroupTitle(String lglCntntMCatGroupTitle) Constraints: Not nullable, Maximum length: 128lglCntntMCntxtCatGroupUUID(UUID lglCntntMCntxtCatGroupUUID) (Key Field) Constraints: Not nullablelglCntntMContextUUID(UUID lglCntntMContextUUID) Constraints: Not nullabletoString()
-
Method Details
-
lcmContextParentCategoryTP
@Nonnull public LegalContextCategoryGroup.LegalContextCategoryGroupBuilder lcmContextParentCategoryTP(LegalContextParentCategory... value) Navigation property _LCMContextParentCategoryTP for LegalContextCategoryGroup to multiple LegalContextParentCategory.- Parameters:
value- The LegalContextParentCategorys to build this LegalContextCategoryGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
lcmContextTP
@Nonnull public LegalContextCategoryGroup.LegalContextCategoryGroupBuilder lcmContextTP(LegalContext value) Navigation property _LCMContextTP for LegalContextCategoryGroup to single LegalContext.- Parameters:
value- The LegalContext to build this LegalContextCategoryGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
lglCntntMCntxtCatGroupUUID
@Nonnull public LegalContextCategoryGroup.LegalContextCategoryGroupBuilder lglCntntMCntxtCatGroupUUID(@Nullable UUID lglCntntMCntxtCatGroupUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMCntxtCatGroupUUID
- Returns:
this.
-
lglCntntMContextUUID
@Nonnull public LegalContextCategoryGroup.LegalContextCategoryGroupBuilder lglCntntMContextUUID(@Nullable UUID lglCntntMContextUUID) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMContextUUID
- Returns:
this.
-
lglCntntMCatGroupTitle
@Nonnull public LegalContextCategoryGroup.LegalContextCategoryGroupBuilder lglCntntMCatGroupTitle(@Nullable String lglCntntMCatGroupTitle) Constraints: Not nullable, Maximum length: 128Original property name from the Odata EDM: LglCntntMCatGroupTitle
- Returns:
this.
-
build
-
toString
-