Uses of Class
com.wrapper.spotify.requests.data.playlists.GetPlaylistCoverImageRequest.Builder
-
Packages that use GetPlaylistCoverImageRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.playlists -
-
Uses of GetPlaylistCoverImageRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return GetPlaylistCoverImageRequest.Builder Modifier and Type Method Description GetPlaylistCoverImageRequest.BuilderSpotifyApi. getPlaylistCoverImage(String playlist_id)Get the image used to represent a specific playlist.GetPlaylistCoverImageRequest.BuilderSpotifyApi. getPlaylistCoverImage(String user_id, String playlist_id)Deprecated.Playlist IDs are unique for themselves. This parameter is thus no longer used. (https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/) -
Uses of GetPlaylistCoverImageRequest.Builder in com.wrapper.spotify.requests.data.playlists
Methods in com.wrapper.spotify.requests.data.playlists that return GetPlaylistCoverImageRequest.Builder Modifier and Type Method Description GetPlaylistCoverImageRequest.BuilderGetPlaylistCoverImageRequest.Builder. playlist_id(String playlist_id)The playlist ID setter.GetPlaylistCoverImageRequest.BuilderGetPlaylistCoverImageRequest.Builder. user_id(String user_id)Deprecated.Playlist IDs are unique for themselves. This parameter is thus no longer used. (https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/)
-