Uses of Class
de.jsone_studios.wrapper.spotify.models.Artist
-
Packages that use Artist Package Description de.jsone_studios.wrapper.spotify.models de.jsone_studios.wrapper.spotify.services -
-
Uses of Artist in de.jsone_studios.wrapper.spotify.models
Fields in de.jsone_studios.wrapper.spotify.models with type parameters of type Artist Modifier and Type Field Description List<Artist>Artists. artistsCursorPager<Artist>ArtistsCursorPager. artistsPager<Artist>ArtistsPager. artists -
Uses of Artist in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services that return types with arguments of type Artist Modifier and Type Method Description retrofit2.Call<Artist>ArtistsSpotifyService. getArtist(String artistId)Get Spotify catalog information for a single artist identified by their unique Spotify ID.retrofit2.Call<Pager<Artist>>PersonalizationSpotifyService. getTopArtists()Get the current user’s top artists based on calculated affinity.retrofit2.Call<Pager<Artist>>PersonalizationSpotifyService. getTopArtists(Map<String,Object> options)Get the current user’s top artists based on calculated affinity.
-