public static class CustomerText.CustomerTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerText |
build() |
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
|
CustomerText.CustomerTextBuilder |
longText(String longText)
Constraints: none
|
CustomerText.CustomerTextBuilder |
longTextID(String longTextID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
@Nonnull public CustomerText.CustomerTextBuilder customer(@Nullable String customer)
Original property name from the Odata EDM: Customer
this
.@Nonnull public CustomerText.CustomerTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public CustomerText.CustomerTextBuilder longTextID(@Nullable String longTextID)
Original property name from the Odata EDM: LongTextID
this
.@Nonnull public CustomerText.CustomerTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
this
.@Nonnull public CustomerText build()
Copyright © 2021 SAP SE. All rights reserved.