Uses of Class
de.jsone_studios.wrapper.spotify.models.Album
-
Packages that use Album Package Description de.jsone_studios.wrapper.spotify.models de.jsone_studios.wrapper.spotify.services -
-
Uses of Album in de.jsone_studios.wrapper.spotify.models
Fields in de.jsone_studios.wrapper.spotify.models declared as Album Modifier and Type Field Description AlbumSavedAlbum. albumFields in de.jsone_studios.wrapper.spotify.models with type parameters of type Album Modifier and Type Field Description List<Album>Albums. albums -
Uses of Album in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services that return types with arguments of type Album Modifier and Type Method Description retrofit2.Call<Album>AlbumsSpotifyService. getAlbum(String albumId)Get Spotify catalog information for a single album.retrofit2.Call<Album>AlbumsSpotifyService. getAlbum(String albumId, Map<String,Object> options)Get Spotify catalog information for a single album.retrofit2.Call<Pager<Album>>ArtistsSpotifyService. getArtistAlbums(String artistId)Get Spotify catalog information about an artist’s albums.retrofit2.Call<Pager<Album>>ArtistsSpotifyService. getArtistAlbums(String artistId, Map<String,Object> options)Get Spotify catalog information about an artist’s albums.
-