Class CnsldtnProductGroup.CnsldtnProductGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproductgroup.CnsldtnProductGroup.CnsldtnProductGroupBuilder
- Enclosing class:
- CnsldtnProductGroup
Helper class to allow for fluent creation of CnsldtnProductGroup instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableproductGroup(String productGroup) (Key Field) Constraints: Not nullable, Maximum length: 9text(CnsldtnProductGroupText... value) Navigation property _Text for CnsldtnProductGroup to multiple CnsldtnProductGroupText.toString()
-
Method Details
-
text
@Nonnull public CnsldtnProductGroup.CnsldtnProductGroupBuilder text(CnsldtnProductGroupText... value) Navigation property _Text for CnsldtnProductGroup to multiple CnsldtnProductGroupText.- Parameters:
value- The CnsldtnProductGroupTexts to build this CnsldtnProductGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
productGroup
@Nonnull public CnsldtnProductGroup.CnsldtnProductGroupBuilder productGroup(@Nullable String productGroup) (Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: ProductGroup
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnProductGroup.CnsldtnProductGroupBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
_Messages
@Nonnull public CnsldtnProductGroup.CnsldtnProductGroupBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-