Uses of Class
se.michaelthelin.spotify.requests.data.users.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 playlist_id, boolean public_) Deprecated.This endpoint has been deprecated by Spotify. -
Uses of FollowPlaylistRequest.Builder in se.michaelthelin.spotify.requests.data.users
Subclasses with type arguments of type FollowPlaylistRequest.Builder in se.michaelthelin.spotify.requests.data.usersModifier and TypeClassDescriptionstatic final classDeprecated.Builder class for building aFollowPlaylistRequest.Methods in se.michaelthelin.spotify.requests.data.users that return FollowPlaylistRequest.BuilderModifier and TypeMethodDescriptionFollowPlaylistRequest.Builder.playlist_id(String playlist_id) The playlist ID setter.The public following state setter.protected FollowPlaylistRequest.BuilderFollowPlaylistRequest.Builder.self()