Uses of Enum Class
de.aristaflow.adept2.model.mail.EmailPriority
Packages that use EmailPriority
-
Uses of EmailPriority in de.aristaflow.adept2.model.mail
Methods in de.aristaflow.adept2.model.mail that return EmailPriorityModifier and TypeMethodDescriptionstatic EmailPriorityGets theEmailPriorityconforming to the designated string value (ignoring its case).Email.getPriority()Gets the priority of this mail ornull.static EmailPriorityEmailPriority.valueOf(int intValue) Gets theEmailPriorityconforming to the designated integer value.static EmailPriorityReturns the enum constant of this class with the specified name.static EmailPriority[]EmailPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.aristaflow.adept2.model.mail with parameters of type EmailPriority