Uses of Class
se.michaelthelin.spotify.requests.data.follow.FollowPlaylistRequest.Builder
-
Packages that use FollowPlaylistRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.data.follow -
-
Uses of FollowPlaylistRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return FollowPlaylistRequest.Builder Modifier and Type Method Description FollowPlaylistRequest.BuilderSpotifyApi. followPlaylist(String playlist_id, boolean public_)Add the current user as a follower of a playlist. -
Uses of FollowPlaylistRequest.Builder in se.michaelthelin.spotify.requests.data.follow
Methods in se.michaelthelin.spotify.requests.data.follow that return FollowPlaylistRequest.Builder Modifier and Type Method Description FollowPlaylistRequest.BuilderFollowPlaylistRequest.Builder. playlist_id(String playlist_id)The playlist ID setter.FollowPlaylistRequest.BuilderFollowPlaylistRequest.Builder. public_(Boolean public_)The public following state setter.protected FollowPlaylistRequest.BuilderFollowPlaylistRequest.Builder. self()
-