Class OffsettingAccount.OffsettingAccountBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.OffsettingAccount.OffsettingAccountBuilder
Enclosing class:
OffsettingAccount

public static class OffsettingAccount.OffsettingAccountBuilder extends Object
  • Method Details

    • offsettingAccount_ID

      @Nonnull public OffsettingAccount.OffsettingAccountBuilder offsettingAccount_ID(@Nullable String offsettingAccount_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: OffsettingAccount_ID

      Returns:
      this.
    • offsettingAccountText

      @Nonnull public OffsettingAccount.OffsettingAccountBuilder offsettingAccountText(@Nullable String offsettingAccountText)
      Constraints: none

      Original property name from the Odata EDM: OffsettingAccountText

      Returns:
      this.
    • offsettingAccountType

      @Nonnull public OffsettingAccount.OffsettingAccountBuilder offsettingAccountType(@Nullable String offsettingAccountType)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: OffsettingAccountType

      Returns:
      this.
    • build

      @Nonnull public OffsettingAccount build()
    • toString

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