Class LegalContextLinkedObject.LegalContextLinkedObjectBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext.LegalContextLinkedObject.LegalContextLinkedObjectBuilder
- Enclosing class:
- LegalContextLinkedObject
Helper class to allow for fluent creation of LegalContextLinkedObject instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()lcmContextTP(LegalContext value) Navigation property _LCMContextTP for LegalContextLinkedObject to single LegalContext.lglCntntMCntxtLinkObjUUID(UUID lglCntntMCntxtLinkObjUUID) (Key Field) Constraints: Not nullablelglCntntMContextUUID(UUID lglCntntMContextUUID) Constraints: Not nullablelglCntntMIsIntegRelevant(Boolean lglCntntMIsIntegRelevant) Constraints: Not nullablelglCntntMIsMandatory(Boolean lglCntntMIsMandatory) Constraints: Not nullablelglCntntMLinkdObjType(String lglCntntMLinkdObjType) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
lcmContextTP
@Nonnull public LegalContextLinkedObject.LegalContextLinkedObjectBuilder lcmContextTP(LegalContext value) Navigation property _LCMContextTP for LegalContextLinkedObject to single LegalContext.- Parameters:
value- The LegalContext to build this LegalContextLinkedObject with.- Returns:
- This Builder to allow for a fluent interface.
-
lglCntntMCntxtLinkObjUUID
@Nonnull public LegalContextLinkedObject.LegalContextLinkedObjectBuilder lglCntntMCntxtLinkObjUUID(@Nullable UUID lglCntntMCntxtLinkObjUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMCntxtLinkObjUUID
- Returns:
this.
-
lglCntntMContextUUID
@Nonnull public LegalContextLinkedObject.LegalContextLinkedObjectBuilder lglCntntMContextUUID(@Nullable UUID lglCntntMContextUUID) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMContextUUID
- Returns:
this.
-
lglCntntMLinkdObjType
@Nonnull public LegalContextLinkedObject.LegalContextLinkedObjectBuilder lglCntntMLinkdObjType(@Nullable String lglCntntMLinkdObjType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMLinkdObjType
- Returns:
this.
-
lglCntntMIsMandatory
@Nonnull public LegalContextLinkedObject.LegalContextLinkedObjectBuilder lglCntntMIsMandatory(@Nullable Boolean lglCntntMIsMandatory) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMIsMandatory
- Returns:
this.
-
lglCntntMIsIntegRelevant
@Nonnull public LegalContextLinkedObject.LegalContextLinkedObjectBuilder lglCntntMIsIntegRelevant(@Nullable Boolean lglCntntMIsIntegRelevant) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMIsIntegRelevant
- Returns:
this.
-
build
-
toString
-