Class ProductGroupText.ProductGroupTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productgroupdata.ProductGroupText.ProductGroupTextBuilder
Enclosing class:
ProductGroupText

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

    • productGroup

      @Nonnull public ProductGroupText.ProductGroupTextBuilder productGroup(ProductGroup value)
      Navigation property _ProductGroup for ProductGroupText to single ProductGroup.
      Parameters:
      value - The ProductGroup to build this ProductGroupText with.
      Returns:
      This Builder to allow for a fluent interface.
    • productGroup

      @Nonnull public ProductGroupText.ProductGroupTextBuilder productGroup(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: ProductGroup

      Parameters:
      value - The productGroup to build this ProductGroupText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • productGroupName

      @Nonnull public ProductGroupText.ProductGroupTextBuilder productGroupName(@Nullable String productGroupName)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ProductGroupName

      Returns:
      this.
    • productGroupText

      @Nonnull public ProductGroupText.ProductGroupTextBuilder productGroupText(@Nullable String productGroupText)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: ProductGroupText

      Returns:
      this.
    • build

      @Nonnull public ProductGroupText build()
    • toString

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