java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.Supplier.SupplierBuilder
Enclosing class:
Supplier

public static class Supplier.SupplierBuilder extends Object
  • Method Details

    • supplier_ID

      @Nonnull public Supplier.SupplierBuilder supplier_ID(@Nullable String supplier_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Supplier_ID

      Returns:
      this.
    • supplierText

      @Nonnull public Supplier.SupplierBuilder supplierText(@Nullable String supplierText)
      Constraints: none

      Original property name from the Odata EDM: SupplierText

      Returns:
      this.
    • build

      @Nonnull public Supplier build()
    • toString

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