Class ProductGroup.ProductGroupBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup.ProductGroup.ProductGroupBuilder
Enclosing class:
ProductGroup

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

    • text

      @Nonnull public ProductGroup.ProductGroupBuilder text(ProductGroupText... value)
      Navigation property to_Text for ProductGroup to multiple ProductGroupText.
      Parameters:
      value - The ProductGroupTexts to build this ProductGroup with.
      Returns:
      This Builder to allow for a fluent interface.
    • materialGroup

      @Nonnull public ProductGroup.ProductGroupBuilder materialGroup(@Nullable String materialGroup)
      (Key Field) Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: MaterialGroup

      Returns:
      this.
    • authorizationGroup

      @Nonnull public ProductGroup.ProductGroupBuilder authorizationGroup(@Nullable String authorizationGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: AuthorizationGroup

      Returns:
      this.
    • build

      @Nonnull public ProductGroup build()
    • toString

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