Uses of Class
de.umass.lastfm.Result

Packages that use Result
de.umass.lastfm   
de.umass.lastfm.scrobble   
 

Uses of Result in de.umass.lastfm
 

Methods in de.umass.lastfm that return Result
static Result Library.addAlbum(String artist, String album, Session session)
          Add an album to a user's Last.fm library
static Result Library.addArtist(String artist, Session session)
          Add an artist to a user's Last.fm library
static Result Artist.addTags(String artist, String tags, Session session)
          Tag an artist with one or more user supplied tags.
static Result Track.addTags(String artist, String track, String tags, Session session)
          Tag an album using a list of user supplied tags.
static Result Album.addTags(String artist, String album, String tags, Session session)
          Tag an album using a list of user supplied tags.
static Result Playlist.addTrack(int playlistId, String artist, String track, Session session)
          Add a track to a Last.fm user's playlist.
static Result Library.addTrack(String artist, String track, Session session)
          Add a track to a user's Last.fm library
static Result Event.attend(String eventId, Event.AttendanceStatus status, Session session)
          Set a user's attendance status for an event.
static Result Track.ban(String artist, String track, Session session)
          Ban a track for a given user profile.
 Result Caller.call(String method, Session session, Map<String,String> params)
           
 Result Caller.call(String method, Session session, String... params)
           
 Result Caller.call(String method, String apiKey, Map<String,String> params)
           
 Result Caller.call(String method, String apiKey, String... params)
           
 Result Caller.getLastResult()
          Returns the Result of the last operation, or null if no call operation has been performed yet.
static Result Track.love(String artist, String track, Session session)
          Love a track for a user profile.
static Result Library.removeAlbum(String artist, String album, Session session)
          Remove an album from a user's Last.fm library
static Result Library.removeArtist(String artist, Session session)
          Remove an artist from a user's Last.fm library
static Result Library.removeScrobble(String artist, String track, long timestamp, Session session)
          Remove a scrobble from a user's Last.fm library
static Result Artist.removeTag(String artist, String tag, Session session)
          Remove a user's tag from an artist.
static Result Track.removeTag(String artist, String track, String tag, Session session)
          Remove a user's tag from a track.
static Result Album.removeTag(String artist, String album, String tag, Session session)
          Remove a user's tag from an album.
static Result Library.removeTrack(String artist, String track, Session session)
          Remove a track from a user's Last.fm library
static Result Event.share(String eventId, String recipients, String message, Session session)
          Share an event with one or more Last.fm users or other friends.
static Result Artist.share(String artist, String recipients, String message, Session session)
          Share an artist with one or more Last.fm users or other friends.
static Result Track.share(String artist, String track, String message, String recipient, Session session)
          Share a track twith one or more Last.fm users or other friends.
static Result User.shout(String user, String message, Session session)
          Shout on this user's shoutbox
static Result Artist.shout(String artist, String message, Session session)
          Shout on this artist's shoutbox
static Result Track.unban(String artist, String track, Session session)
          UnBan a track for a given user profile.
static Result Track.unlove(String artist, String track, Session session)
          UnLove a track for a user profile.
 

Methods in de.umass.lastfm with parameters of type Result
static
<T> Collection<T>
ResponseBuilder.buildCollection(Result result, Class<T> itemClass)
           
static
<T> Collection<T>
ResponseBuilder.buildCollection(Result result, de.umass.lastfm.ItemFactory<T> factory)
           
static
<T> T
ResponseBuilder.buildItem(Result result, Class<T> itemClass)
           
static
<T> T
ResponseBuilder.buildItem(Result result, de.umass.lastfm.ItemFactory<T> factory)
           
static
<T> PaginatedResult<T>
ResponseBuilder.buildPaginatedResult(Result result, Class<T> itemClass)
           
static
<T> PaginatedResult<T>
ResponseBuilder.buildPaginatedResult(Result result, de.umass.lastfm.ItemFactory<T> factory)
           
 

Uses of Result in de.umass.lastfm.scrobble
 

Subclasses of Result in de.umass.lastfm.scrobble
 class ScrobbleResult
          Result object which contains extra information returned by scrobble and now playing requests.
 

Constructors in de.umass.lastfm.scrobble with parameters of type Result
ScrobbleResult(Result result)
           
 



Copyright © 2012. All Rights Reserved.