Uses of Class
de.jsone_studios.wrapper.spotify.models.Playlist
-
Packages that use Playlist Package Description de.jsone_studios.wrapper.spotify.services -
-
Uses of Playlist in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services that return types with arguments of type Playlist Modifier and Type Method Description retrofit2.Call<Playlist>PlaylistsSpotifyService. createPlaylist(String userId, Map<String,Object> options)Create a playlistretrofit2.Call<Playlist>PlaylistsSpotifyService. getPlaylist(String playlistId)Get a playlist owned by a Spotify user.retrofit2.Call<Playlist>PlaylistsSpotifyService. getPlaylist(String playlistId, Map<String,Object> options)Get a playlist owned by a Spotify user.
-