Uses of Class
com.wrapper.spotify.model_objects.specification.Image
-
Packages that use Image Package Description com.wrapper.spotify.model_objects.specification com.wrapper.spotify.requests.data.playlists -
-
Uses of Image in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return Image Modifier and Type Method Description ImageImage.Builder. build()ImageImage.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)Image[]Category. getIcons()Get the category icon in various sizes.Image[]Album. getImages()Get the album cover art of the album in different sizes.Image[]AlbumSimplified. getImages()Get the album cover art of the album in different sizes.Image[]Artist. getImages()Get all images of the artist (like header image) in different sizes.Image[]Playlist. getImages()Images for the playlist.Image[]PlaylistSimplified. getImages()Images for the playlist.Image[]User. getImages()Get the profile image of the user in different sizes.Methods in com.wrapper.spotify.model_objects.specification with parameters of type Image Modifier and Type Method Description Category.BuilderCategory.Builder. setIcons(Image... icons)The category icon setter.Album.BuilderAlbum.Builder. setImages(Image... images)Set the cover art in different sizes of the album to be built.AlbumSimplified.BuilderAlbumSimplified.Builder. setImages(Image... images)Set the cover art in different sizes of the album to be built.Artist.BuilderArtist.Builder. setImages(Image... images)Set the images of the artist to be built, like the header image.Playlist.BuilderPlaylist.Builder. setImages(Image... images)Set the cover image of the playlist to be built.PlaylistSimplified.BuilderPlaylistSimplified.Builder. setImages(Image... images)Set the cover image of the playlist to be built.User.BuilderUser.Builder. setImages(Image... images)Set the profile image of the user to be built. -
Uses of Image in com.wrapper.spotify.requests.data.playlists
Methods in com.wrapper.spotify.requests.data.playlists that return Image Modifier and Type Method Description Image[]GetPlaylistCoverImageRequest. execute()Get the cover image of a playlist.
-