Interface EmailTemplateContract.DefinitionStages.WithTitle
-
- All Known Subinterfaces:
EmailTemplateContract.Definition
,EmailTemplateContract.DefinitionStages.WithCreate
- Enclosing interface:
- EmailTemplateContract.DefinitionStages
public static interface EmailTemplateContract.DefinitionStages.WithTitle
The stage of the EmailTemplateContract definition allowing to specify title.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmailTemplateContract.DefinitionStages.WithCreate
withTitle(String title)
Specifies the title property: Title of the Template..
-
-
-
Method Detail
-
withTitle
EmailTemplateContract.DefinitionStages.WithCreate withTitle(String title)
Specifies the title property: Title of the Template..- Parameters:
title
- Title of the Template.- Returns:
- the next definition stage.
-
-