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