| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.model | |
| net.dontdrinkandroot.lastfm.api.model.entitytypes |
| Modifier and Type | Method and Description |
|---|---|
static UnauthenticatedGetQuery<Tag> |
Tag.getInfo(String tag,
net.dontdrinkandroot.utils.ISO_3166_1_alpha2 lang)
Get the metadata for a tag.
|
List<Tag> |
Album.getTags() |
List<Tag> |
Track.getTags() |
List<Tag> |
Artist.getTags() |
static UnauthenticatedGetQuery<ArrayList<Tag>> |
Artist.getTags(String artist,
String mbid,
String user)
Get the tags applied by an individual user to an artist on Last.fm.
|
static UnauthenticatedGetQuery<ArrayList<Tag>> |
Album.getTags(String artist,
String album,
String mbid,
String user)
Get the tags applied by an individual user to an album on Last.fm.
|
static UnauthenticatedGetQuery<ArrayList<Tag>> |
Tag.getTopTags()
Fetches the top global tags on Last.fm, sorted by popularity (number oftimes used).
|
static UnauthenticatedGetQuery<ArrayList<Tag>> |
Artist.getTopTags(String artist,
String mbid)
Get the top tags for an artist on Last.fm, ordered by popularity.
|
static UnauthenticatedGetQuery<ArrayList<Tag>> |
Album.getTopTags(String artist,
String album,
String mbid)
Get the top tags for an album on Last.fm, ordered by popularity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Album.setTags(List<Tag> tags) |
void |
Track.setTags(List<Tag> tags) |
void |
Artist.setTags(List<Tag> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagsEntity.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagsEntity.setTags(List<Tag> tags) |
Copyright © 2013 dontdrinkandroot. All Rights Reserved.