Interface ProductContract.UpdateStages.WithDisplayName
- All Known Subinterfaces:
ProductContract.Update
- Enclosing interface:
ProductContract.UpdateStages
public static interface ProductContract.UpdateStages.WithDisplayName
The stage of the ProductContract update allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: Product name..
-
Method Details
-
withDisplayName
Specifies the displayName property: Product name..- Parameters:
displayName- Product name.- Returns:
- the next definition stage.
-