Uses of Class
se.michaelthelin.spotify.requests.data.follow.legacy.UnfollowPlaylistRequest.Builder
-
Packages that use UnfollowPlaylistRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.data.follow.legacy -
-
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 owner_id, String playlist_id)Remove the specified user as a follower of a playlist. -
Uses of UnfollowPlaylistRequest.Builder in se.michaelthelin.spotify.requests.data.follow.legacy
Methods in se.michaelthelin.spotify.requests.data.follow.legacy that return UnfollowPlaylistRequest.Builder Modifier and Type Method Description UnfollowPlaylistRequest.BuilderUnfollowPlaylistRequest.Builder. owner_id(String owner_id)The playlist owner ID setter.UnfollowPlaylistRequest.BuilderUnfollowPlaylistRequest.Builder. playlist_id(String playlist_id)The playlist ID setter.protected UnfollowPlaylistRequest.BuilderUnfollowPlaylistRequest.Builder. self()
-