Interface Sync
-
Method Summary
Modifier and TypeMethodDescriptionvoidsyncAlbum.voidsyncAlbums.voidsyncLikedSongs.voidsyncPlaylist(Playlist playlist) syncPlaylist.voidsyncPlaylists.
-
Method Details
-
syncLikedSongs
syncLikedSongs.
- Throws:
InterruptedException- if any.MissingSettingException- if any.AuthenticationException- if any.
-
syncPlaylists
syncPlaylists.
- Throws:
InterruptedException- if any.MissingSettingException- if any.AuthenticationException- if any.
-
syncPlaylist
void syncPlaylist(Playlist playlist) throws InterruptedException, MissingSettingException, AuthenticationException syncPlaylist.
- Parameters:
playlist- aPlaylistobject- Throws:
InterruptedException- if any.MissingSettingException- if any.AuthenticationException- if any.
-
syncAlbums
syncAlbums.
- Throws:
InterruptedException- if any.MissingSettingException- if any.AuthenticationException- if any.
-
syncAlbum
void syncAlbum(Album album) throws InterruptedException, MissingSettingException, AuthenticationException syncAlbum.
- Parameters:
album- aAlbumobject- Throws:
InterruptedException- if any.MissingSettingException- if any.AuthenticationException- if any.
-