Class SubItemCategory.SubItemCategoryBuilder

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

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

    • cnsldtnSubitemCategoryT

      @Nonnull public SubItemCategory.SubItemCategoryBuilder cnsldtnSubitemCategoryT(SubItemCategoryText... value)
      Navigation property to_CnsldtnSubitemCategoryT for SubItemCategory to multiple SubItemCategoryText.
      Parameters:
      value - The SubItemCategoryTexts to build this SubItemCategory with.
      Returns:
      This Builder to allow for a fluent interface.
    • subItemCategory

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

      Original property name from the Odata EDM: SubItemCategory_Text

      Returns:
      this.
    • isSubItemsForAcquisitionsDives

      @Nonnull public SubItemCategory.SubItemCategoryBuilder isSubItemsForAcquisitionsDives(@Nullable Boolean isSubItemsForAcquisitionsDives)
      Constraints: none

      Original property name from the Odata EDM: IsSubItemsForAcquisitionsDives

      Returns:
      this.
    • build

      @Nonnull public SubItemCategory build()
    • toString

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