Uses of Class
de.jsone_studios.wrapper.spotify.models.PlaylistSimple
-
Packages that use PlaylistSimple Package Description de.jsone_studios.wrapper.spotify.models de.jsone_studios.wrapper.spotify.services -
-
Uses of PlaylistSimple in de.jsone_studios.wrapper.spotify.models
Fields in de.jsone_studios.wrapper.spotify.models with type parameters of type PlaylistSimple Modifier and Type Field Description Pager<PlaylistSimple>FeaturedPlaylists. playlistsPager<PlaylistSimple>PlaylistsPager. playlists -
Uses of PlaylistSimple in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services that return types with arguments of type PlaylistSimple Modifier and Type Method Description retrofit2.Call<Pager<PlaylistSimple>>PlaylistsSpotifyService. getMyPlaylists()Get a list of the playlists owned or followed by the current Spotify user.retrofit2.Call<Pager<PlaylistSimple>>PlaylistsSpotifyService. getMyPlaylists(Map<String,Object> options)Get a list of the playlists owned or followed by the current Spotify user.retrofit2.Call<Pager<PlaylistSimple>>PlaylistsSpotifyService. getPlaylists(String userId)Get a list of the playlists owned or followed by a Spotify user.retrofit2.Call<Pager<PlaylistSimple>>PlaylistsSpotifyService. getPlaylists(String userId, Map<String,Object> options)Get a list of the playlists owned or followed by a Spotify user.
-