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 Details

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