|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
User.getPersonalTags(String user,
String tag,
Class<T> taggingType,
int page,
int limit,
String apiKey)
Get the user's personal tags. |
|
static
|
User.getPersonalTags(String user,
String tag,
Class<T> taggingType,
int page,
String apiKey)
Get the user's personal tags. |
|
static
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||