public static class ProductDescription.ProductDescriptionBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductDescription |
build() |
ProductDescription.ProductDescriptionBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProductDescription.ProductDescriptionBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
ProductDescription.ProductDescriptionBuilder |
productDescription(String productDescription)
Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
public ProductDescription.ProductDescriptionBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.public ProductDescription.ProductDescriptionBuilder 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
.public ProductDescription.ProductDescriptionBuilder productDescription(@Nullable String productDescription)
Original property name from the Odata EDM: ProductDescription
You can enter one product description in each of any number of languages.In principle, you enter the product description on the data screen of the first user department for which you enter data, and in your logon language. You can overwrite the product description on the Basic Data screen.
this
.public ProductDescription build()
Copyright © 2020 SAP SE. All rights reserved.