Uses of Class
de.umass.lastfm.Geo.Metro

Packages that use Geo.Metro
de.umass.lastfm   
 

Uses of Geo.Metro in de.umass.lastfm
 

Methods in de.umass.lastfm that return types with arguments of type Geo.Metro
static Collection<Geo.Metro> Geo.getMetros(String apiKey)
          Get a list of valid countries and Geo.Metros for use in the other webservices.
static Collection<Geo.Metro> Geo.getMetros(String country, String apiKey)
          Get a list of valid countries and Geo.Metros for use in the other webservices.
 

Methods in de.umass.lastfm with parameters of type Geo.Metro
static Chart<Artist> Geo.getMetroArtistChart(Geo.Metro metro, String start, String end, String apiKey)
           
static Chart<Artist> Geo.getMetroHypeArtistChart(Geo.Metro metro, String start, String end, String apiKey)
           
static Chart<Track> Geo.getMetroHypeTrackChart(Geo.Metro metro, String start, String end, String apiKey)
           
static Chart<Track> Geo.getMetroTrackChart(Geo.Metro metro, String start, String end, String apiKey)
           
static Chart<Artist> Geo.getMetroUniqueArtistChart(Geo.Metro metro, String start, String end, String apiKey)
           
static Chart<Track> Geo.getMetroUniqueTrackChart(Geo.Metro metro, String start, String end, String apiKey)
           
 



Copyright © 2012. All Rights Reserved.