Interface EmailTemplateContract.UpdateStages.WithDescription
- All Known Subinterfaces:
EmailTemplateContract.Update
- Enclosing interface:
EmailTemplateContract.UpdateStages
public static interface EmailTemplateContract.UpdateStages.WithDescription
The stage of the EmailTemplateContract update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Description of the Email Template..
-
Method Details
-
withDescription
Specifies the description property: Description of the Email Template..- Parameters:
description- Description of the Email Template.- Returns:
- the next definition stage.
-