public static final class CustomerText.CustomerTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerText |
build() |
CustomerText.CustomerTextBuilder |
cnsldtnCustomer(Customer value)
Navigation property to_CnsldtnCustomer for CustomerText to single Customer.
|
CustomerText.CustomerTextBuilder |
cnsldtnCustomerText(String cnsldtnCustomerText)
Constraints: Not nullable, Maximum length: 80
|
CustomerText.CustomerTextBuilder |
customer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
CustomerText.CustomerTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public CustomerText.CustomerTextBuilder cnsldtnCustomer(Customer value)
value
- The Customer to build this CustomerText with.public CustomerText.CustomerTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
public CustomerText.CustomerTextBuilder customer(@Nullable String customer)
Original property name from the Odata EDM: Customer
public CustomerText.CustomerTextBuilder cnsldtnCustomerText(@Nullable String cnsldtnCustomerText)
Original property name from the Odata EDM: CnsldtnCustomerText
public CustomerText build()
Copyright © 2019 SAP SE. All rights reserved.