Uses of Class
com.wrapper.spotify.requests.data.follow.UnfollowPlaylistRequest.Builder
-
Packages that use UnfollowPlaylistRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.follow -
-
Uses of UnfollowPlaylistRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return UnfollowPlaylistRequest.Builder Modifier and Type Method Description UnfollowPlaylistRequest.BuilderSpotifyApi. unfollowPlaylist(String owner_id, String playlist_id)Remove the current user as a follower of a playlist. -
Uses of UnfollowPlaylistRequest.Builder in com.wrapper.spotify.requests.data.follow
Methods in com.wrapper.spotify.requests.data.follow 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.
-