java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.ReportingItem.ReportingItemBuilder
Enclosing class:
ReportingItem

public static final class ReportingItem.ReportingItemBuilder extends Object
Helper class to allow for fluent creation of ReportingItem instances.
  • Method Details

    • cnsldtnRptgItmHier

      @Nonnull public ReportingItem.ReportingItemBuilder cnsldtnRptgItmHier(ReportingItemHier... value)
      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

      @Nonnull public ReportingItem.ReportingItemBuilder cnsldtnRptgItmT(ReportingItemText... value)
      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: 2

      Original 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: 30

      Original 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: 10

      Original 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: 50

      Original property name from the Odata EDM: ConsolidationReportingItem_Text

      Returns:
      this.
    • build

      @Nonnull public ReportingItem build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object