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

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

    • cnsldtnGLAccount

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

      @Nonnull public GLAccountHier.GLAccountHierBuilder cnsldtnGLAccountHierT(GLAccountHierText... value)
      Navigation property to_CnsldtnGLAccountHierT for GLAccountHier to multiple GLAccountHierText.
      Parameters:
      value - The GLAccountHierTexts to build this GLAccountHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • additionalMasterDataHierarchy

      @Nonnull public GLAccountHier.GLAccountHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: AdditionalMasterDataHierarchy

      Returns:
      this.
    • hierarchyNode

      @Nonnull public GLAccountHier.GLAccountHierBuilder hierarchyNode(@Nullable String hierarchyNode)
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: HierarchyNode

      Returns:
      this.
    • hierarchyNode_Text

      @Nonnull public GLAccountHier.GLAccountHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: HierarchyNode_Text

      Returns:
      this.
    • validityEndDate

      @Nonnull public GLAccountHier.GLAccountHierBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      this.
    • parentNode

      @Nonnull public GLAccountHier.GLAccountHierBuilder parentNode(@Nullable String parentNode)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: ParentNode

      Returns:
      this.
    • hierarchyVersion

      @Nonnull public GLAccountHier.GLAccountHierBuilder hierarchyVersion(@Nullable String hierarchyVersion)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: HierarchyVersion

      Returns:
      this.
    • validityStartDate

      @Nonnull public GLAccountHier.GLAccountHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      this.
    • chartOfAccounts

      @Nonnull public GLAccountHier.GLAccountHierBuilder chartOfAccounts(@Nullable String chartOfAccounts)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ChartOfAccounts

      Returns:
      this.
    • gLAccount

      @Nonnull public GLAccountHier.GLAccountHierBuilder gLAccount(@Nullable String gLAccount)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: GLAccount

      Returns:
      this.
    • gLAccount_Text

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

      Original property name from the Odata EDM: GLAccount_Text

      Returns:
      this.
    • sequenceNumber

      @Nonnull public GLAccountHier.GLAccountHierBuilder sequenceNumber(@Nullable String sequenceNumber)
      Constraints: Not nullable, Maximum length: 56

      Original property name from the Odata EDM: SequenceNumber

      Returns:
      this.
    • hierarchyNodeSequence

      @Nonnull public GLAccountHier.GLAccountHierBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: HierarchyNodeSequence

      Returns:
      this.
    • hierarchyNodeLevel

      @Nonnull public GLAccountHier.GLAccountHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: HierarchyNodeLevel

      Returns:
      this.
    • nodeType

      @Nonnull public GLAccountHier.GLAccountHierBuilder nodeType(@Nullable String nodeType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: NodeType

      Returns:
      this.
    • build

      @Nonnull public GLAccountHier build()
    • toString

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