Class CustomerText.CustomerTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CustomerText.CustomerTextBuilder
- Enclosing class:
- CustomerText
Helper class to allow for fluent creation of CustomerText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnCustomer(Customer value) Navigation property to_CnsldtnCustomer for CustomerText to single Customer.cnsldtnCustomerText(String cnsldtnCustomerText) Constraints: Not nullable, Maximum length: 80(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnCustomer
Navigation property to_CnsldtnCustomer for CustomerText to single Customer.- Parameters:
value- The Customer to build this CustomerText 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.
-
customer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
cnsldtnCustomerText
@Nonnull public CustomerText.CustomerTextBuilder cnsldtnCustomerText(@Nullable String cnsldtnCustomerText) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: CnsldtnCustomerText
- Returns:
this.
-
build
-
toString
-