Uses of Class
com.wrapper.spotify.model_objects.specification.ArtistSimplified
-
Packages that use ArtistSimplified Package Description com.wrapper.spotify.model_objects.specification -
-
Uses of ArtistSimplified in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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 com.wrapper.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.
-