| Package | Description |
|---|---|
| com.wrapper.spotify | |
| com.wrapper.spotify.requests.data.playlists |
| Modifier and Type | Method | Description |
|---|---|---|
GetPlaylistsTracksRequest.Builder |
SpotifyApi.getPlaylistsTracks(String playlist_id) |
Get a playlists tracks.
|
GetPlaylistsTracksRequest.Builder |
SpotifyApi.getPlaylistsTracks(String user_id,
String playlist_id) |
Deprecated.
Playlist IDs are unique for themselves. This parameter is thus no longer used.
(https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/)
|
| Modifier and Type | Method | Description |
|---|---|---|
GetPlaylistsTracksRequest.Builder |
GetPlaylistsTracksRequest.Builder.fields(String fields) |
The fields filter setter.
|
GetPlaylistsTracksRequest.Builder |
GetPlaylistsTracksRequest.Builder.limit(Integer limit) |
The limit setter.
|
GetPlaylistsTracksRequest.Builder |
GetPlaylistsTracksRequest.Builder.market(com.neovisionaries.i18n.CountryCode market) |
The market country code setter.
|
GetPlaylistsTracksRequest.Builder |
GetPlaylistsTracksRequest.Builder.offset(Integer offset) |
The offset setter.
|
GetPlaylistsTracksRequest.Builder |
GetPlaylistsTracksRequest.Builder.playlist_id(String playlist_id) |
The playlist ID setter.
|
GetPlaylistsTracksRequest.Builder |
GetPlaylistsTracksRequest.Builder.user_id(String user_id) |
Deprecated.
Playlist IDs are unique for themselves. This parameter is thus no longer used
(https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/)
|
Copyright © 2019. All rights reserved.