Class ReportingItemHier.ReportingItemHierBuilder

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

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

    • cnsldtnRptgItm

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder cnsldtnRptgItm(ReportingItem value)
      Navigation property to_CnsldtnRptgItm for ReportingItemHier to single ReportingItem.
      Parameters:
      value - The ReportingItem to build this ReportingItemHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnRptgItmHierT

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder cnsldtnRptgItmHierT(ReportingItemHierText... value)
      Navigation property to_CnsldtnRptgItmHierT for ReportingItemHier to multiple ReportingItemHierText.
      Parameters:
      value - The ReportingItemHierTexts to build this ReportingItemHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • consolidationChartOfAccounts

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder 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 ReportingItemHier.ReportingItemHierBuilder consolidationChartOfAccounts_Text(@Nullable String consolidationChartOfAccounts_Text)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: ConsolidationChartOfAccounts_Text

      Returns:
      this.
    • consolidationReportingItemHier

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder consolidationReportingItemHier(@Nullable String consolidationReportingItemHier)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ConsolidationReportingItemHier

      Returns:
      this.
    • hierarchyNode

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder hierarchyNode(@Nullable String hierarchyNode)
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: HierarchyNode

      Returns:
      this.
    • hierarchyNode_Text

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: HierarchyNode_Text

      Returns:
      this.
    • parentNode

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder parentNode(@Nullable String parentNode)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: ParentNode

      Returns:
      this.
    • hierarchyVersion

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder hierarchyVersion(@Nullable String hierarchyVersion)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: HierarchyVersion

      Returns:
      this.
    • consolidationReportingItem

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder consolidationReportingItem(@Nullable String consolidationReportingItem)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ConsolidationReportingItem

      Returns:
      this.
    • consolidationReportingItem_Text

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder consolidationReportingItem_Text(@Nullable String consolidationReportingItem_Text)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: ConsolidationReportingItem_Text

      Returns:
      this.
    • sequenceNumber

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder sequenceNumber(@Nullable String sequenceNumber)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SequenceNumber

      Returns:
      this.
    • hierarchyNodeLevel

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: HierarchyNodeLevel

      Returns:
      this.
    • nodeType

      @Nonnull public ReportingItemHier.ReportingItemHierBuilder nodeType(@Nullable String nodeType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: NodeType

      Returns:
      this.
    • build

      @Nonnull public ReportingItemHier build()
    • toString

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