Uses of Class
de.jsone_studios.wrapper.spotify.models.TracksPager
-
Packages that use TracksPager Package Description de.jsone_studios.wrapper.spotify.services -
-
Uses of TracksPager in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services that return types with arguments of type TracksPager Modifier and Type Method Description retrofit2.Call<TracksPager>SearchSpotifyService. searchTracks(String q)Get Spotify catalog information about tracks that match a keyword string.retrofit2.Call<TracksPager>SearchSpotifyService. searchTracks(String q, Map<String,Object> options)Get Spotify catalog information about tracks that match a keyword string.
-