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
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.
-