Interface EmailTemplateContract.UpdateStages.WithSubject
-
- All Known Subinterfaces:
EmailTemplateContract.Update
- Enclosing interface:
- EmailTemplateContract.UpdateStages
public static interface EmailTemplateContract.UpdateStages.WithSubject
The stage of the EmailTemplateContract update allowing to specify subject.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmailTemplateContract.Update
withSubject(String subject)
Specifies the subject property: Subject of the Template..
-
-
-
Method Detail
-
withSubject
EmailTemplateContract.Update withSubject(String subject)
Specifies the subject property: Subject of the Template..- Parameters:
subject
- Subject of the Template.- Returns:
- the next definition stage.
-
-