Class ProductGroupText.ProductGroupTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productgroupdata.ProductGroupText.ProductGroupTextBuilder
- Enclosing class:
- ProductGroupText
Helper class to allow for fluent creation of ProductGroupText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2productGroup(ProductGroup value) Navigation property _ProductGroup for ProductGroupText to single ProductGroup.productGroup(String value) (Key Field) Constraints: Not nullable, Maximum length: 9productGroupName(String productGroupName) Constraints: Not nullable, Maximum length: 20productGroupText(String productGroupText) Constraints: Not nullable, Maximum length: 60toString()
-
Method Details
-
productGroup
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
(Key Field) Constraints: Not nullable, Maximum length: 9Original 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
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
productGroupName
@Nonnull public ProductGroupText.ProductGroupTextBuilder productGroupName(@Nullable String productGroupName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: ProductGroupName
- Returns:
this.
-
productGroupText
@Nonnull public ProductGroupText.ProductGroupTextBuilder productGroupText(@Nullable String productGroupText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ProductGroupText
- Returns:
this.
-
build
-
toString
-