Class Customer.CustomerBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.Customer.CustomerBuilder
- Enclosing class:
- Customer
Helper class to allow for fluent creation of Customer instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnCustomerHier(CustomerHier... value) Navigation property to_CnsldtnCustomerHier for Customer to multiple CustomerHier.cnsldtnCustomerT(CustomerText... value) Navigation property to_CnsldtnCustomerT for Customer to multiple CustomerText.(Key Field) Constraints: Not nullable, Maximum length: 10customer_Text(String customer_Text) Constraints: Not nullable, Maximum length: 80toString()
-
Method Details
-
cnsldtnCustomerHier
Navigation property to_CnsldtnCustomerHier for Customer to multiple CustomerHier.- Parameters:
value- The CustomerHiers to build this Customer with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnCustomerT
Navigation property to_CnsldtnCustomerT for Customer to multiple CustomerText.- Parameters:
value- The CustomerTexts to build this Customer 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.
-
customer_Text
Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: Customer_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public Customer.CustomerBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-