Class PostingLevelHier.PostingLevelHierBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.PostingLevelHier.PostingLevelHierBuilder
- Enclosing class:
- PostingLevelHier
Helper class to allow for fluent creation of PostingLevelHier instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnPostingLevel(PostingLevel value) Navigation property to_CnsldtnPostingLevel for PostingLevelHier to single PostingLevel.cnsldtnPostingLevelHierT(PostingLevelHierText... value) Navigation property to_CnsldtnPostingLevelHierT for PostingLevelHier to multiple PostingLevelHierText.consolidationPostgLevelHier(String consolidationPostgLevelHier) (Key Field) Constraints: Not nullable, Maximum length: 42hierarchyNode(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: 6Constraints: Not nullable, Maximum length: 1parentNode(String parentNode) Constraints: Not nullable, Maximum length: 50postingLevel(String postingLevel) Constraints: Not nullable, Maximum length: 2postingLevel_Text(String postingLevel_Text) Constraints: Not nullable, Maximum length: 60sequenceNumber(String sequenceNumber) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
cnsldtnPostingLevel
Navigation property to_CnsldtnPostingLevel for PostingLevelHier to single PostingLevel.- Parameters:
value- The PostingLevel to build this PostingLevelHier with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnPostingLevelHierT
@Nonnull public PostingLevelHier.PostingLevelHierBuilder cnsldtnPostingLevelHierT(PostingLevelHierText... value) Navigation property to_CnsldtnPostingLevelHierT for PostingLevelHier to multiple PostingLevelHierText.- Parameters:
value- The PostingLevelHierTexts to build this PostingLevelHier with.- Returns:
- This Builder to allow for a fluent interface.
-
consolidationPostgLevelHier
@Nonnull public PostingLevelHier.PostingLevelHierBuilder consolidationPostgLevelHier(@Nullable String consolidationPostgLevelHier) (Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: ConsolidationPostgLevelHier
- Returns:
this.
-
hierarchyNode
@Nonnull public PostingLevelHier.PostingLevelHierBuilder hierarchyNode(@Nullable String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
hierarchyNode_Text
@Nonnull public PostingLevelHier.PostingLevelHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode_Text
- Returns:
this.
-
parentNode
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ParentNode
- Returns:
this.
-
postingLevel
@Nonnull public PostingLevelHier.PostingLevelHierBuilder postingLevel(@Nullable String postingLevel) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PostingLevel
- Returns:
this.
-
postingLevel_Text
@Nonnull public PostingLevelHier.PostingLevelHierBuilder postingLevel_Text(@Nullable String postingLevel_Text) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: PostingLevel_Text
- Returns:
this.
-
sequenceNumber
@Nonnull public PostingLevelHier.PostingLevelHierBuilder sequenceNumber(@Nullable String sequenceNumber) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SequenceNumber
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public PostingLevelHier.PostingLevelHierBuilder 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
-