Class CnsldtnCustomerText.CnsldtnCustomerTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomer.CnsldtnCustomerText.CnsldtnCustomerTextBuilder
- Enclosing class:
- CnsldtnCustomerText
Helper class to allow for fluent creation of CnsldtnCustomerText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullablecustomer(CnsldtnCustomer value) Navigation property _Customer for CnsldtnCustomerText to single CnsldtnCustomer.(Key Field) Constraints: Not nullable, Maximum length: 10customerName(String customerName) Constraints: Not nullable, Maximum length: 80(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
customer
Navigation property _Customer for CnsldtnCustomerText to single CnsldtnCustomer.- Parameters:
value- The CnsldtnCustomer to build this CnsldtnCustomerText 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
- Parameters:
value- The customer to build this CnsldtnCustomerText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
customerName
@Nonnull public CnsldtnCustomerText.CnsldtnCustomerTextBuilder customerName(@Nullable String customerName) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: CustomerName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnCustomerText.CnsldtnCustomerTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-