Uses of Class
de.jsone_studios.wrapper.spotify.models.Tracks
-
Packages that use Tracks Package Description de.jsone_studios.wrapper.spotify.services -
-
Uses of Tracks in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services that return types with arguments of type Tracks Modifier and Type Method Description retrofit2.Call<Tracks>ArtistsSpotifyService. getArtistTopTrack(String artistId, String country)Get Spotify catalog information about an artist’s top tracks by country.retrofit2.Call<Tracks>TracksSpotifyService. getTracks(String trackIds)Get Several Tracksretrofit2.Call<Tracks>TracksSpotifyService. getTracks(String trackIds, Map<String,Object> options)Get Several Tracks
-