Uses of Enum Class
se.michaelthelin.spotify.enums.AuthorizationScope
Package
Description
-
Uses of AuthorizationScope in se.michaelthelin.spotify.enums
Modifier and TypeMethodDescriptionstatic AuthorizationScope
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
Modifier and TypeMethodDescriptionAuthorizationCodeUriRequest.Builder.scope
(AuthorizationScope... scopes)