| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.model | |
| net.dontdrinkandroot.lastfm.api.queries | |
| net.dontdrinkandroot.lastfm.api.ws |
| Modifier and Type | Method and Description |
|---|---|
static PostQuery<Boolean> |
Library.addAlbum(String artist,
String album,
String sk)
Add an album to a user's Last.fm library.
|
static PostQuery<Boolean> |
Library.addArtist(String artist,
String sk)
Add an artist to a user's Last.fm library.
|
static PostQuery<Boolean> |
Artist.addTags(String artist,
List<String> tags,
String sk)
Tag an artist with one or more user supplied tags.
|
static PostQuery<Boolean> |
Album.addTags(String artist,
String album,
List<String> tags,
String sk)
Tag an album using a list of user supplied tags.
|
static PostQuery<Boolean> |
Library.addTrack(String artist,
String track,
String sk)
Add a track to a user's Last.fm library.
|
static PostQuery<Boolean> |
Library.removeAlbum(String artist,
String album,
String sk)
Remove an album from a user's Last.fm library.
|
static PostQuery<Boolean> |
Library.removeArtist(String artist,
String sk)
Remove an artist to a user's Last.fm library.
|
static PostQuery<Boolean> |
Library.removeScrobble(String artist,
String track,
Long timestamp,
String sk)
Remove a scrobble from a user's Last.fm library.
|
static PostQuery<Boolean> |
Artist.removeTag(String artist,
String tag,
String sk)
Remove a user's tag from an artist.
|
static PostQuery<Boolean> |
Album.removeTag(String artist,
String album,
String tag,
String sk)
Remove a user's tag from an album.
|
static PostQuery<Boolean> |
Library.removeTrack(String artist,
String track,
String sk)
Remove a track to a user's Last.fm library.
|
static PostQuery<Scrobble> |
Track.scrobble(String artist,
String track,
Long startTime,
String album,
Integer trackNumber,
String mbid,
String albumArtist,
Long duration,
String sessionKey)
Used to add a track-play to a user's profile.
|
static PostQuery<Boolean> |
Album.share(String artist,
String album,
List<String> recipient,
Boolean publicViewable,
String message,
String sk)
Share an album with one or more Last.fm users or other friends.
|
static PostQuery<Station> |
Radio.tune(URI station,
net.dontdrinkandroot.utils.ISO_639_1 lang,
String sk)
Tune in to a Last.fm radio station.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPostQuery<T extends Serializable> |
class |
NoResponsePostQuery |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
LastfmWebServices.execute(PostQuery<T> query)
Execute an authenticated POST Query.
|
<T extends Serializable> |
AbstractLastfmWebServices.execute(PostQuery<T> query) |
Copyright © 2012. All Rights Reserved.