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

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

    • cnsldtnGLAccountHier

      @Nonnull public GLAccount.GLAccountBuilder cnsldtnGLAccountHier(GLAccountHier... value)
      Navigation property to_CnsldtnGLAccountHier for GLAccount to multiple GLAccountHier.
      Parameters:
      value - The GLAccountHiers to build this GLAccount with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnGLAccountT

      @Nonnull public GLAccount.GLAccountBuilder cnsldtnGLAccountT(GLAccountText... value)
      Navigation property to_CnsldtnGLAccountT for GLAccount to multiple GLAccountText.
      Parameters:
      value - The GLAccountTexts to build this GLAccount with.
      Returns:
      This Builder to allow for a fluent interface.
    • gLAccount

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

      Original property name from the Odata EDM: GLAccount

      Returns:
      this.
    • gLAccount_Text

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

      Original property name from the Odata EDM: GLAccount_Text

      Returns:
      this.
    • chartOfAccounts

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

      Original property name from the Odata EDM: ChartOfAccounts

      Returns:
      this.
    • additionalMasterDataSource

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

      Original property name from the Odata EDM: AdditionalMasterDataSource

      Returns:
      this.
    • build

      @Nonnull public GLAccount build()
    • toString

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