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

Packages that use Album
net.dontdrinkandroot.lastfm.api.model   
net.dontdrinkandroot.lastfm.api.model.entitytypes   
 

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

Methods in net.dontdrinkandroot.lastfm.api.model that return Album
 Album Track.getAlbum()
           
 

Methods in net.dontdrinkandroot.lastfm.api.model that return types with arguments of type Album
 java.util.List<Album> Track.getAlbums()
           
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Album>>> Library.getAlbums(java.lang.String user, java.lang.String artist, java.lang.Integer limit, java.lang.Integer page)
          A paginated list of all the albums in a user's library, with playcounts and tag counts.
static UnauthenticatedGetQuery<Album> Album.getInfo(java.lang.String artist, java.lang.String album, java.lang.String mbid, java.lang.String username, net.dontdrinkandroot.utils.ISO_3166_1_alpha2 lang)
          Get the metadata for an album on Last.fm using the album name or a musicbrainz id.
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Album>>> Tag.getTopAlbums(java.lang.String tagName, java.lang.Integer limit, java.lang.Integer page)
          Get the top albums tagged by this tag, ordered by tag count
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Album>>> User.getTopAlbums(java.lang.String user, Period period, java.lang.Integer limit, java.lang.Integer page)
          Get the top albums listened to by a user.
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Album>>> Album.search(java.lang.String album, java.lang.Integer limit, java.lang.Integer page)
          Search for an album by name.
 

Methods in net.dontdrinkandroot.lastfm.api.model with parameters of type Album
 void Track.setAlbum(Album album)
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model with type arguments of type Album
 void Track.setAlbums(java.util.List<Album> albums)
           
 

Uses of Album in net.dontdrinkandroot.lastfm.api.model.entitytypes
 

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes that return Album
 Album AlbumEntity.getAlbum()
           
 

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes with parameters of type Album
 void AlbumEntity.setAlbum(Album album)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.