Class ReportingItemHierText.ReportingItemHierTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.ReportingItemHierText.ReportingItemHierTextBuilder
- Enclosing class:
- ReportingItemHierText
Helper class to allow for fluent creation of ReportingItemHierText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnRptgItmHier for ReportingItemHierText to single ReportingItemHier.consolidationChartOfAccounts(String consolidationChartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 2consolidationChartOfAccounts_Text(String consolidationChartOfAccounts_Text) Constraints: Not nullable, Maximum length: 30consolidationReportingItemHier(String consolidationReportingItemHier) (Key Field) Constraints: Not nullable, Maximum length: 10hierarchyNode(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
-
cnsldtnRptgItmHier
@Nonnull public ReportingItemHierText.ReportingItemHierTextBuilder cnsldtnRptgItmHier(ReportingItemHier value) Navigation property to_CnsldtnRptgItmHier for ReportingItemHierText to single ReportingItemHier.- Parameters:
value- The ReportingItemHier to build this ReportingItemHierText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public ReportingItemHierText.ReportingItemHierTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
consolidationChartOfAccounts
@Nonnull public ReportingItemHierText.ReportingItemHierTextBuilder consolidationChartOfAccounts(@Nullable String consolidationChartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConsolidationChartOfAccounts
- Returns:
this.
-
consolidationChartOfAccounts_Text
@Nonnull public ReportingItemHierText.ReportingItemHierTextBuilder consolidationChartOfAccounts_Text(@Nullable String consolidationChartOfAccounts_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConsolidationChartOfAccounts_Text
- Returns:
this.
-
consolidationReportingItemHier
@Nonnull public ReportingItemHierText.ReportingItemHierTextBuilder consolidationReportingItemHier(@Nullable String consolidationReportingItemHier) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ConsolidationReportingItemHier
- Returns:
this.
-
hierarchyNode
@Nonnull public ReportingItemHierText.ReportingItemHierTextBuilder hierarchyNode(@Nullable String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
hierarchyNodeText
@Nonnull public ReportingItemHierText.ReportingItemHierTextBuilder hierarchyNodeText(@Nullable String hierarchyNodeText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNodeText
- Returns:
this.
-
nodeType
@Nonnull public ReportingItemHierText.ReportingItemHierTextBuilder nodeType(@Nullable String nodeType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-