IRequestpublic class ReorderPlaylistsTracksRequest extends AbstractDataRequest
When reordering tracks, the timestamp indicating when they were added and the user who added them will be kept untouched. In addition, the users following the playlists won’t be notified about changes in the playlists when the tracks are reordered.
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ReorderPlaylistsTracksRequest.Builder |
Builder class for building a
ReorderPlaylistsTracksRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotResult |
execute() |
Reorder the tracks in a playlist.
|
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJsonpublic SnapshotResult execute() throws IOException, SpotifyWebApiException
IOException - In case of networking issues.SpotifyWebApiException - The Web API returned an error further specified in this exception's root cause.Copyright © 2019. All rights reserved.