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.interfaces
Methods in se.michaelthelin.spotify.model_objects.interfaces that return ArtistSimplifiedModifier and TypeMethodDescriptionIAlbum.getArtists()Get the artists of the album.ITrack.getArtists()Get the artists who performed the track. -
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) -
Uses of ArtistSimplified in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type ArtistSimplified in se.michaelthelin.spotify.model_objects.specificationModifier and TypeClassDescriptionstatic final classJsonUtil class for buildingArtistSimplifiedinstances.Methods in se.michaelthelin.spotify.model_objects.specification that return ArtistSimplifiedModifier and TypeMethodDescriptionArtistSimplified.Builder.build()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) AlbumSimplified.Builder.setArtists(ArtistSimplified... artists) Track.Builder.setArtists(ArtistSimplified... artists) TrackSimplified.Builder.setArtists(ArtistSimplified... artists)