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