Uses of Enum Class
org.summerboot.jexpress.integration.smtp.Email.Format
Packages that use Email.Format
-
Uses of Email.Format in org.summerboot.jexpress.integration.smtp
Fields in org.summerboot.jexpress.integration.smtp declared as Email.FormatMethods in org.summerboot.jexpress.integration.smtp that return Email.FormatModifier and TypeMethodDescriptionEmail.format()static Email.FormatReturns the enum constant of this class with the specified name.static Email.Format[]Email.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.summerboot.jexpress.integration.smtp with parameters of type Email.FormatModifier and TypeMethodDescriptionstatic EmailEmail.compose(String subject, String body, Email.Format format) Email.format(Email.Format format) Constructors in org.summerboot.jexpress.integration.smtp with parameters of type Email.Format