Modifier and Type | Method and Description |
---|---|
Customer.CustomerBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
Customer |
build() |
Customer.CustomerBuilder |
cnsldtnCustomerHier(CustomerHier... value)
Navigation property to_CnsldtnCustomerHier for Customer to multiple CustomerHier.
|
Customer.CustomerBuilder |
cnsldtnCustomerT(CustomerText... value)
Navigation property to_CnsldtnCustomerT for Customer to multiple CustomerText.
|
Customer.CustomerBuilder |
customer_Text(String customer_Text)
Constraints: Not nullable, Maximum length: 80
|
Customer.CustomerBuilder |
customer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public Customer.CustomerBuilder cnsldtnCustomerHier(CustomerHier... value)
value
- The CustomerHiers to build this Customer with.@Nonnull public Customer.CustomerBuilder cnsldtnCustomerT(CustomerText... value)
value
- The CustomerTexts to build this Customer with.public Customer.CustomerBuilder customer(@Nullable String customer)
Original property name from the Odata EDM: Customer
public Customer.CustomerBuilder customer_Text(@Nullable String customer_Text)
Original property name from the Odata EDM: Customer_Text
public Customer.CustomerBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
public Customer build()
Copyright © 2019 SAP SE. All rights reserved.