Class GLAccountHier.GLAccountHierBuilder
- Enclosing class:
- GLAccountHier
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataHierarchy(String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40build()chartOfAccounts(String chartOfAccounts) Constraints: Not nullable, Maximum length: 4cnsldtnGLAccount(GLAccount value) Navigation property to_CnsldtnGLAccount for GLAccountHier to single GLAccount.cnsldtnGLAccountHierT(GLAccountHierText... value) Navigation property to_CnsldtnGLAccountHierT for GLAccountHier to multiple GLAccountHierText.Constraints: Not nullable, Maximum length: 10gLAccount_Text(String gLAccount_Text) Constraints: Not nullable, Maximum length: 20hierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50hierarchyNode_Text(String hierarchyNode_Text) Constraints: Not nullable, Maximum length: 50hierarchyNodeLevel(String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6hierarchyNodeSequence(String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6hierarchyVersion(String hierarchyVersion) Constraints: Not nullable, Maximum length: 15Constraints: Not nullable, Maximum length: 1parentNode(String parentNode) Constraints: Not nullable, Maximum length: 50sequenceNumber(String sequenceNumber) Constraints: Not nullable, Maximum length: 56toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
cnsldtnGLAccount
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: 40Original property name from the Odata EDM: AdditionalMasterDataHierarchy
- Returns:
this.
-
hierarchyNode
(Key Field) Constraints: Not nullable, Maximum length: 50Original 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: 50Original 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: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
parentNode
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ParentNode
- Returns:
this.
-
hierarchyVersion
@Nonnull public GLAccountHier.GLAccountHierBuilder hierarchyVersion(@Nullable String hierarchyVersion) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: HierarchyVersion
- Returns:
this.
-
validityStartDate
@Nonnull public GLAccountHier.GLAccountHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
chartOfAccounts
@Nonnull public GLAccountHier.GLAccountHierBuilder chartOfAccounts(@Nullable String chartOfAccounts) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ChartOfAccounts
- Returns:
this.
-
gLAccount
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: GLAccount
- Returns:
this.
-
gLAccount_Text
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: GLAccount_Text
- Returns:
this.
-
sequenceNumber
Constraints: Not nullable, Maximum length: 56Original property name from the Odata EDM: SequenceNumber
- Returns:
this.
-
hierarchyNodeSequence
@Nonnull public GLAccountHier.GLAccountHierBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeSequence
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public GLAccountHier.GLAccountHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeLevel
- Returns:
this.
-
nodeType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-