public static final class SoldProductText.SoldProductTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SoldProductText |
build() |
SoldProductText.SoldProductTextBuilder |
cnsldtnProductSold(SoldProduct value)
Navigation property to_CnsldtnProductSold for SoldProductText to single SoldProduct.
|
SoldProductText.SoldProductTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
SoldProductText.SoldProductTextBuilder |
material(String material)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
SoldProductText.SoldProductTextBuilder |
soldProductText(String soldProductText)
Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
@Nonnull public SoldProductText.SoldProductTextBuilder cnsldtnProductSold(SoldProduct value)
value
- The SoldProduct to build this SoldProductText with.@Nonnull public SoldProductText.SoldProductTextBuilder 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 SoldProductText.SoldProductTextBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.@Nonnull public SoldProductText.SoldProductTextBuilder soldProductText(@Nullable String soldProductText)
Original property name from the Odata EDM: SoldProductText
this
.@Nonnull public SoldProductText build()
Copyright © 2020 SAP SE. All rights reserved.