Class PostingLevelHierText.PostingLevelHierTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.PostingLevelHierText.PostingLevelHierTextBuilder
- Enclosing class:
- PostingLevelHierText
Helper class to allow for fluent creation of PostingLevelHierText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnPostingLevelHier for PostingLevelHierText to single PostingLevelHier.consolidationPostgLevelHier(String consolidationPostgLevelHier) (Key Field) Constraints: Not nullable, Maximum length: 42hierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50hierarchyNodeText(String hierarchyNodeText) Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
cnsldtnPostingLevelHier
@Nonnull public PostingLevelHierText.PostingLevelHierTextBuilder cnsldtnPostingLevelHier(PostingLevelHier value) Navigation property to_CnsldtnPostingLevelHier for PostingLevelHierText to single PostingLevelHier.- Parameters:
value- The PostingLevelHier to build this PostingLevelHierText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public PostingLevelHierText.PostingLevelHierTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
consolidationPostgLevelHier
@Nonnull public PostingLevelHierText.PostingLevelHierTextBuilder consolidationPostgLevelHier(@Nullable String consolidationPostgLevelHier) (Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: ConsolidationPostgLevelHier
- Returns:
this.
-
hierarchyNode
@Nonnull public PostingLevelHierText.PostingLevelHierTextBuilder hierarchyNode(@Nullable String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
hierarchyNodeText
@Nonnull public PostingLevelHierText.PostingLevelHierTextBuilder hierarchyNodeText(@Nullable String hierarchyNodeText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNodeText
- Returns:
this.
-
nodeType
@Nonnull public PostingLevelHierText.PostingLevelHierTextBuilder nodeType(@Nullable String nodeType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-