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 Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Product description.
-
Method Details
-
withDescription
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.
-