Interface Import
-
Method Summary
Modifier and TypeMethodDescriptiongetAlbum.getAlbums.getLikedSongs.getPlaylist(String playlistId, String playlistName) getPlaylist.getPlaylists.
-
Method Details
-
getLikedSongs
getLikedSongs.
- Returns:
- a
LikedSongsobject - Throws:
InterruptedException- if any.
-
getPlaylists
getPlaylists.
- Returns:
- a
ArrayListobject - Throws:
InterruptedException- if any.
-
getPlaylist
getPlaylist.
- Parameters:
playlistId- aStringobjectplaylistName- aStringobject- Returns:
- a
Playlistobject - Throws:
InterruptedException- if any.
-
getAlbums
getAlbums.
- Returns:
- a
ArrayListobject - Throws:
InterruptedException- if any.
-
getAlbum
Album getAlbum(String albumId, String albumName, String albumArtistName) throws InterruptedException getAlbum.
- Parameters:
albumId- aStringobjectalbumName- aStringobjectalbumArtistName- aStringobject- Returns:
- a
Albumobject - Throws:
InterruptedException- if any.
-