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