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