| Package | Description |
|---|---|
| com.wrapper.spotify | |
| com.wrapper.spotify.requests.data.playlists |
| Modifier and Type | Method | Description |
|---|---|---|
ReorderPlaylistsTracksRequest.Builder |
SpotifyApi.reorderPlaylistsTracks(String user_id,
String playlist_id,
int range_start,
int insert_before) |
Reorder a track or a group of tracks in a playlist.
|
| 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) |
The user ID setter.
|
Copyright © 2018. All rights reserved.