Class GLAccountText.GLAccountTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount.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

    • glAccountInChartOfAccounts

      @Nonnull public GLAccountText.GLAccountTextBuilder glAccountInChartOfAccounts(GLAccountInChartOfAccounts value)
      Navigation property to_GLAccountInChartOfAccounts for GLAccountText to single GLAccountInChartOfAccounts.
      Parameters:
      value - The GLAccountInChartOfAccounts to build this GLAccountText with.
      Returns:
      This Builder to allow for a fluent interface.
    • 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.
    • 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.
    • 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.
    • gLAccountName

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

      Original property name from the Odata EDM: GLAccountName

      Returns:
      this.
    • gLAccountLongName

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

      Original property name from the Odata EDM: GLAccountLongName

      Returns:
      this.
    • lastChangeDateTime

      @Nonnull public GLAccountText.GLAccountTextBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      this.
    • build

      @Nonnull public GLAccountText build()
    • toString

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