Class SoldProductGroup.SoldProductGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SoldProductGroup.SoldProductGroupBuilder
- Enclosing class:
- SoldProductGroup
Helper class to allow for fluent creation of SoldProductGroup instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnProductSoldGroupT(SoldProductGroupText... value) Navigation property to_CnsldtnProductSoldGroupT for SoldProductGroup to multiple SoldProductGroupText.materialGroup(String materialGroup) (Key Field) Constraints: Not nullable, Maximum length: 9materialGroup_Text(String materialGroup_Text) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
cnsldtnProductSoldGroupT
@Nonnull public SoldProductGroup.SoldProductGroupBuilder cnsldtnProductSoldGroupT(SoldProductGroupText... value) Navigation property to_CnsldtnProductSoldGroupT for SoldProductGroup to multiple SoldProductGroupText.- Parameters:
value- The SoldProductGroupTexts to build this SoldProductGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
materialGroup
@Nonnull public SoldProductGroup.SoldProductGroupBuilder materialGroup(@Nullable String materialGroup) (Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaterialGroup
- Returns:
this.
-
materialGroup_Text
@Nonnull public SoldProductGroup.SoldProductGroupBuilder materialGroup_Text(@Nullable String materialGroup_Text) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MaterialGroup_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public SoldProductGroup.SoldProductGroupBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-