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

public static class Product.ProductBuilder extends Object
  • Method Details

    • product_ID

      @Nonnull public Product.ProductBuilder product_ID(@Nullable String product_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Product_ID

      Returns:
      this.
    • productText

      @Nonnull public Product.ProductBuilder productText(@Nullable String productText)
      Constraints: none

      Original property name from the Odata EDM: ProductText

      Returns:
      this.
    • build

      @Nonnull public Product build()
    • toString

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