Package de.sonallux.spotify.api.util
Class SpotifyUri
java.lang.Object
de.sonallux.spotify.api.util.SpotifyUri
-
Constructor Details
-
SpotifyUri
public SpotifyUri()
-
-
Method Details
-
isArtist
public boolean isArtist() -
getArtistId
- Throws:
SpotifyUriException
-
isAlbum
public boolean isAlbum() -
getAlbumId
- Throws:
SpotifyUriException
-
isEpisode
public boolean isEpisode() -
getEpisodeId
- Throws:
SpotifyUriException
-
isPlaylist
public boolean isPlaylist() -
getPlaylistId
- Throws:
SpotifyUriException
-
isShow
public boolean isShow() -
getShowId
- Throws:
SpotifyUriException
-
isTrack
public boolean isTrack() -
getTrackId
- Throws:
SpotifyUriException
-
isUser
public boolean isUser() -
getUserId
- Throws:
SpotifyUriException
-
toSpotifyUri
-
toString
-
parseUri
- Throws:
SpotifyUriException
-