Class UnfollowPlaylistRequest
java.lang.Object
de.sonallux.spotify.api.apis.users.UnfollowPlaylistRequest
Unfollow Playlist request
Required OAuth scopes
playlist-modify-public, playlist-modify-private
Response
Playlist unfollowed
-
Constructor Summary
ConstructorsConstructorDescriptionUnfollowPlaylistRequest(ApiClient apiClient, String playlistId) Unfollow Playlist request -
Method Summary
-
Constructor Details
-
UnfollowPlaylistRequest
Unfollow Playlist request- Parameters:
apiClient-The API client
playlistId-The Spotify ID of the playlist.
-
-
Method Details
-
build
Build the request into an executable api call- Returns:
- an executable api call
-