Class SupplierText.SupplierTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SupplierText.SupplierTextBuilder
- Enclosing class:
- SupplierText
Helper class to allow for fluent creation of SupplierText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnSupplier(Supplier value) Navigation property to_CnsldtnSupplier for SupplierText to single Supplier.cnsldtnSupplierText(String cnsldtnSupplierText) Constraints: Not nullable, Maximum length: 80(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
cnsldtnSupplier
Navigation property to_CnsldtnSupplier for SupplierText to single Supplier.- Parameters:
value- The Supplier to build this SupplierText 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.
-
supplier
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
cnsldtnSupplierText
@Nonnull public SupplierText.SupplierTextBuilder cnsldtnSupplierText(@Nullable String cnsldtnSupplierText) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: CnsldtnSupplierText
- Returns:
this.
-
build
-
toString
-