Uses of Class
se.michaelthelin.spotify.model_objects.specification.Image
Packages that use Image
Package
Description
-
Uses of Image in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return ImageModifier and TypeMethodDescriptionImage[]
AlbumSimplifiedSpecial.getImages()
Get the album cover art of the album in different sizes.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type ImageModifier and TypeMethodDescriptionSet the cover art in different sizes of the album to be built. -
Uses of Image in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ImageModifier and TypeMethodDescriptionImage.Builder.build()
Image.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[]
Episode.getImages()
Get the cover art for the episode in various sizes, widest first.Image[]
EpisodeSimplified.getImages()
Get the cover art for the episode in various sizes, widest first.Image[]
Playlist.getImages()
Images for the playlist.Image[]
PlaylistSimplified.getImages()
Images for the playlist.Image[]
Show.getImages()
Get the cover art for the show in various sizes, widest first.Image[]
ShowSimplified.getImages()
Get the cover art for the show in various sizes, widest first.Image[]
User.getImages()
Get the profile image of the user in different sizes.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ImageModifier and TypeMethodDescriptionThe category icon setter.Set the cover art in different sizes of the album to be built.Set the cover art in different sizes of the album to be built.Set the images of the artist to be built, like the header image.Set the cover art for the episode to be built.Set the cover art for the episode to be built.Set the cover image of the playlist to be built.Set the cover image of the playlist to be built.Set the cover art for the show to be built.Set the cover art for the show to be built.Set the profile image of the user to be built. -
Uses of Image in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.spotify.requests.data.playlists that return Image