Uses of Class
se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
-
Packages that use ArtistSimplified Package Description se.michaelthelin.spotify.model_objects.special se.michaelthelin.spotify.model_objects.specification -
-
Uses of ArtistSimplified in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return ArtistSimplified Modifier and Type Method Description ArtistSimplified[]AlbumSimplifiedSpecial. getArtists()Get the artists of the album.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type ArtistSimplified Modifier and Type Method Description AlbumSimplifiedSpecial.BuilderAlbumSimplifiedSpecial.Builder. setArtists(ArtistSimplified... artists)Set the artists of the album to be built. -
Uses of ArtistSimplified in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ArtistSimplified Modifier and Type Method Description ArtistSimplifiedArtistSimplified.Builder. build()ArtistSimplifiedArtistSimplified.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)ArtistSimplified[]Album. getArtists()Get the artists of the album.ArtistSimplified[]AlbumSimplified. getArtists()Get the artists of the album.ArtistSimplified[]Track. getArtists()Get the artists who performed the track.ArtistSimplified[]TrackSimplified. getArtists()Get the artists who performed the track.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ArtistSimplified Modifier and Type Method Description Album.BuilderAlbum.Builder. setArtists(ArtistSimplified... artists)Set the artists of the album to be built.AlbumSimplified.BuilderAlbumSimplified.Builder. setArtists(ArtistSimplified... artists)Set the artists of the album to be built.Track.BuilderTrack.Builder. setArtists(ArtistSimplified... artists)Set the artists of the track to be built.TrackSimplified.BuilderTrackSimplified.Builder. setArtists(ArtistSimplified... artists)Set the artists of the track to be built.
-