Uses of Class
net.dontdrinkandroot.lastfm.api.model.Artist

Packages that use Artist
net.dontdrinkandroot.lastfm.api.model   
net.dontdrinkandroot.lastfm.api.model.entitytypes   
 

Uses of Artist in net.dontdrinkandroot.lastfm.api.model
 

Methods in net.dontdrinkandroot.lastfm.api.model that return Artist
 Artist Album.getArtist()
           
 Artist Track.getArtist()
           
 Artist Event.getHeadliner()
           
 

Methods in net.dontdrinkandroot.lastfm.api.model that return types with arguments of type Artist
 java.util.List<Artist> Event.getArtists()
           
static UnauthenticatedGetQuery<GenericPaginatedResult<java.util.List<Artist>>> Library.getArtists(java.lang.String user, java.lang.Integer limit, java.lang.Integer page)
          A paginated list of all the artists in a user's library, with playcounts and tag counts.
static UnauthenticatedGetQuery<java.util.ArrayList<Artist>> Artist.getCorrection(java.lang.String artistName)
          Use the last.fm corrections data to check whether the supplied artist has a correction to a canonical artist
static UnauthenticatedGetQuery<Artist> Artist.getInfo(java.lang.String artist, java.lang.String mbid, java.lang.String username, net.dontdrinkandroot.utils.ISO_3166_1_alpha2 lang)
          Get the metadata for an artist on Last.fm.
 java.util.List<Artist> Artist.getSimilar()
           
static UnauthenticatedGetQuery<java.util.ArrayList<Artist>> Artist.getSimilar(java.lang.String artist, java.lang.String mbid, java.lang.Integer limit)
          Get all the artists similar to this artist.
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Artist>>> Tag.getTopArtists(java.lang.String tagName, java.lang.Integer limit, java.lang.Integer page)
          Get the top artists tagged by this tag, ordered by tag count.
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Artist>>> User.getTopArtists(java.lang.String user, Period period, java.lang.Integer limit, java.lang.Integer page)
          Get the top artists listened to by a user.
 

Methods in net.dontdrinkandroot.lastfm.api.model with parameters of type Artist
 void Album.setArtist(Artist artist)
           
 void Track.setArtist(Artist artist)
           
 void Event.setHeadliner(Artist headLiner)
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model with type arguments of type Artist
 void Event.setArtists(java.util.List<Artist> artists)
           
 void Artist.setSimilar(java.util.List<Artist> similar)
           
 

Uses of Artist in net.dontdrinkandroot.lastfm.api.model.entitytypes
 

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes that return Artist
 Artist ArtistEntity.getArtist()
           
 Artist HeadlinerEntity.getHeadliner()
           
 

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes that return types with arguments of type Artist
 java.util.List<Artist> ArtistsEntity.getArtists()
           
 

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes with parameters of type Artist
 void ArtistEntity.setArtist(Artist artist)
           
 void HeadlinerEntity.setHeadliner(Artist headLiner)
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model.entitytypes with type arguments of type Artist
 void ArtistsEntity.setArtists(java.util.List<Artist> artists)
           
 



Copyright © 2012. All Rights Reserved.