Class CreatePlaylistRequest

All Implemented Interfaces:
IRequest<Playlist>

public class CreatePlaylistRequest extends AbstractDataRequest<Playlist>
Create a playlist for the current Spotify user. (The playlist will be empty until you add tracks.) Each user is generally limited to a maximum of 11000 playlists.
  • Method Details