Uses of Class
de.aristaflow.adept2.model.mail.EmailPriority
-
Packages that use EmailPriority Package Description de.aristaflow.adept2.model.mail -
-
Uses of EmailPriority in de.aristaflow.adept2.model.mail
Methods in de.aristaflow.adept2.model.mail that return EmailPriority Modifier and Type Method Description static EmailPriority
EmailPriority. from(String stringValue)
Gets theEmailPriority
conforming to the designated string value (ignoring its case).EmailPriority
Email. getPriority()
Gets the priority of this mail ornull
.static EmailPriority
EmailPriority. valueOf(int intValue)
Gets theEmailPriority
conforming to the designated integer value.static EmailPriority
EmailPriority. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmailPriority[]
EmailPriority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.aristaflow.adept2.model.mail with parameters of type EmailPriority Modifier and Type Method Description Email
Email. priority(EmailPriority prio)
Sets the priority.
-