Class CnsldtnSupplierText.CnsldtnSupplierTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsupplier.CnsldtnSupplierText.CnsldtnSupplierTextBuilder
- Enclosing class:
- CnsldtnSupplierText
Helper class to allow for fluent creation of CnsldtnSupplierText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 2supplier(CnsldtnSupplier value) Navigation property _Supplier for CnsldtnSupplierText to single CnsldtnSupplier.(Key Field) Constraints: Not nullable, Maximum length: 10supplierName(String supplierName) Constraints: Not nullable, Maximum length: 80toString()
-
Method Details
-
supplier
Navigation property _Supplier for CnsldtnSupplierText to single CnsldtnSupplier.- Parameters:
value- The CnsldtnSupplier to build this CnsldtnSupplierText 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
- Parameters:
value- The supplier to build this CnsldtnSupplierText 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.
-
supplierName
@Nonnull public CnsldtnSupplierText.CnsldtnSupplierTextBuilder supplierName(@Nullable String supplierName) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: SupplierName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnSupplierText.CnsldtnSupplierTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-