Uses of Class
net.dontdrinkandroot.lastfm.api.model.Tag

Packages that use Tag
net.dontdrinkandroot.lastfm.api.model   
net.dontdrinkandroot.lastfm.api.model.entitytypes   
 

Uses of Tag in net.dontdrinkandroot.lastfm.api.model
 

Methods in net.dontdrinkandroot.lastfm.api.model that return types with arguments of type Tag
static UnauthenticatedGetQuery<Tag> Tag.getInfo(java.lang.String tag, net.dontdrinkandroot.utils.ISO_3166_1_alpha2 lang)
          Get the metadata for a tag.
 java.util.List<Tag> Album.getTags()
           
 java.util.List<Tag> Artist.getTags()
           
 java.util.List<Tag> Track.getTags()
           
static UnauthenticatedGetQuery<java.util.ArrayList<Tag>> Artist.getTags(java.lang.String artist, java.lang.String mbid, java.lang.String user)
          Get the tags applied by an individual user to an artist on Last.fm.
static UnauthenticatedGetQuery<java.util.ArrayList<Tag>> Album.getTags(java.lang.String artist, java.lang.String album, java.lang.String mbid, java.lang.String user)
          Get the tags applied by an individual user to an album on Last.fm.
static UnauthenticatedGetQuery<java.util.ArrayList<Tag>> Tag.getTopTags()
          Fetches the top global tags on Last.fm, sorted by popularity (number oftimes used).
static UnauthenticatedGetQuery<java.util.ArrayList<Tag>> Artist.getTopTags(java.lang.String artist, java.lang.String mbid)
          Get the top tags for an artist on Last.fm, ordered by popularity.
static UnauthenticatedGetQuery<java.util.ArrayList<Tag>> Album.getTopTags(java.lang.String artist, java.lang.String album, java.lang.String mbid)
          Get the top tags for an album on Last.fm, ordered by popularity.
 

Method parameters in net.dontdrinkandroot.lastfm.api.model with type arguments of type Tag
 void Album.setTags(java.util.List<Tag> tags)
           
 void Artist.setTags(java.util.List<Tag> tags)
           
 void Track.setTags(java.util.List<Tag> tags)
           
 

Uses of Tag in net.dontdrinkandroot.lastfm.api.model.entitytypes
 

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes that return types with arguments of type Tag
 java.util.List<Tag> TagsEntity.getTags()
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model.entitytypes with type arguments of type Tag
 void TagsEntity.setTags(java.util.List<Tag> tags)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.