|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| de.umass.lastfm | |
| Uses of User in de.umass.lastfm |
|---|
| Methods in de.umass.lastfm that return User | |
|---|---|
static User |
User.getInfo(Session session)
Retrieves profile information about the authenticated user. |
static User |
User.getInfo(String user,
String apiKey)
Retrieves profile information about the specified user. |
| Methods in de.umass.lastfm that return types with arguments of type User | |
|---|---|
static Collection<User> |
Event.getAttendees(String eventId,
String apiKey)
Get a list of attendees for an event. |
static PaginatedResult<User> |
User.getFriends(String user,
boolean recenttracks,
int page,
int limit,
String apiKey)
|
static PaginatedResult<User> |
User.getFriends(String user,
String apiKey)
|
static PaginatedResult<User> |
Group.getMembers(String group,
int page,
String apiKey)
Get a list of members for this group. |
static PaginatedResult<User> |
Group.getMembers(String group,
String apiKey)
Get a list of members for this group. |
static Collection<User> |
User.getNeighbours(String user,
int limit,
String apiKey)
|
static Collection<User> |
User.getNeighbours(String user,
String apiKey)
|
static Collection<User> |
Artist.getTopFans(String artist,
String apiKey)
Retrieves a list of the top fans of the given artist. |
static Collection<User> |
Track.getTopFans(String artist,
String trackOrMbid,
String apiKey)
Retrieves the top fans for the given track. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||