Uses of Class
se.michaelthelin.spotify.requests.data.follow.legacy.FollowPlaylistRequest.Builder
Packages that use FollowPlaylistRequest.Builder
- 
Uses of FollowPlaylistRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return FollowPlaylistRequest.BuilderModifier and TypeMethodDescriptionSpotifyApi.followPlaylist(String owner_id, 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.legacy
Methods in se.michaelthelin.spotify.requests.data.follow.legacy that return FollowPlaylistRequest.BuilderModifier and TypeMethodDescriptionThe playlist owner ID setter.FollowPlaylistRequest.Builder.playlist_id(String playlist_id) The playlist ID setter.The public following state setter.protected FollowPlaylistRequest.BuilderFollowPlaylistRequest.Builder.self()