Uses of Class
de.svenkubiak.jpushover.enums.Url
-
Packages that use Url Package Description de.svenkubiak.jpushover.enums -
-
Uses of Url in de.svenkubiak.jpushover.enums
Methods in de.svenkubiak.jpushover.enums that return Url Modifier and Type Method Description static Url
Url. valueOf(String name)
Returns the enum constant of this type with the specified name.static Url[]
Url. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-