Class ProductGroup.ProductGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup.ProductGroup.ProductGroupBuilder
- Enclosing class:
- ProductGroup
Helper class to allow for fluent creation of ProductGroup instances.
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4build()materialGroup(String materialGroup) (Key Field) Constraints: Not nullable, Maximum length: 9text(ProductGroupText... value) Navigation property to_Text for ProductGroup to multiple ProductGroupText.toString()
-
Method Details
-
text
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
(Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaterialGroup
- Returns:
this.
-
authorizationGroup
@Nonnull public ProductGroup.ProductGroupBuilder authorizationGroup(@Nullable String authorizationGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
this.
-
build
-
toString
-