|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Artist | |
|---|---|
| de.umass.lastfm | |
| Uses of Artist in de.umass.lastfm |
|---|
| Methods in de.umass.lastfm that return Artist | |
|---|---|
static Artist |
Artist.getCorrection(String artist,
String apiKey)
Use the last.fm corrections data to check whether the supplied artist has a correction to a canonical artist. |
static Artist |
Artist.getInfo(String artistOrMbid,
Locale locale,
String username,
String apiKey)
Retrieves detailed artist info for the given artist or mbid entry. |
static Artist |
Artist.getInfo(String artistOrMbid,
String apiKey)
Retrieves detailed artist info for the given artist or mbid entry. |
static Artist |
Artist.getInfo(String artistOrMbid,
String username,
String apiKey)
Retrieves detailed artist info for the given artist or mbid entry. |
| Methods in de.umass.lastfm that return types with arguments of type Artist | |
|---|---|
static Collection<Artist> |
Library.getAllArtists(String user,
String apiKey)
Retrieves all artists in a user's library. |
static PaginatedResult<Artist> |
Library.getArtists(String user,
int page,
int limit,
String apiKey)
Retrieves a paginated list of all the artists in a user's library. |
static PaginatedResult<Artist> |
Library.getArtists(String user,
int page,
String apiKey)
Retrieves a paginated list of all the artists in a user's library. |
static PaginatedResult<Artist> |
Library.getArtists(String user,
String apiKey)
Retrieves a paginated list of all the artists in a user's library. |
static Collection<Artist> |
Group.getHype(String group,
String apiKey)
Get the hype list for a group. |
static PaginatedResult<Artist> |
Chart.getHypedArtists(int page,
String apiKey)
Get the hyped artists chart. |
static PaginatedResult<Artist> |
Chart.getHypedArtists(String apiKey)
Get the hyped artists chart. |
Collection<Artist> |
Tasteometer.ComparisonResult.getMatches()
Returns a list of artist matches, i.e. |
static Chart<Artist> |
Geo.getMetroArtistChart(Geo.Metro metro,
String start,
String end,
String apiKey)
|
static Chart<Artist> |
Geo.getMetroArtistChart(String country,
String metro,
String apiKey)
|
static Chart<Artist> |
Geo.getMetroArtistChart(String country,
String metro,
String start,
String end,
String apiKey)
|
static Chart<Artist> |
Geo.getMetroHypeArtistChart(Geo.Metro metro,
String start,
String end,
String apiKey)
|
static Chart<Artist> |
Geo.getMetroHypeArtistChart(String country,
String metro,
String apiKey)
|
static Chart<Artist> |
Geo.getMetroHypeArtistChart(String country,
String metro,
String start,
String end,
String apiKey)
|
static Chart<Artist> |
Geo.getMetroUniqueArtistChart(Geo.Metro metro,
String start,
String end,
String apiKey)
|
static Chart<Artist> |
Geo.getMetroUniqueArtistChart(String country,
String metro,
String apiKey)
|
static Chart<Artist> |
Geo.getMetroUniqueArtistChart(String country,
String metro,
String start,
String end,
String apiKey)
|
static PaginatedResult<Artist> |
User.getRecommendedArtists(int page,
Session session)
Get Last.fm artist recommendations for a user. |
static PaginatedResult<Artist> |
User.getRecommendedArtists(Session session)
Get Last.fm artist recommendations for a user. |
Collection<Artist> |
Artist.getSimilar()
Returns a list of similar Artists. |
static Collection<Artist> |
Artist.getSimilar(String artist,
int limit,
String apiKey)
Returns limit similar artists to the given one. |
static Collection<Artist> |
Artist.getSimilar(String artist,
String apiKey)
Calls getSimilar(String, int, String) with the default limit of 100. |
static PaginatedResult<Artist> |
Chart.getTopArtists(int page,
String apiKey)
Get the top artists chart. |
static PaginatedResult<Artist> |
Chart.getTopArtists(String apiKey)
Get the top artists chart. |
static Collection<Artist> |
User.getTopArtists(String user,
Period period,
String apiKey)
|
static Collection<Artist> |
User.getTopArtists(String user,
String apiKey)
|
static Collection<Artist> |
Tag.getTopArtists(String tag,
String apiKey)
|
static Collection<Artist> |
Geo.getTopArtists(String country,
String apiKey)
Get the most popular artists on Last.fm by country |
static Chart<Artist> |
User.getWeeklyArtistChart(String user,
int limit,
String apiKey)
|
static Chart<Artist> |
Tag.getWeeklyArtistChart(String tag,
int limit,
String apiKey)
|
static Chart<Artist> |
Group.getWeeklyArtistChart(String group,
int limit,
String apiKey)
|
static Chart<Artist> |
User.getWeeklyArtistChart(String user,
String apiKey)
|
static Chart<Artist> |
Tag.getWeeklyArtistChart(String tag,
String apiKey)
|
static Chart<Artist> |
Group.getWeeklyArtistChart(String group,
String apiKey)
|
static Chart<Artist> |
User.getWeeklyArtistChart(String user,
String from,
String to,
int limit,
String apiKey)
|
static Chart<Artist> |
Tag.getWeeklyArtistChart(String tag,
String from,
String to,
int limit,
String apiKey)
|
static Chart<Artist> |
Group.getWeeklyArtistChart(String group,
String from,
String to,
int limit,
String apiKey)
|
static Collection<Artist> |
Artist.search(String name,
String apiKey)
Searches for an artist and returns a Collection of possible matches. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||