| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.model | |
| net.dontdrinkandroot.lastfm.api.model.paginatedresult | |
| net.dontdrinkandroot.lastfm.api.util |
| Modifier and Type | Method and Description |
|---|---|
static UnauthenticatedGetQuery<PaginatedResult<List<Album>>> |
Library.getAlbums(String user,
String artist,
Integer limit,
Integer page)
A paginated list of all the albums in a user's library, with playcounts and tag counts.
|
static AuthenticatedGetQuery<PaginatedResult<List<Track>>> |
User.getAuthenticatedRecentTracks(String user,
Integer limit,
Integer page,
Integer from,
Integer to,
String sk)
Get a list of the recent tracks listened to by this user.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Event>>> |
Artist.getEvents(String artist,
String mbid,
Boolean festivalsOnly,
Integer limit,
Integer page)
Get a list of upcoming events for this artist.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Image>>> |
Artist.getImages(String artist,
String mbid,
String order,
Integer limit,
Integer page)
Get Images for this artist in a variety of sizes.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Track>>> |
User.getRecentTracks(String user,
Integer limit,
Integer page,
Integer from,
Integer to)
Get a list of the recent tracks listened to by this user.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Shout>>> |
Artist.getShouts(String artist,
String mbid,
Integer limit,
Integer page)
Get shouts for this artist.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Shout>>> |
Album.getShouts(String artist,
String album,
String mbid,
Integer limit,
Integer page)
Get shouts for this album.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Album>>> |
Tag.getTopAlbums(String tagName,
Integer limit,
Integer page)
Get the top albums tagged by this tag, ordered by tag count.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Album>>> |
User.getTopAlbums(String user,
Period period,
Integer limit,
Integer page)
Get the top albums listened to by a user.
|
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.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Track>>> |
Tag.getTopTracks(String tagName,
Integer limit,
Integer page)
Get the top tracks tagged by this tag, ordered by tag count.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Track>>> |
User.getTopTracks(String user,
Period period,
Integer limit,
Integer page)
Get the top tracks listened to by a user.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Track>>> |
Artist.getTopTracks(String artist,
String mbid,
Integer limit,
Integer page)
Get the top tracks by an artist on Last.fm, ordered by popularity
|
static UnauthenticatedGetQuery<PaginatedResult<List<Track>>> |
Library.getTracks(String user,
String artist,
String album,
Integer limit,
Integer page)
A paginated list of all the tracks in a user's library, with play counts and tag counts.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Album>>> |
Album.search(String album,
Integer limit,
Integer page)
Search for an album by name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlbumsPaginatedResult |
class |
ArtistsPaginatedResult |
class |
EventsPaginatedResult |
class |
GenericPaginatedResult<T>
Default generic implementation of a
PaginatedResult. |
class |
TracksPaginatedResult |
class |
UsersPaginatedResult |
| Modifier and Type | Method and Description |
|---|---|
PaginatedResult<T> |
PaginatedFetcher.fetchNextPage(LastfmWebServices ws,
PaginatedResult<T> paginatedResult) |
| Modifier and Type | Method and Description |
|---|---|
GenericPaginatedResult<List<User>> |
GroupMembersPaginatedFetcher.fetchNextPage(LastfmWebServices ws,
PaginatedResult<List<User>> paginatedResult) |
GenericPaginatedResult<List<User>> |
UserFriendsPaginatedFetcher.fetchNextPage(LastfmWebServices ws,
PaginatedResult<List<User>> paginatedResult) |
PaginatedResult<T> |
PaginatedFetcher.fetchNextPage(LastfmWebServices ws,
PaginatedResult<T> paginatedResult) |
Copyright © 2012. All Rights Reserved.