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(java.lang.String playlist_id)Replace the image used to represent a specific playlist.UploadCustomPlaylistCoverImageRequest.BuilderSpotifyApi. uploadCustomPlaylistCoverImage(java.lang.String user_id, java.lang.String playlist_id)Deprecated.Playlist IDs are unique for themselves. -
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(java.lang.String image_data)The image data setter.UploadCustomPlaylistCoverImageRequest.BuilderUploadCustomPlaylistCoverImageRequest.Builder. playlist_id(java.lang.String playlist_id)The playlist ID setter.UploadCustomPlaylistCoverImageRequest.BuilderUploadCustomPlaylistCoverImageRequest.Builder. user_id(java.lang.String user_id)Deprecated.Playlist IDs are unique for themselves.
-