Class CnsldtnSupplier.CnsldtnSupplierBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsupplier.CnsldtnSupplier.CnsldtnSupplierBuilder
- Enclosing class:
- CnsldtnSupplier
Helper class to allow for fluent creation of CnsldtnSupplier 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: 10text(CnsldtnSupplierText... value) Navigation property _Text for CnsldtnSupplier to multiple CnsldtnSupplierText.toString()
-
Method Details
-
text
Navigation property _Text for CnsldtnSupplier to multiple CnsldtnSupplierText.- Parameters:
value- The CnsldtnSupplierTexts to build this CnsldtnSupplier with.- Returns:
- This Builder to allow for a fluent interface.
-
supplier
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnSupplier.CnsldtnSupplierBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
_Messages
@Nonnull public CnsldtnSupplier.CnsldtnSupplierBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-