Uses of Class
de.umass.lastfm.MusicEntry

Packages that use MusicEntry
de.umass.lastfm   
 

Uses of MusicEntry in de.umass.lastfm
 

Classes in de.umass.lastfm with type parameters of type MusicEntry
 class Chart<T extends MusicEntry>
          Bean for Chart information.
 

Subclasses of MusicEntry in de.umass.lastfm
 class Album
          Wrapper class for Album related API calls and Album Bean.
 class Artist
          Bean that contains artist information.
This class contains static methods that executes API methods relating to artists.
Method names are equivalent to the last.fm API method names.
 class Track
          Bean that contains information related to Tracks and provides bindings to methods in the track. namespace.
 

Methods in de.umass.lastfm with type parameters of type MusicEntry
static
<T extends MusicEntry>
PaginatedResult<T>
User.getPersonalTags(String user, String tag, Class<T> taggingType, int page, int limit, String apiKey)
          Get the user's personal tags.
static
<T extends MusicEntry>
PaginatedResult<T>
User.getPersonalTags(String user, String tag, Class<T> taggingType, int page, String apiKey)
          Get the user's personal tags.
static
<T extends MusicEntry>
PaginatedResult<T>
User.getPersonalTags(String user, String tag, Class<T> taggingType, String apiKey)
          Get the user's personal tags.
 

Methods in de.umass.lastfm with parameters of type MusicEntry
protected static void MusicEntry.loadStandardInfo(MusicEntry entry, DomElement element)
          Loads all generic information from an XML DomElement into the given MusicEntry instance, i.e.
 



Copyright © 2012. All Rights Reserved.