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