| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.model | |
| net.dontdrinkandroot.lastfm.api.model.entitytypes |
| Modifier and Type | Method and Description |
|---|---|
Artist |
Album.getArtist() |
Artist |
Track.getArtist() |
Artist |
Event.getHeadliner() |
| Modifier and Type | Method and Description |
|---|---|
List<Artist> |
Event.getArtists() |
static UnauthenticatedGetQuery<GenericPaginatedResult<List<Artist>>> |
Library.getArtists(String user,
Integer limit,
Integer page)
A paginated list of all the artists in a user's library, with playcounts and tag counts.
|
static UnauthenticatedGetQuery<ArrayList<Artist>> |
Artist.getCorrection(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(String artist,
String mbid,
String username,
net.dontdrinkandroot.utils.ISO_3166_1_alpha2 lang)
Get the metadata for an artist on Last.fm.
|
List<Artist> |
Artist.getSimilar() |
static UnauthenticatedGetQuery<ArrayList<Artist>> |
Artist.getSimilar(String artist,
String mbid,
Integer limit)
Get all the artists similar to this artist.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Artist>>> |
Tag.getTopArtists(String tagName,
Integer limit,
Integer page)
Get the top artists tagged by this tag, ordered by tag count.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Artist>>> |
User.getTopArtists(String user,
Period period,
Integer limit,
Integer page)
Get the top artists listened to by a user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Album.setArtist(Artist artist) |
void |
Track.setArtist(Artist artist) |
void |
Event.setHeadliner(Artist headLiner) |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setArtists(List<Artist> artists) |
void |
Artist.setSimilar(List<Artist> similar) |
| Modifier and Type | Method and Description |
|---|---|
Artist |
ArtistEntity.getArtist() |
Artist |
HeadlinerEntity.getHeadliner() |
| Modifier and Type | Method and Description |
|---|---|
List<Artist> |
ArtistsEntity.getArtists() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtistEntity.setArtist(Artist artist) |
void |
HeadlinerEntity.setHeadliner(Artist headLiner) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtistsEntity.setArtists(List<Artist> artists) |
Copyright © 2012. All Rights Reserved.