Class LglCntntMDocParCategory.LglCntntMDocParCategoryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaldocument.LglCntntMDocParCategory.LglCntntMDocParCategoryBuilder
- Enclosing class:
- LglCntntMDocParCategory
Helper class to allow for fluent creation of LglCntntMDocParCategory instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()lglCntntMDocCategory(LglCntntMDocCategory... value) Navigation property to_LglCntntMDocCategory for LglCntntMDocParCategory to multiple LglCntntMDocCategory.lglCntntMDocParCatUUID(UUID lglCntntMDocParCatUUID) (Key Field) Constraints: Not nullablelglCntntMDocumentUUID(UUID lglCntntMDocumentUUID) Constraints: nonelglCntntMParentCategory(String lglCntntMParentCategory) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
lglCntntMDocCategory
@Nonnull public LglCntntMDocParCategory.LglCntntMDocParCategoryBuilder lglCntntMDocCategory(LglCntntMDocCategory... value) Navigation property to_LglCntntMDocCategory for LglCntntMDocParCategory to multiple LglCntntMDocCategory.- Parameters:
value- The LglCntntMDocCategorys to build this LglCntntMDocParCategory with.- Returns:
- This Builder to allow for a fluent interface.
-
lglCntntMDocParCatUUID
@Nonnull public LglCntntMDocParCategory.LglCntntMDocParCategoryBuilder lglCntntMDocParCatUUID(@Nullable UUID lglCntntMDocParCatUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMDocParCatUUID
- Returns:
this.
-
lglCntntMDocumentUUID
@Nonnull public LglCntntMDocParCategory.LglCntntMDocParCategoryBuilder lglCntntMDocumentUUID(@Nullable UUID lglCntntMDocumentUUID) Constraints: noneOriginal property name from the Odata EDM: LglCntntMDocumentUUID
- Returns:
this.
-
lglCntntMParentCategory
@Nonnull public LglCntntMDocParCategory.LglCntntMDocParCategoryBuilder lglCntntMParentCategory(@Nullable String lglCntntMParentCategory) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: LglCntntMParentCategory
- Returns:
this.
-
build
-
toString
-