Uses of Class
de.umass.lastfm.scrobble.Source

Packages that use Source
de.umass.lastfm.scrobble   
 

Uses of Source in de.umass.lastfm.scrobble
 

Methods in de.umass.lastfm.scrobble that return Source
static Source Source.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static Source[] Source.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.umass.lastfm.scrobble with parameters of type Source
 ResponseStatus Scrobbler.submit(String artist, String track, String album, int length, int tracknumber, Source source, long startTime)
          Deprecated. Scrobbles a song.
 

Constructors in de.umass.lastfm.scrobble with parameters of type Source
SubmissionData(String artist, String track, String album, int length, int tracknumber, Source source, long startTime)
          Deprecated.  
SubmissionData(String artist, String track, String album, int length, int tracknumber, Source source, Rating rating, long startTime)
          Deprecated.  
SubmissionData(String artist, String track, String album, int length, int tracknumber, Source source, Rating rating, long startTime, String recommendationKey)
          Deprecated.  
 



Copyright © 2012. All Rights Reserved.