Uses of Class
de.jsone_studios.wrapper.spotify.models.Image
-
Packages that use Image Package Description de.jsone_studios.wrapper.spotify.models de.jsone_studios.wrapper.spotify.services -
-
Uses of Image in de.jsone_studios.wrapper.spotify.models
Fields in de.jsone_studios.wrapper.spotify.models with type parameters of type Image Modifier and Type Field Description List<Image>Category. iconsList<Image>AlbumSimple. imagesList<Image>Artist. imagesList<Image>PlaylistBase. imagesList<Image>UserPublic. images -
Uses of Image in de.jsone_studios.wrapper.spotify.services
Methods in de.jsone_studios.wrapper.spotify.services that return types with arguments of type Image Modifier and Type Method Description retrofit2.Call<List<Image>>PlaylistsSpotifyService. getPlaylistCoverImages(String playlistId)Get the current image associated with a specific playlist.
-