| Package | Description |
|---|---|
| com.wrapper.spotify | |
| com.wrapper.spotify.requests.data.playlists |
| Modifier and Type | Method | Description |
|---|---|---|
GetPlaylistCoverImageRequest.Builder |
SpotifyApi.getPlaylistCoverImage(String playlist_id) |
Get the image used to represent a specific playlist.
|
GetPlaylistCoverImageRequest.Builder |
SpotifyApi.getPlaylistCoverImage(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 |
|---|---|---|
GetPlaylistCoverImageRequest.Builder |
GetPlaylistCoverImageRequest.Builder.playlist_id(String playlist_id) |
The playlist ID setter.
|
GetPlaylistCoverImageRequest.Builder |
GetPlaylistCoverImageRequest.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.