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.interfaces
Methods in se.michaelthelin.spotify.model_objects.interfaces that return ImageModifier and TypeMethodDescriptionImage[]IAlbum.getImages()Get the album cover art of the album in different sizes.Image[]IEpisode.getImages()Get the cover art for the episode in various sizes, widest first.Image[]IPlaylist.getImages()Images for the playlist.Image[]IShow.getImages()Get the cover art for the show in various sizes, widest first. -
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 TypeMethodDescription -
Uses of Image in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type Image in se.michaelthelin.spotify.model_objects.specificationMethods in se.michaelthelin.spotify.model_objects.specification that return ImageModifier and TypeMethodDescriptionImage.Builder.build()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[]Audiobook.getImages()Get the cover art for the audiobook in various sizes, widest first.Image[]AudiobookSimplified.getImages()Get the cover art for the audiobook in various sizes, widest first.Image[]Chapter.getImages()Get the cover art for the chapter in various sizes, widest first.Image[]ChapterSimplified.getImages()Get the cover art for the chapter in various sizes, widest first.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 TypeMethodDescription -
Uses of Image in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.spotify.requests.data.playlists that return Image