Class SoldProduct.SoldProductBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SoldProduct.SoldProductBuilder
- Enclosing class:
- SoldProduct
Helper class to allow for fluent creation of SoldProduct instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnProductSoldHier(SoldProductHier... value) Navigation property to_CnsldtnProductSoldHier for SoldProduct to multiple SoldProductHier.cnsldtnProductSoldT(SoldProductText... value) Navigation property to_CnsldtnProductSoldT for SoldProduct to multiple SoldProductText.(Key Field) Constraints: Not nullable, Maximum length: 40material_Text(String material_Text) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
cnsldtnProductSoldHier
Navigation property to_CnsldtnProductSoldHier for SoldProduct to multiple SoldProductHier.- Parameters:
value- The SoldProductHiers to build this SoldProduct with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnProductSoldT
Navigation property to_CnsldtnProductSoldT for SoldProduct to multiple SoldProductText.- Parameters:
value- The SoldProductTexts to build this SoldProduct with.- Returns:
- This Builder to allow for a fluent interface.
-
material
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
this.
-
material_Text
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public SoldProduct.SoldProductBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-