Uses of Class
se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
Package
Description
-
Uses of ArtistSimplified in se.michaelthelin.spotify.model_objects.special
Modifier and TypeMethodDescriptionAlbumSimplifiedSpecial.getArtists()
Get the artists of the album.Modifier and TypeMethodDescriptionAlbumSimplifiedSpecial.Builder.setArtists
(ArtistSimplified... artists) Set the artists of the album to be built. -
Uses of ArtistSimplified in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionArtistSimplified.Builder.build()
ArtistSimplified.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Album.getArtists()
Get the artists of the album.AlbumSimplified.getArtists()
Get the artists of the album.Track.getArtists()
Get the artists who performed the track.TrackSimplified.getArtists()
Get the artists who performed the track.Modifier and TypeMethodDescriptionAlbum.Builder.setArtists
(ArtistSimplified... artists) Set the artists of the album to be built.AlbumSimplified.Builder.setArtists
(ArtistSimplified... artists) Set the artists of the album to be built.Track.Builder.setArtists
(ArtistSimplified... artists) Set the artists of the track to be built.TrackSimplified.Builder.setArtists
(ArtistSimplified... artists) Set the artists of the track to be built.