Package de.sonallux.spotify.core.model
Class SpotifyAuthorizationScopes
- java.lang.Object
-
- de.sonallux.spotify.core.model.SpotifyAuthorizationScopes
-
public class SpotifyAuthorizationScopes extends Object
-
-
Constructor Summary
Constructors Constructor Description SpotifyAuthorizationScopes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<SpotifyScope>getScope(String name)Collection<SpotifyScope>getScopeList()
-
-
-
Method Detail
-
getScopeList
public Collection<SpotifyScope> getScopeList()
-
getScope
public Optional<SpotifyScope> getScope(String name)
-
-