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