Package se.michaelthelin.spotify.requests.data.playlists
package se.michaelthelin.spotify.requests.data.playlists
-
ClassDescriptionAdd one or more items to a user’s playlist.Builder class for building an
AddItemsToPlaylistRequest
.Change a playlist’s name and public/private state.Builder class for building aChangePlaylistsDetailsRequest
.Create a playlist for a Spotify user.Builder class for building aCreatePlaylistRequest
.Get a list of the playlists owned or followed by the current Spotify user.Builder class for building aGetListOfCurrentUsersPlaylistsRequest
Get a list of the playlists owned or followed by a Spotify user.Builder class for building aGetListOfUsersPlaylistsRequest
.Get the current image associated with a specific playlist.Builder class for building aGetPlaylistCoverImageRequest
.Get a playlist owned by a Spotify user.Builder class for building aGetPlaylistRequest
.Get full details of the tracks or episodes of a playlist owned by a Spotify user.Builder class for building aGetPlaylistsItemsRequest
.Remove one or more items from a user’s playlist.Builder class for building aRemoveItemsFromPlaylistRequest
.Reorder an item or a group of items in a playlist.Builder class for building aReorderPlaylistsItemsRequest
.Replace all the items in a playlist, overwriting its existing items.Builder class for building aReplacePlaylistsItemsRequest
.Replace the image used to represent a specific playlist.Builder class for building anUploadCustomPlaylistCoverImageRequest
.