public static final class ProductGroup.ProductGroupBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductGroup.ProductGroupBuilder |
authorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
ProductGroup |
build() |
ProductGroup.ProductGroupBuilder |
materialGroup(String materialGroup)
(Key Field) Constraints: Not nullable, Maximum length: 9
|
ProductGroup.ProductGroupBuilder |
text(ProductGroupText... value)
Navigation property to_Text for ProductGroup to multiple ProductGroupText.
|
String |
toString() |
@Nonnull public ProductGroup.ProductGroupBuilder text(ProductGroupText... value)
value
- The ProductGroupTexts to build this ProductGroup with.@Nonnull public ProductGroup.ProductGroupBuilder materialGroup(@Nullable String materialGroup)
Original property name from the Odata EDM: MaterialGroup
this
.@Nonnull public ProductGroup.ProductGroupBuilder authorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
this
.@Nonnull public ProductGroup build()
Copyright © 2021 SAP SE. All rights reserved.