Uses of Class
net.dontdrinkandroot.lastfm.api.model.Scrobble

Packages that use Scrobble
net.dontdrinkandroot.lastfm.api.model   
 

Uses of Scrobble in net.dontdrinkandroot.lastfm.api.model
 

Methods in net.dontdrinkandroot.lastfm.api.model that return types with arguments of type Scrobble
static PostQuery<Scrobble> Track.scrobble(java.lang.String artist, java.lang.String track, java.lang.Long startTime, java.lang.String album, java.lang.Integer trackNumber, java.lang.String mbid, java.lang.String albumArtist, java.lang.Long duration, java.lang.String sessionKey)
          Used to add a track-play to a user's profile.
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.