Uses of Class
de.svenkubiak.jpushover.enums.Priority
-
Packages that use Priority Package Description de.svenkubiak.jpushover.apis de.svenkubiak.jpushover.enums -
-
Uses of Priority in de.svenkubiak.jpushover.apis
Methods in de.svenkubiak.jpushover.apis with parameters of type Priority Modifier and Type Method Description Message
Message. withPriority(Priority priority)
Priority of the message based on the @see documentation (optional) -
Uses of Priority in de.svenkubiak.jpushover.enums
Methods in de.svenkubiak.jpushover.enums that return Priority Modifier and Type Method Description static Priority
Priority. valueOf(String name)
Returns the enum constant of this type with the specified name.static Priority[]
Priority. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-