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