java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.GLAccountText.GLAccountTextBuilder
Enclosing class:
GLAccountText

public static final class GLAccountText.GLAccountTextBuilder extends Object
Helper class to allow for fluent creation of GLAccountText instances.
  • Method Details

    • cnsldtnGLAccount

      @Nonnull public GLAccountText.GLAccountTextBuilder cnsldtnGLAccount(GLAccount value)
      Navigation property to_CnsldtnGLAccount for GLAccountText to single GLAccount.
      Parameters:
      value - The GLAccount to build this GLAccountText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

      @Nonnull public GLAccountText.GLAccountTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • gLAccount

      @Nonnull public GLAccountText.GLAccountTextBuilder gLAccount(@Nullable String gLAccount)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: GLAccount

      Returns:
      this.
    • chartOfAccounts

      @Nonnull public GLAccountText.GLAccountTextBuilder chartOfAccounts(@Nullable String chartOfAccounts)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ChartOfAccounts

      Returns:
      this.
    • gLAccountText

      @Nonnull public GLAccountText.GLAccountTextBuilder gLAccountText(@Nullable String gLAccountText)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: GLAccountText

      Returns:
      this.
    • build

      @Nonnull public GLAccountText build()
    • toString

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