Class ProductGroupText.ProductGroupTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup.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: 2materialGroup(ProductGroup value) Navigation property to_MaterialGroup for ProductGroupText to single ProductGroup.materialGroup(String value) (Key Field) Constraints: Not nullable, Maximum length: 9materialGroupName(String materialGroupName) Constraints: Not nullable, Maximum length: 20materialGroupText(String materialGroupText) Constraints: Not nullable, Maximum length: 60toString()
-
Method Details
-
materialGroup
Navigation property to_MaterialGroup for ProductGroupText to single ProductGroup.- Parameters:
value- The ProductGroup to build this ProductGroupText with.- Returns:
- This Builder to allow for a fluent interface.
-
materialGroup
(Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaterialGroup
- Parameters:
value- The materialGroup 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.
-
materialGroupName
@Nonnull public ProductGroupText.ProductGroupTextBuilder materialGroupName(@Nullable String materialGroupName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MaterialGroupName
- Returns:
this.
-
materialGroupText
@Nonnull public ProductGroupText.ProductGroupTextBuilder materialGroupText(@Nullable String materialGroupText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: MaterialGroupText
- Returns:
this.
-
build
-
toString
-