Class LglTransRelationship.LglTransRelationshipBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.LglTransRelationship.LglTransRelationshipBuilder
Enclosing class:
LglTransRelationship

public static class LglTransRelationship.LglTransRelationshipBuilder extends Object
  • Method Details

    • legalTransactionRelshpUUID

      @Nonnull public LglTransRelationship.LglTransRelationshipBuilder legalTransactionRelshpUUID(@Nullable UUID legalTransactionRelshpUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: LegalTransactionRelshpUUID

      Returns:
      this.
    • lglCntntMRelshpType

      @Nonnull public LglTransRelationship.LglTransRelationshipBuilder lglCntntMRelshpType(@Nullable String lglCntntMRelshpType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LglCntntMRelshpType

      Returns:
      this.
    • relshpLegalTransaction

      @Nonnull public LglTransRelationship.LglTransRelationshipBuilder relshpLegalTransaction(@Nullable String relshpLegalTransaction)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RelshpLegalTransaction

      Returns:
      this.
    • legalTransactionMandatoryFlag

      @Nonnull public LglTransRelationship.LglTransRelationshipBuilder legalTransactionMandatoryFlag(@Nullable String legalTransactionMandatoryFlag)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: LegalTransactionMandatoryFlag

      Returns:
      this.
    • legalTransactionUUID

      @Nonnull public LglTransRelationship.LglTransRelationshipBuilder legalTransactionUUID(@Nullable UUID legalTransactionUUID)
      Constraints: none

      Original property name from the Odata EDM: LegalTransactionUUID

      Returns:
      this.
    • relshpLegalTransactionUUID

      @Nonnull public LglTransRelationship.LglTransRelationshipBuilder relshpLegalTransactionUUID(@Nullable UUID relshpLegalTransactionUUID)
      Constraints: none

      Original property name from the Odata EDM: RelshpLegalTransactionUUID

      Returns:
      this.
    • build

      @Nonnull public LglTransRelationship build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object