Interface Import
-
Method Summary
Modifier and TypeMethodDescriptiongetAlbum.getAlbums.getLikedSongs.getPlaylist
(String playlistId, String playlistName) getPlaylist.getPlaylists.
-
Method Details
-
getLikedSongs
getLikedSongs.
- Returns:
- a
LikedSongs
object - Throws:
InterruptedException
- if any.
-
getPlaylists
getPlaylists.
- Returns:
- a
ArrayList
object - Throws:
InterruptedException
- if any.
-
getPlaylist
getPlaylist.
- Parameters:
playlistId
- aString
objectplaylistName
- aString
object- Returns:
- a
Playlist
object - Throws:
InterruptedException
- if any.
-
getAlbums
getAlbums.
- Returns:
- a
ArrayList
object - Throws:
InterruptedException
- if any.
-
getAlbum
Album getAlbum(String albumId, String albumName, String albumArtistName) throws InterruptedException getAlbum.
- Parameters:
albumId
- aString
objectalbumName
- aString
objectalbumArtistName
- aString
object- Returns:
- a
Album
object - Throws:
InterruptedException
- if any.
-