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

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

    • cnsldtnSubitem

      @Nonnull public SubitemHier.SubitemHierBuilder cnsldtnSubitem(SubItem value)
      Navigation property to_CnsldtnSubitem for SubitemHier to single SubItem.
      Parameters:
      value - The SubItem to build this SubitemHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnSubitemHierT

      @Nonnull public SubitemHier.SubitemHierBuilder cnsldtnSubitemHierT(SubitemHierText... value)
      Navigation property to_CnsldtnSubitemHierT for SubitemHier to multiple SubitemHierText.
      Parameters:
      value - The SubitemHierTexts to build this SubitemHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • consolidationSubitemHierarchy

      @Nonnull public SubitemHier.SubitemHierBuilder consolidationSubitemHierarchy(@Nullable String consolidationSubitemHierarchy)
      (Key Field) Constraints: Not nullable, Maximum length: 42

      Original property name from the Odata EDM: ConsolidationSubitemHierarchy

      Returns:
      this.
    • hierarchyNode

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

      Original property name from the Odata EDM: HierarchyNode_Text

      Returns:
      this.
    • subItemCategory

      @Nonnull public SubitemHier.SubitemHierBuilder subItemCategory(@Nullable String subItemCategory)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: SubItemCategory

      Returns:
      this.
    • subItemCategory_Text

      @Nonnull public SubitemHier.SubitemHierBuilder subItemCategory_Text(@Nullable String subItemCategory_Text)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SubItemCategory_Text

      Returns:
      this.
    • parentNode

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

      Original property name from the Odata EDM: ParentNode

      Returns:
      this.
    • hierarchyVersion

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

      Original property name from the Odata EDM: HierarchyVersion

      Returns:
      this.
    • subItem

      @Nonnull public SubitemHier.SubitemHierBuilder subItem(@Nullable String subItem)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SubItem

      Returns:
      this.
    • subItem_Text

      @Nonnull public SubitemHier.SubitemHierBuilder subItem_Text(@Nullable String subItem_Text)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SubItem_Text

      Returns:
      this.
    • sequenceNumber

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

      Original property name from the Odata EDM: SequenceNumber

      Returns:
      this.
    • hierarchyNodeLevel

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

      Original property name from the Odata EDM: HierarchyNodeLevel

      Returns:
      this.
    • nodeType

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

      Original property name from the Odata EDM: NodeType

      Returns:
      this.
    • build

      @Nonnull public SubitemHier build()
    • toString

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