Uses of Class
se.michaelthelin.spotify.requests.data.playlists.UploadCustomPlaylistCoverImageRequest.Builder
-
Packages that use UploadCustomPlaylistCoverImageRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.data.playlists -
-
Uses of UploadCustomPlaylistCoverImageRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.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. -
Uses of UploadCustomPlaylistCoverImageRequest.Builder in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.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.protected UploadCustomPlaylistCoverImageRequest.BuilderUploadCustomPlaylistCoverImageRequest.Builder. self()
-