Class SoldProductText.SoldProductTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SoldProductText.SoldProductTextBuilder
- Enclosing class:
- SoldProductText
Helper class to allow for fluent creation of SoldProductText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnProductSold(SoldProduct value) Navigation property to_CnsldtnProductSold for SoldProductText to single SoldProduct.(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 40soldProductText(String soldProductText) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
cnsldtnProductSold
Navigation property to_CnsldtnProductSold for SoldProductText to single SoldProduct.- Parameters:
value- The SoldProduct to build this SoldProductText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
material
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
this.
-
soldProductText
@Nonnull public SoldProductText.SoldProductTextBuilder soldProductText(@Nullable String soldProductText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SoldProductText
- Returns:
this.
-
build
-
toString
-