Uses of Class
de.sonallux.spotify.api.apis.playlists.ChangePlaylistDetailsRequest
-
Packages that use ChangePlaylistDetailsRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.playlists -
-
Uses of ChangePlaylistDetailsRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return ChangePlaylistDetailsRequest Modifier and Type Method Description ChangePlaylistDetailsRequestPlaylistsApi. changePlaylistDetails(String playlistId)Change a Playlist's Details -
Uses of ChangePlaylistDetailsRequest in de.sonallux.spotify.api.apis.playlists
Methods in de.sonallux.spotify.api.apis.playlists that return ChangePlaylistDetailsRequest Modifier and Type Method Description ChangePlaylistDetailsRequestChangePlaylistDetailsRequest. _public(boolean _public)Iftruethe playlist will be public, iffalseit will be private.ChangePlaylistDetailsRequestChangePlaylistDetailsRequest. collaborative(boolean collaborative)Iftrue, the playlist will become collaborative and other users will be able to modify the playlist in their Spotify client.ChangePlaylistDetailsRequestChangePlaylistDetailsRequest. description(String description)Value for playlist description as displayed in Spotify Clients and in the Web API.ChangePlaylistDetailsRequestChangePlaylistDetailsRequest. name(String name)The new name for the playlist, for example"My New Playlist Title"
-