Class CnsldtnSupplierText.CnsldtnSupplierTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsupplier.CnsldtnSupplierText.CnsldtnSupplierTextBuilder
Enclosing class:
CnsldtnSupplierText

public static final class CnsldtnSupplierText.CnsldtnSupplierTextBuilder extends Object
Helper class to allow for fluent creation of CnsldtnSupplierText instances.
  • 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

      @Nonnull public CnsldtnSupplierText.CnsldtnSupplierTextBuilder supplier(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original 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

      @Nonnull public CnsldtnSupplierText.CnsldtnSupplierTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • supplierName

      @Nonnull public CnsldtnSupplierText.CnsldtnSupplierTextBuilder supplierName(@Nullable String supplierName)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: SupplierName

      Returns:
      this.
    • cnsldtnIsAdditionalMasterData

      @Nonnull public CnsldtnSupplierText.CnsldtnSupplierTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData)
      Constraints: Not nullable

      Original property name from the Odata EDM: CnsldtnIsAdditionalMasterData

      Returns:
      this.
    • build

      @Nonnull public CnsldtnSupplierText build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object