Interface ProductContract.UpdateStages.WithDescription

All Known Subinterfaces:
ProductContract.Update
Enclosing interface:
ProductContract.UpdateStages

public static interface ProductContract.UpdateStages.WithDescription
The stage of the ProductContract update allowing to specify description.
  • Method Details

    • withDescription

      ProductContract.Update withDescription(String description)
      Specifies the description property: Product description. May include HTML formatting tags..
      Parameters:
      description - Product description. May include HTML formatting tags.
      Returns:
      the next definition stage.