Class FollowPlaylistRequest
java.lang.Object
de.sonallux.spotify.api.apis.users.FollowPlaylistRequest
Follow Playlist request
Required OAuth scopes
playlist-modify-public, playlist-modify-private
Response
Playlist followed
-
Constructor Summary
ConstructorsConstructorDescriptionFollowPlaylistRequest(ApiClient apiClient, String playlistId) Follow Playlist request -
Method Summary
-
Constructor Details
-
FollowPlaylistRequest
Follow Playlist request- Parameters:
apiClient-The API client
playlistId-The Spotify ID of the playlist.
-
-
Method Details
-
_public
- Parameters:
_public-Defaults to
true. Iftruethe playlist will be included in user's public playlists, iffalseit will remain private.- Returns:
- this request
-
build
Build the request into an executable api call- Returns:
- an executable api call
-