de.umass.lastfm
Class Radio.RadioStation

java.lang.Object
  extended by de.umass.lastfm.Radio.RadioStation
Enclosing class:
Radio

public static class Radio.RadioStation
extends Object


Constructor Summary
Radio.RadioStation(String url)
           
Radio.RadioStation(String url, String name)
           
 
Method Summary
static Radio.RadioStation artistFans(String artist)
           
 String getName()
           
 String getUrl()
           
static Radio.RadioStation library(String user)
           
static Radio.RadioStation lovedTracks(String user)
          Deprecated. This station has been deprected as of nov. 2010, see here
static Radio.RadioStation neighbours(String user)
           
static Radio.RadioStation personalTag(String user, String tag)
          Deprecated. This station has been deprected as of nov. 2010, see here
static Radio.RadioStation playlist(String playlistId)
          Deprecated. This station has been deprected as of nov. 2010, see here
static Radio.RadioStation recommended(String user)
           
static Radio.RadioStation similarArtists(String artist)
           
static Radio.RadioStation tagged(String tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Radio.RadioStation

public Radio.RadioStation(String url)

Radio.RadioStation

public Radio.RadioStation(String url,
                          String name)
Method Detail

getUrl

public String getUrl()

getName

public String getName()

similarArtists

public static Radio.RadioStation similarArtists(String artist)

artistFans

public static Radio.RadioStation artistFans(String artist)

library

public static Radio.RadioStation library(String user)

neighbours

public static Radio.RadioStation neighbours(String user)

lovedTracks

public static Radio.RadioStation lovedTracks(String user)
Deprecated. This station has been deprected as of nov. 2010, see here


recommended

public static Radio.RadioStation recommended(String user)

tagged

public static Radio.RadioStation tagged(String tag)

playlist

public static Radio.RadioStation playlist(String playlistId)
Deprecated. This station has been deprected as of nov. 2010, see here


personalTag

public static Radio.RadioStation personalTag(String user,
                                             String tag)
Deprecated. This station has been deprected as of nov. 2010, see here



Copyright © 2012. All Rights Reserved.