Uses of Class
de.sonallux.spotify.api.apis.playlists.ReorderPlaylistsTracksRequest
-
Packages that use ReorderPlaylistsTracksRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.playlists -
-
Uses of ReorderPlaylistsTracksRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return ReorderPlaylistsTracksRequest Modifier and Type Method Description ReorderPlaylistsTracksRequestPlaylistsApi. reorderPlaylistsTracks(String playlistId, int rangeStart, int insertBefore)Reorder items in a playlist -
Uses of ReorderPlaylistsTracksRequest in de.sonallux.spotify.api.apis.playlists
Methods in de.sonallux.spotify.api.apis.playlists that return ReorderPlaylistsTracksRequest Modifier and Type Method Description ReorderPlaylistsTracksRequestReorderPlaylistsTracksRequest. rangeLength(int rangeLength)The amount of items to be reordered.ReorderPlaylistsTracksRequestReorderPlaylistsTracksRequest. snapshotId(String snapshotId)The playlist's snapshot ID against which you want to make the changes.
-