Uses of Class
se.michaelthelin.spotify.requests.data.follow.UnfollowPlaylistRequest.Builder
-
Packages that use UnfollowPlaylistRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.data.follow -
-
Uses of UnfollowPlaylistRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return UnfollowPlaylistRequest.Builder Modifier and Type Method Description UnfollowPlaylistRequest.BuilderSpotifyApi. unfollowPlaylist(String playlist_id)Remove the current user as a follower of a playlist. -
Uses of UnfollowPlaylistRequest.Builder in se.michaelthelin.spotify.requests.data.follow
Methods in se.michaelthelin.spotify.requests.data.follow that return UnfollowPlaylistRequest.Builder Modifier and Type Method Description UnfollowPlaylistRequest.BuilderUnfollowPlaylistRequest.Builder. playlist_id(String playlist_id)The playlist ID setter.protected UnfollowPlaylistRequest.BuilderUnfollowPlaylistRequest.Builder. self()
-