Uses of Class
com.wrapper.spotify.requests.data.playlists.UploadCustomPlaylistCoverImageRequest.Builder
-
Packages that use UploadCustomPlaylistCoverImageRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.playlists -
-
Uses of UploadCustomPlaylistCoverImageRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return UploadCustomPlaylistCoverImageRequest.Builder Modifier and Type Method Description UploadCustomPlaylistCoverImageRequest.BuilderSpotifyApi. uploadCustomPlaylistCoverImage(String playlist_id)Replace the image used to represent a specific playlist.UploadCustomPlaylistCoverImageRequest.BuilderSpotifyApi. uploadCustomPlaylistCoverImage(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 UploadCustomPlaylistCoverImageRequest.Builder in com.wrapper.spotify.requests.data.playlists
Methods in com.wrapper.spotify.requests.data.playlists that return UploadCustomPlaylistCoverImageRequest.Builder Modifier and Type Method Description UploadCustomPlaylistCoverImageRequest.BuilderUploadCustomPlaylistCoverImageRequest.Builder. image_data(String image_data)The image data setter.UploadCustomPlaylistCoverImageRequest.BuilderUploadCustomPlaylistCoverImageRequest.Builder. playlist_id(String playlist_id)The playlist ID setter.UploadCustomPlaylistCoverImageRequest.BuilderUploadCustomPlaylistCoverImageRequest.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/)
-