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