Interface Sync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
syncAlbum.void
syncAlbums.void
syncLikedSongs.void
syncPlaylist
(Playlist playlist) syncPlaylist.void
syncPlaylists.
-
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
- aPlaylist
object- 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
- aAlbum
object- Throws:
InterruptedException
- if any.MissingSettingException
- if any.AuthenticationException
- if any.
-