Modifier and Type | Method and Description |
---|---|
Customer |
build() |
Customer.CustomerBuilder |
customer_ID(String customer_ID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Customer.CustomerBuilder |
customerText(String customerText)
Constraints: none
|
String |
toString() |
@Nonnull public Customer.CustomerBuilder customer_ID(@Nullable String customer_ID)
Original property name from the Odata EDM: Customer_ID
this
.@Nonnull public Customer.CustomerBuilder customerText(@Nullable String customerText)
Original property name from the Odata EDM: CustomerText
this
.Copyright © 2020 SAP SE. All rights reserved.