| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification | |
| com.wrapper.spotify.requests.data.playlists |
| Modifier and Type | Method | Description |
|---|---|---|
Image |
Image.Builder.build() |
|
Image |
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[] |
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
Category.Builder |
Category.Builder.setIcons(Image... icons) |
The category icon setter.
|
Album.Builder |
Album.Builder.setImages(Image... images) |
Set the cover art in different sizes of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setImages(Image... images) |
Set the cover art in different sizes of the album to be built.
|
Artist.Builder |
Artist.Builder.setImages(Image... images) |
Set the images of the artist to be built, like the header image.
|
Playlist.Builder |
Playlist.Builder.setImages(Image... images) |
Set the cover image of the playlist to be built.
|
PlaylistSimplified.Builder |
PlaylistSimplified.Builder.setImages(Image... images) |
Set the cover image of the playlist to be built.
|
User.Builder |
User.Builder.setImages(Image... images) |
Set the profile image of the user to be built.
|
| Modifier and Type | Method | Description |
|---|---|---|
Image[] |
GetPlaylistCoverImageRequest.execute() |
Get the cover image of a playlist.
|
Copyright © 2019. All rights reserved.