Uses of Class
de.jsone_studios.wrapper.spotify.models.SavedAlbum
-
Packages that use SavedAlbum Package Description de.jsone_studios.wrapper.spotify.services -
-
Uses of SavedAlbum in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services that return types with arguments of type SavedAlbum Modifier and Type Method Description retrofit2.Call<Pager<SavedAlbum>>LibrarySpotifyService. getMySavedAlbums()Get a list of the albums saved in the current Spotify user’s “Your Music” library.retrofit2.Call<Pager<SavedAlbum>>LibrarySpotifyService. getMySavedAlbums(Map<String,Object> options)Get a list of the albums saved in the current Spotify user’s “Your Music” library.
-