| Package | Description |
|---|---|
| com.wrapper.spotify | |
| com.wrapper.spotify.requests.data.playlists |
| Modifier and Type | Method | Description |
|---|---|---|
ReorderPlaylistsTracksRequest.Builder |
SpotifyApi.reorderPlaylistsTracks(String playlist_id,
int range_start,
int insert_before) |
Reorder a track or a group of tracks in a playlist.
|
ReorderPlaylistsTracksRequest.Builder |
SpotifyApi.reorderPlaylistsTracks(String user_id,
String playlist_id,
int range_start,
int insert_before) |
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 |
|---|---|---|
ReorderPlaylistsTracksRequest.Builder |
ReorderPlaylistsTracksRequest.Builder.insert_before(Integer insert_before) |
The insert before setter.
|
ReorderPlaylistsTracksRequest.Builder |
ReorderPlaylistsTracksRequest.Builder.playlist_id(String playlist_id) |
The playlist ID setter.
|
ReorderPlaylistsTracksRequest.Builder |
ReorderPlaylistsTracksRequest.Builder.range_length(Integer range_length) |
The range length setter.
|
ReorderPlaylistsTracksRequest.Builder |
ReorderPlaylistsTracksRequest.Builder.range_start(Integer range_start) |
The range start setter.
|
ReorderPlaylistsTracksRequest.Builder |
ReorderPlaylistsTracksRequest.Builder.snapshot_id(String snapshot_id) |
The playlist snapshot ID setter.
|
ReorderPlaylistsTracksRequest.Builder |
ReorderPlaylistsTracksRequest.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.