public static class ProductBasicText.ProductBasicTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductBasicText |
build() |
ProductBasicText.ProductBasicTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProductBasicText.ProductBasicTextBuilder |
longText(String longText)
Constraints: none
|
ProductBasicText.ProductBasicTextBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
@Nonnull public ProductBasicText.ProductBasicTextBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductBasicText.ProductBasicTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.@Nonnull public ProductBasicText.ProductBasicTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
this
.@Nonnull public ProductBasicText build()
Copyright © 2020 SAP SE. All rights reserved.