Class GLAccount.GLAccountBuilder

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

public static class GLAccount.GLAccountBuilder extends Object
  • Method Details

    • gLAccount

      @Nonnull public GLAccount.GLAccountBuilder gLAccount(@Nullable String gLAccount)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: GLAccount

      Returns:
      this.
    • gLAccountText

      @Nonnull public GLAccount.GLAccountBuilder gLAccountText(@Nullable String gLAccountText)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: GLAccountText

      Returns:
      this.
    • build

      @Nonnull public GLAccount build()
    • toString

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