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
Modifier and TypeMethodDescriptionSpecifies the title property: Title of the Template..
-
Method Details
-
withTitle
Specifies the title property: Title of the Template..- Parameters:
title- Title of the Template.- Returns:
- the next definition stage.
-