Uses of Class
se.michaelthelin.spotify.requests.data.playlists.ReorderPlaylistsItemsRequest.Builder
-
Packages that use ReorderPlaylistsItemsRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.data.playlists -
-
Uses of ReorderPlaylistsItemsRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return ReorderPlaylistsItemsRequest.Builder Modifier and Type Method Description ReorderPlaylistsItemsRequest.BuilderSpotifyApi. reorderPlaylistsItems(String playlist_id, int range_start, int insert_before)Reorder an item or a group of items in a playlist. -
Uses of ReorderPlaylistsItemsRequest.Builder in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.spotify.requests.data.playlists that return ReorderPlaylistsItemsRequest.Builder Modifier and Type Method Description ReorderPlaylistsItemsRequest.BuilderReorderPlaylistsItemsRequest.Builder. insert_before(Integer insert_before)The insert before setter.ReorderPlaylistsItemsRequest.BuilderReorderPlaylistsItemsRequest.Builder. playlist_id(String playlist_id)The playlist ID setter.ReorderPlaylistsItemsRequest.BuilderReorderPlaylistsItemsRequest.Builder. range_length(Integer range_length)The range length setter.ReorderPlaylistsItemsRequest.BuilderReorderPlaylistsItemsRequest.Builder. range_start(Integer range_start)The range start setter.protected ReorderPlaylistsItemsRequest.BuilderReorderPlaylistsItemsRequest.Builder. self()ReorderPlaylistsItemsRequest.BuilderReorderPlaylistsItemsRequest.Builder. snapshot_id(String snapshot_id)The playlist snapshot ID setter.
-