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

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

    • cnsldtnSubItem

      @Nonnull public SubItemText.SubItemTextBuilder cnsldtnSubItem(SubItem value)
      Navigation property to_CnsldtnSubItem for SubItemText to single SubItem.
      Parameters:
      value - The SubItem to build this SubItemText with.
      Returns:
      This Builder to allow for a fluent interface.
    • subItemCategory

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

      Original property name from the Odata EDM: SubItemCategory_Text

      Returns:
      this.
    • language

      @Nonnull public SubItemText.SubItemTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • subItem

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

      Original property name from the Odata EDM: SubItem

      Returns:
      this.
    • subItemText

      @Nonnull public SubItemText.SubItemTextBuilder subItemText(@Nullable String subItemText)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SubItemText

      Returns:
      this.
    • build

      @Nonnull public SubItemText build()
    • toString

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