Class LglTransDate.LglTransDateBuilder

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

public static class LglTransDate.LglTransDateBuilder extends Object
  • Method Details

    • legalTransactionDateUUID

      @Nonnull public LglTransDate.LglTransDateBuilder legalTransactionDateUUID(@Nullable UUID legalTransactionDateUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: LegalTransactionDateUUID

      Returns:
      this.
    • lglCntntMDateType

      @Nonnull public LglTransDate.LglTransDateBuilder lglCntntMDateType(@Nullable String lglCntntMDateType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LglCntntMDateType

      Returns:
      this.
    • lglCntntMFromDate

      @Nonnull public LglTransDate.LglTransDateBuilder lglCntntMFromDate(@Nullable LocalDateTime lglCntntMFromDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LglCntntMFromDate

      Returns:
      this.
    • lglCntntMToDate

      @Nonnull public LglTransDate.LglTransDateBuilder lglCntntMToDate(@Nullable LocalDateTime lglCntntMToDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LglCntntMToDate

      Returns:
      this.
    • legalTransDateChangeReason

      @Nonnull public LglTransDate.LglTransDateBuilder legalTransDateChangeReason(@Nullable String legalTransDateChangeReason)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LegalTransDateChangeReason

      Returns:
      this.
    • legalTransactionMandatoryFlag

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

      Original property name from the Odata EDM: LegalTransactionMandatoryFlag

      Returns:
      this.
    • legalTransactionUUID

      @Nonnull public LglTransDate.LglTransDateBuilder legalTransactionUUID(@Nullable UUID legalTransactionUUID)
      Constraints: none

      Original property name from the Odata EDM: LegalTransactionUUID

      Returns:
      this.
    • build

      @Nonnull public LglTransDate build()
    • toString

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