Uses of Enum Class
se.michaelthelin.spotify.enums.AuthorizationScope
Packages that use AuthorizationScope
Package
Description
-
Uses of AuthorizationScope in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return AuthorizationScopeModifier and TypeMethodDescriptionstatic AuthorizationScope
Get an AuthorizationScope by its type string.static AuthorizationScope
Returns the enum constant of this class with the specified name.static AuthorizationScope[]
AuthorizationScope.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthorizationScope in se.michaelthelin.spotify.requests.authorization.authorization_code
Methods in se.michaelthelin.spotify.requests.authorization.authorization_code with parameters of type AuthorizationScopeModifier and TypeMethodDescriptionAuthorizationCodeUriRequest.Builder.scope
(AuthorizationScope... scopes) Sets the authorization scopes for the request using an array of scopes.