Uses of Class
se.michaelthelin.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest.Builder
-
Packages that use CheckUsersFollowPlaylistRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.data.follow -
-
Uses of CheckUsersFollowPlaylistRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return CheckUsersFollowPlaylistRequest.Builder Modifier and Type Method Description CheckUsersFollowPlaylistRequest.BuilderSpotifyApi. checkUsersFollowPlaylist(String owner_id, String playlist_id, String[] ids)Check to see if one or more Spotify users are following a specified playlist. -
Uses of CheckUsersFollowPlaylistRequest.Builder in se.michaelthelin.spotify.requests.data.follow
Methods in se.michaelthelin.spotify.requests.data.follow that return CheckUsersFollowPlaylistRequest.Builder Modifier and Type Method Description CheckUsersFollowPlaylistRequest.BuilderCheckUsersFollowPlaylistRequest.Builder. ids(String ids)The user IDs setter.CheckUsersFollowPlaylistRequest.BuilderCheckUsersFollowPlaylistRequest.Builder. owner_id(String owner_id)The playlists owner ID setter.CheckUsersFollowPlaylistRequest.BuilderCheckUsersFollowPlaylistRequest.Builder. playlist_id(String playlist_id)The playlist ID setter.protected CheckUsersFollowPlaylistRequest.BuilderCheckUsersFollowPlaylistRequest.Builder. self()
-