Uses of Class
com.tetsuwantech.atom.util.MailSender.Message
-
Packages that use MailSender.Message Package Description com.tetsuwantech.atom.util -
-
Uses of MailSender.Message in com.tetsuwantech.atom.util
Methods in com.tetsuwantech.atom.util that return MailSender.Message Modifier and Type Method Description static MailSender.Message
MailSender.Message. valueOf(String name)
Returns the enum constant of this type with the specified name.static MailSender.Message[]
MailSender.Message. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tetsuwantech.atom.util with parameters of type MailSender.Message Modifier and Type Method Description void
MailSender. send(SubjectModel subject, MailSender.Message message, Map<String,Object> content)
-