Uses of Class
de.jsone_studios.wrapper.spotify.models.PlaylistTrack
-
Packages that use PlaylistTrack Package Description de.jsone_studios.wrapper.spotify.models de.jsone_studios.wrapper.spotify.services -
-
Uses of PlaylistTrack in de.jsone_studios.wrapper.spotify.models
Fields in de.jsone_studios.wrapper.spotify.models with type parameters of type PlaylistTrack Modifier and Type Field Description Pager<PlaylistTrack>Playlist. tracks -
Uses of PlaylistTrack in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services that return types with arguments of type PlaylistTrack Modifier and Type Method Description retrofit2.Call<Pager<PlaylistTrack>>PlaylistTracksSpotifyService. getPlaylistTracks(String playlistId)Get full details of the tracks of a playlist owned by a Spotify user.retrofit2.Call<Pager<PlaylistTrack>>PlaylistTracksSpotifyService. getPlaylistTracks(String playlistId, Map<String,Object> options)Get full details of the tracks of a playlist owned by a Spotify user.
-