Uses of Class
se.michaelthelin.spotify.model_objects.specification.ArtistSimplified
Packages that use ArtistSimplified
Package
Description
- 
Uses of ArtistSimplified in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return ArtistSimplifiedModifier and TypeMethodDescriptionAlbumSimplifiedSpecial.getArtists()Get the artists of the album.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type ArtistSimplifiedModifier 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
Methods in se.michaelthelin.spotify.model_objects.specification that return ArtistSimplifiedModifier 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.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ArtistSimplifiedModifier 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.