Interface EmailTemplateContract.DefinitionStages.WithSubject
- All Known Subinterfaces:
EmailTemplateContract.Definition,EmailTemplateContract.DefinitionStages.WithCreate
- Enclosing interface:
EmailTemplateContract.DefinitionStages
public static interface EmailTemplateContract.DefinitionStages.WithSubject
The stage of the EmailTemplateContract definition allowing to specify subject.
-
Method Summary
Modifier and TypeMethodDescriptionwithSubject(String subject) Specifies the subject property: Subject of the Template..
-
Method Details
-
withSubject
Specifies the subject property: Subject of the Template..- Parameters:
subject- Subject of the Template.- Returns:
- the next definition stage.
-