Class ReportingItem.ReportingItemBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.ReportingItem.ReportingItemBuilder
- Enclosing class:
- ReportingItem
Helper class to allow for fluent creation of ReportingItem instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnRptgItmHier(ReportingItemHier... value) Navigation property to_CnsldtnRptgItmHier for ReportingItem to multiple ReportingItemHier.cnsldtnRptgItmT(ReportingItemText... value) Navigation property to_CnsldtnRptgItmT for ReportingItem to multiple ReportingItemText.consolidationChartOfAccounts(String consolidationChartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 2consolidationChartOfAccounts_Text(String consolidationChartOfAccounts_Text) Constraints: Not nullable, Maximum length: 30consolidationReportingItem(String consolidationReportingItem) (Key Field) Constraints: Not nullable, Maximum length: 10consolidationReportingItem_Text(String consolidationReportingItem_Text) Constraints: Not nullable, Maximum length: 50toString()
-
Method Details
-
cnsldtnRptgItmHier
Navigation property to_CnsldtnRptgItmHier for ReportingItem to multiple ReportingItemHier.- Parameters:
value- The ReportingItemHiers to build this ReportingItem with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnRptgItmT
Navigation property to_CnsldtnRptgItmT for ReportingItem to multiple ReportingItemText.- Parameters:
value- The ReportingItemTexts to build this ReportingItem with.- Returns:
- This Builder to allow for a fluent interface.
-
consolidationChartOfAccounts
@Nonnull public ReportingItem.ReportingItemBuilder 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 ReportingItem.ReportingItemBuilder consolidationChartOfAccounts_Text(@Nullable String consolidationChartOfAccounts_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConsolidationChartOfAccounts_Text
- Returns:
this.
-
consolidationReportingItem
@Nonnull public ReportingItem.ReportingItemBuilder consolidationReportingItem(@Nullable String consolidationReportingItem) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ConsolidationReportingItem
- Returns:
this.
-
consolidationReportingItem_Text
@Nonnull public ReportingItem.ReportingItemBuilder consolidationReportingItem_Text(@Nullable String consolidationReportingItem_Text) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ConsolidationReportingItem_Text
- Returns:
this.
-
build
-
toString
-