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