Class ProductSales.ProductSalesBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductSales.ProductSalesBuilder
Enclosing class:
ProductSales

public static class ProductSales.ProductSalesBuilder extends Object
  • Method Details

    • product

      @Nonnull public ProductSales.ProductSalesBuilder product(@Nullable String product)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Product

      Returns:
      this.
    • salesStatus

      @Nonnull public ProductSales.ProductSalesBuilder salesStatus(@Nullable String salesStatus)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: SalesStatus

      Returns:
      this.
    • salesStatusValidityDate

      @Nonnull public ProductSales.ProductSalesBuilder salesStatusValidityDate(@Nullable LocalDateTime salesStatusValidityDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: SalesStatusValidityDate

      Returns:
      this.
    • taxClassification

      @Nonnull public ProductSales.ProductSalesBuilder taxClassification(@Nullable String taxClassification)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: TaxClassification

      Returns:
      this.
    • transportationGroup

      @Nonnull public ProductSales.ProductSalesBuilder transportationGroup(@Nullable String transportationGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: TransportationGroup

      Returns:
      this.
    • build

      @Nonnull public ProductSales build()
    • toString

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