Uses of Class
de.umass.lastfm.Shout

Packages that use Shout
de.umass.lastfm   
 

Uses of Shout in de.umass.lastfm
 

Methods in de.umass.lastfm that return types with arguments of type Shout
static PaginatedResult<Shout> User.getShouts(String user, int page, int limit, String apiKey)
          Get shouts for a user.
static PaginatedResult<Shout> Event.getShouts(String eventId, int page, int limit, String apiKey)
          Get shouts for an event.
static PaginatedResult<Shout> Artist.getShouts(String artistOrMbid, int page, int limit, String apiKey)
          Get shouts for an artist.
static PaginatedResult<Shout> User.getShouts(String user, int page, String apiKey)
          Get shouts for a user.
static PaginatedResult<Shout> Event.getShouts(String eventId, int page, String apiKey)
          Get shouts for an event.
static PaginatedResult<Shout> Artist.getShouts(String artistOrMbid, int page, String apiKey)
          Get shouts for an artist.
static PaginatedResult<Shout> User.getShouts(String user, String apiKey)
          Get shouts for a user.
static PaginatedResult<Shout> Event.getShouts(String eventId, String apiKey)
          Get shouts for an event.
static PaginatedResult<Shout> Artist.getShouts(String artistOrMbid, String apiKey)
          Get shouts for an artist.
static PaginatedResult<Shout> Track.getShouts(String artist, String trackOrMbid, int page, int limit, String apiKey)
          Get shouts for a track.
static PaginatedResult<Shout> Album.getShouts(String artist, String albumOrMbid, int page, int limit, String apiKey)
          Get shouts for an album.
static PaginatedResult<Shout> Track.getShouts(String artist, String trackOrMbid, int page, String apiKey)
          Get shouts for a track.
static PaginatedResult<Shout> Album.getShouts(String artist, String albumOrMbid, int page, String apiKey)
          Get shouts for an album.
static PaginatedResult<Shout> Track.getShouts(String artist, String trackOrMbid, String apiKey)
          Get shouts for a track.
static PaginatedResult<Shout> Album.getShouts(String artist, String albumOrMbid, String apiKey)
          Get shouts for an album.
 



Copyright © 2012. All Rights Reserved.