Class LglTransRelationship.LglTransRelationshipBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.LglTransRelationship.LglTransRelationshipBuilder
- Enclosing class:
- LglTransRelationship
-
Method Summary
Modifier and TypeMethodDescriptionbuild()legalTransactionMandatoryFlag(String legalTransactionMandatoryFlag) Constraints: Not nullable, Maximum length: 1legalTransactionRelshpUUID(UUID legalTransactionRelshpUUID) (Key Field) Constraints: Not nullablelegalTransactionUUID(UUID legalTransactionUUID) Constraints: nonelglCntntMRelshpType(String lglCntntMRelshpType) Constraints: Not nullable, Maximum length: 4relshpLegalTransaction(String relshpLegalTransaction) Constraints: Not nullable, Maximum length: 10relshpLegalTransactionUUID(UUID relshpLegalTransactionUUID) Constraints: nonetoString()
-
Method Details
-
legalTransactionRelshpUUID
@Nonnull public LglTransRelationship.LglTransRelationshipBuilder legalTransactionRelshpUUID(@Nullable UUID legalTransactionRelshpUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionRelshpUUID
- Returns:
this.
-
lglCntntMRelshpType
@Nonnull public LglTransRelationship.LglTransRelationshipBuilder lglCntntMRelshpType(@Nullable String lglCntntMRelshpType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMRelshpType
- Returns:
this.
-
relshpLegalTransaction
@Nonnull public LglTransRelationship.LglTransRelationshipBuilder relshpLegalTransaction(@Nullable String relshpLegalTransaction) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RelshpLegalTransaction
- Returns:
this.
-
legalTransactionMandatoryFlag
@Nonnull public LglTransRelationship.LglTransRelationshipBuilder legalTransactionMandatoryFlag(@Nullable String legalTransactionMandatoryFlag) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: LegalTransactionMandatoryFlag
- Returns:
this.
-
legalTransactionUUID
@Nonnull public LglTransRelationship.LglTransRelationshipBuilder legalTransactionUUID(@Nullable UUID legalTransactionUUID) Constraints: noneOriginal property name from the Odata EDM: LegalTransactionUUID
- Returns:
this.
-
relshpLegalTransactionUUID
@Nonnull public LglTransRelationship.LglTransRelationshipBuilder relshpLegalTransactionUUID(@Nullable UUID relshpLegalTransactionUUID) Constraints: noneOriginal property name from the Odata EDM: RelshpLegalTransactionUUID
- Returns:
this.
-
build
-
toString
-