public static final class ReportingItem.ReportingItemBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ReportingItem |
build() |
ReportingItem.ReportingItemBuilder |
cnsldtnRptgItmHier(ReportingItemHier... value)
Navigation property to_CnsldtnRptgItmHier for ReportingItem to multiple
ReportingItemHier.
|
ReportingItem.ReportingItemBuilder |
cnsldtnRptgItmT(ReportingItemText... value)
Navigation property to_CnsldtnRptgItmT for ReportingItem to multiple ReportingItemText.
|
ReportingItem.ReportingItemBuilder |
consolidationChartOfAccounts_Text(String consolidationChartOfAccounts_Text)
Constraints: Not nullable, Maximum length: 30
|
ReportingItem.ReportingItemBuilder |
consolidationChartOfAccounts(String consolidationChartOfAccounts)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ReportingItem.ReportingItemBuilder |
consolidationReportingItem_Text(String consolidationReportingItem_Text)
Constraints: Not nullable, Maximum length: 50
|
ReportingItem.ReportingItemBuilder |
consolidationReportingItem(String consolidationReportingItem)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public ReportingItem.ReportingItemBuilder cnsldtnRptgItmHier(ReportingItemHier... value)
value
- The ReportingItemHiers to build this ReportingItem with.@Nonnull public ReportingItem.ReportingItemBuilder cnsldtnRptgItmT(ReportingItemText... value)
value
- The ReportingItemTexts to build this ReportingItem with.@Nonnull public ReportingItem.ReportingItemBuilder consolidationChartOfAccounts(@Nullable String consolidationChartOfAccounts)
Original property name from the Odata EDM: ConsolidationChartOfAccounts
this
.@Nonnull public ReportingItem.ReportingItemBuilder consolidationChartOfAccounts_Text(@Nullable String consolidationChartOfAccounts_Text)
Original property name from the Odata EDM: ConsolidationChartOfAccounts_Text
this
.@Nonnull public ReportingItem.ReportingItemBuilder consolidationReportingItem(@Nullable String consolidationReportingItem)
Original property name from the Odata EDM: ConsolidationReportingItem
this
.@Nonnull public ReportingItem.ReportingItemBuilder consolidationReportingItem_Text(@Nullable String consolidationReportingItem_Text)
Original property name from the Odata EDM: ConsolidationReportingItem_Text
this
.@Nonnull public ReportingItem build()
Copyright © 2020 SAP SE. All rights reserved.