Class Supplier.SupplierBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.Supplier.SupplierBuilder
- Enclosing class:
- Supplier
Helper class to allow for fluent creation of Supplier instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnSupplierHier(SupplierHier... value) Navigation property to_CnsldtnSupplierHier for Supplier to multiple SupplierHier.cnsldtnSupplierT(SupplierText... value) Navigation property to_CnsldtnSupplierT for Supplier to multiple SupplierText.(Key Field) Constraints: Not nullable, Maximum length: 10supplier_Text(String supplier_Text) Constraints: Not nullable, Maximum length: 80toString()
-
Method Details
-
cnsldtnSupplierHier
Navigation property to_CnsldtnSupplierHier for Supplier to multiple SupplierHier.- Parameters:
value- The SupplierHiers to build this Supplier with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnSupplierT
Navigation property to_CnsldtnSupplierT for Supplier to multiple SupplierText.- Parameters:
value- The SupplierTexts to build this Supplier with.- Returns:
- This Builder to allow for a fluent interface.
-
supplier
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
supplier_Text
Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: Supplier_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public Supplier.SupplierBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-