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