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