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

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

    • cnsldtnSubitemHier

      @Nonnull public SubItem.SubItemBuilder cnsldtnSubitemHier(SubitemHier... value)
      Navigation property to_CnsldtnSubitemHier for SubItem to multiple SubitemHier.
      Parameters:
      value - The SubitemHiers to build this SubItem with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnSubItemT

      @Nonnull public SubItem.SubItemBuilder cnsldtnSubItemT(SubItemText... value)
      Navigation property to_CnsldtnSubItemT for SubItem to multiple SubItemText.
      Parameters:
      value - The SubItemTexts to build this SubItem with.
      Returns:
      This Builder to allow for a fluent interface.
    • subItemCategory

      @Nonnull public SubItem.SubItemBuilder subItemCategory(@Nullable String subItemCategory)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: SubItemCategory

      Returns:
      this.
    • subItemCategory_Text

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

      Original property name from the Odata EDM: SubItemCategory_Text

      Returns:
      this.
    • subItem

      @Nonnull public SubItem.SubItemBuilder subItem(@Nullable String subItem)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SubItem

      Returns:
      this.
    • subItem_Text

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

      Original property name from the Odata EDM: SubItem_Text

      Returns:
      this.
    • subitemCarryForwardDestination

      @Nonnull public SubItem.SubItemBuilder subitemCarryForwardDestination(@Nullable String subitemCarryForwardDestination)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SubitemCarryForwardDestination

      Returns:
      this.
    • subitemCarryForwardDestination_Text

      @Nonnull public SubItem.SubItemBuilder subitemCarryForwardDestination_Text(@Nullable String subitemCarryForwardDestination_Text)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SubitemCarryForwardDestination_Text

      Returns:
      this.
    • subitemRtrmtDivestitureDest

      @Nonnull public SubItem.SubItemBuilder subitemRtrmtDivestitureDest(@Nullable String subitemRtrmtDivestitureDest)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SubitemRtrmtDivestitureDest

      Returns:
      this.
    • subitemRtrmtDivestitureDest_Text

      @Nonnull public SubItem.SubItemBuilder subitemRtrmtDivestitureDest_Text(@Nullable String subitemRtrmtDivestitureDest_Text)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SubitemRtrmtDivestitureDest_Text

      Returns:
      this.
    • subitemAcquisitionDestination

      @Nonnull public SubItem.SubItemBuilder subitemAcquisitionDestination(@Nullable String subitemAcquisitionDestination)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SubitemAcquisitionDestination

      Returns:
      this.
    • subitemAcquisitionDestination_Text

      @Nonnull public SubItem.SubItemBuilder subitemAcquisitionDestination_Text(@Nullable String subitemAcquisitionDestination_Text)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SubitemAcquisitionDestination_Text

      Returns:
      this.
    • build

      @Nonnull public SubItem build()
    • toString

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