Uses of Class
de.sonallux.spotify.api.apis.playlists.CreatePlaylistRequest
-
Packages that use CreatePlaylistRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.playlists -
-
Uses of CreatePlaylistRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return CreatePlaylistRequest Modifier and Type Method Description CreatePlaylistRequestPlaylistsApi. createPlaylist(String userId, String name)Create a Playlist -
Uses of CreatePlaylistRequest in de.sonallux.spotify.api.apis.playlists
Methods in de.sonallux.spotify.api.apis.playlists that return CreatePlaylistRequest Modifier and Type Method Description CreatePlaylistRequestCreatePlaylistRequest. _public(boolean _public)Defaults totrue.CreatePlaylistRequestCreatePlaylistRequest. collaborative(boolean collaborative)Defaults tofalse.CreatePlaylistRequestCreatePlaylistRequest. description(String description)value for playlist description as displayed in Spotify Clients and in the Web API.
-