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 EmailPriorityEmailPriority. from(String stringValue)Gets theEmailPriorityconforming to the designated string value (ignoring its case).EmailPriorityEmail. getPriority()Gets the priority of this mail ornull.static EmailPriorityEmailPriority. valueOf(int intValue)Gets theEmailPriorityconforming to the designated integer value.static EmailPriorityEmailPriority. 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 EmailEmail. priority(EmailPriority prio)Sets the priority.
-