|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| de.umass.lastfm | |
| Uses of Event in de.umass.lastfm |
|---|
| Methods in de.umass.lastfm that return Event | |
|---|---|
static Event |
Event.getInfo(String eventId,
String apiKey)
Get the metadata for an event on Last.fm. |
| Methods in de.umass.lastfm that return types with arguments of type Event | |
|---|---|
static Collection<Event> |
Geo.getAllEvents(String location,
String distance,
String apiKey)
Get all events in a specific location by country or city name. This method returns all events by subsequently calling Geo.getEvents(String, String, int, String) and concatenating the single results into one list.Pay attention if you use this method as it may produce a lot of network traffic and therefore may consume a long time. |
static PaginatedResult<Event> |
Geo.getEvents(double latitude,
double longitude,
int page,
int limit,
String apiKey)
|
static PaginatedResult<Event> |
Geo.getEvents(double latitude,
double longitude,
int page,
String apiKey)
Get all events in a specific location by latitude/longitude. This method only returns the specified page of a paginated result. |
static PaginatedResult<Event> |
Geo.getEvents(double latitude,
double longitude,
String distance,
int page,
int limit,
String apiKey)
Get all events within the specified distance of the location specified by latitude/longitude. This method only returns the specified page of a paginated result. |
static PaginatedResult<Event> |
Geo.getEvents(double latitude,
double longitude,
String distance,
String apiKey)
|
static PaginatedResult<Event> |
User.getEvents(String user,
boolean festivalsOnly,
int page,
int limit,
String apiKey)
GetS a list of upcoming events that this user is attending. |
static PaginatedResult<Event> |
Artist.getEvents(String artistOrMbid,
boolean festivalsOnly,
int page,
int limit,
String apiKey)
Returns a list of upcoming events for an artist. |
static Collection<Event> |
Venue.getEvents(String venueId,
boolean festivalsOnly,
String apiKey)
Get a list of upcoming events at this venue. |
static PaginatedResult<Event> |
User.getEvents(String user,
int page,
String apiKey)
GetS a list of upcoming events that this user is attending. |
static Collection<Event> |
Venue.getEvents(String venueId,
String apiKey)
Get a list of upcoming events at this venue. |
static PaginatedResult<Event> |
User.getEvents(String user,
String apiKey)
GetS a list of upcoming events that this user is attending. |
static PaginatedResult<Event> |
Artist.getEvents(String artistOrMbid,
String apiKey)
Returns a list of upcoming events for an artist. |
static PaginatedResult<Event> |
Geo.getEvents(String location,
String distance,
int page,
int limit,
String apiKey)
|
static PaginatedResult<Event> |
Geo.getEvents(String location,
String distance,
int page,
String apiKey)
Get all events in a specific location by country or city name. This method only returns the specified page of a paginated result. |
static PaginatedResult<Event> |
Geo.getEvents(String location,
String distance,
String apiKey)
Get all events in a specific location by country or city name. This method only returns the first page of a possibly paginated result. |
static PaginatedResult<Event> |
Venue.getPastEvents(String venueId,
boolean festivalsOnly,
int page,
int limit,
String apiKey)
Get a paginated list of all the events held at this venue in the past. |
static PaginatedResult<Event> |
Artist.getPastEvents(String artistOrMbid,
boolean festivalsOnly,
int page,
int limit,
String apiKey)
Get a paginated list of all the events this artist has played at in the past. |
static PaginatedResult<Event> |
User.getPastEvents(String user,
int page,
String apiKey)
Gets a paginated list of all events a user has attended in the past. |
static PaginatedResult<Event> |
Venue.getPastEvents(String venueId,
String apiKey)
Get a paginated list of all the events held at this venue in the past. |
static PaginatedResult<Event> |
User.getPastEvents(String user,
String apiKey)
Get the first page of a paginated result of all events a user has attended in the past. |
static PaginatedResult<Event> |
Artist.getPastEvents(String artistOrMbid,
String apiKey)
Get a paginated list of all the events this artist has played at in the past. |
static PaginatedResult<Event> |
User.getRecommendedEvents(int page,
Session session)
|
static PaginatedResult<Event> |
User.getRecommendedEvents(Session session)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||