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