Uses of Class
com.wrapper.spotify.requests.data.follow.legacy.UnfollowPlaylistRequest.Builder
-
Packages that use UnfollowPlaylistRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.follow.legacy -
-
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(java.lang.String owner_id, java.lang.String playlist_id)Remove the specified user as a follower of a playlist. -
Uses of UnfollowPlaylistRequest.Builder in com.wrapper.spotify.requests.data.follow.legacy
Methods in com.wrapper.spotify.requests.data.follow.legacy that return UnfollowPlaylistRequest.Builder Modifier and Type Method Description UnfollowPlaylistRequest.BuilderUnfollowPlaylistRequest.Builder. owner_id(java.lang.String owner_id)The playlist owner ID setter.UnfollowPlaylistRequest.BuilderUnfollowPlaylistRequest.Builder. playlist_id(java.lang.String playlist_id)The playlist ID setter.
-