Class AppleMusic
java.lang.Object
ryzen.ownitall.method.AppleMusic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlbum.getAlbums.getLikedSongs.getPlaylist(String playlistId, String playlistName) getPlaylist.getPlaylists.
-
Constructor Details
-
AppleMusic
-
-
Method Details
-
getLikedSongs
getLikedSongs.
- Specified by:
getLikedSongsin interfaceImport- Returns:
- a
LikedSongsobject - Throws:
InterruptedException- if any.
-
getPlaylists
getPlaylists.
- Specified by:
getPlaylistsin interfaceImport- Returns:
- a
ArrayListobject - Throws:
InterruptedException- if any.
-
getPlaylist
getPlaylist.
- Specified by:
getPlaylistin interfaceImport- Parameters:
playlistId- aStringobjectplaylistName- aStringobject- Returns:
- a
Playlistobject - Throws:
InterruptedException- if any.
-
getAlbums
getAlbums.
- Specified by:
getAlbumsin interfaceImport- Returns:
- a
ArrayListobject - Throws:
InterruptedException- if any.
-
getAlbum
public Album getAlbum(String albumId, String albumName, String albumArtistName) throws InterruptedException getAlbum.
-