Class ProductGroup.ProductGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productgroupdata.ProductGroup.ProductGroupBuilder
- Enclosing class:
- ProductGroup
Helper class to allow for fluent creation of ProductGroup instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()productGroup(String productGroup) (Key Field) Constraints: Not nullable, Maximum length: 9productGroupName(String productGroupName) Constraints: Not nullable, Maximum length: 20text(ProductGroupText... value) Navigation property _Text for ProductGroup to multiple ProductGroupText.toString()
-
Method Details
-
text
Navigation property _Text for ProductGroup to multiple ProductGroupText.- Parameters:
value- The ProductGroupTexts to build this ProductGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
productGroup
(Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: ProductGroup
- Returns:
this.
-
productGroupName
@Nonnull public ProductGroup.ProductGroupBuilder productGroupName(@Nullable String productGroupName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: ProductGroupName
- Returns:
this.
-
build
-
toString
-