A B C D E F G H I L M N O P Q R S T U V W X

A

AbstractAuthenticatedGetQuery<T extends java.io.Serializable> - Class in net.dontdrinkandroot.lastfm.api.queries
 
AbstractAuthenticatedGetQuery(String) - Constructor for class net.dontdrinkandroot.lastfm.api.queries.AbstractAuthenticatedGetQuery
 
AbstractFetcher - Class in net.dontdrinkandroot.lastfm.api.ws.fetcher
 
AbstractFetcher() - Constructor for class net.dontdrinkandroot.lastfm.api.ws.fetcher.AbstractFetcher
 
AbstractLastfmWebServices - Class in net.dontdrinkandroot.lastfm.api.ws
 
AbstractLastfmWebServices(String, String) - Constructor for class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
Set up the WebServices with the required components.
AbstractLastfmWebServices(String, String, Fetcher) - Constructor for class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
 
AbstractPostQuery<T extends java.io.Serializable> - Class in net.dontdrinkandroot.lastfm.api.queries
 
AbstractPostQuery(String) - Constructor for class net.dontdrinkandroot.lastfm.api.queries.AbstractPostQuery
 
AbstractQuery<T extends java.io.Serializable> - Class in net.dontdrinkandroot.lastfm.api.queries
Implementation of the common methods of a Query.
AbstractQuery(String) - Constructor for class net.dontdrinkandroot.lastfm.api.queries.AbstractQuery
 
AbstractUnauthenticatedGetQuery<T extends java.io.Serializable> - Class in net.dontdrinkandroot.lastfm.api.queries
 
AbstractUnauthenticatedGetQuery(String) - Constructor for class net.dontdrinkandroot.lastfm.api.queries.AbstractUnauthenticatedGetQuery
 
addAdditionalParameters() - Method in class net.dontdrinkandroot.lastfm.api.queries.AbstractQuery
 
addAlbum(String, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Library
Add an album to a user's Last.fm library.
addArtist(String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Library
Add an artist to a user's Last.fm library.
addParameter(String, Object) - Method in class net.dontdrinkandroot.lastfm.api.queries.AbstractQuery
 
addParameter(String, Object) - Method in interface net.dontdrinkandroot.lastfm.api.queries.Query
Add a parameter to the query parameters.
addTags(String, String, List<String>, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Album
Tag an album using a list of user supplied tags.
addTags(String, List<String>, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Tag an artist with one or more user supplied tags.
addTrack(String, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Library
Add a track to a user's Last.fm library.
Affiliation - Class in net.dontdrinkandroot.lastfm.api.model
 
Affiliation(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
Affiliations - Class in net.dontdrinkandroot.lastfm.api.model
 
Affiliations(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Affiliations
Construct Affiliations from a DOM Element.
AgeEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
AgeEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
AgeEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.AgeEntityParser
 
Album - Class in net.dontdrinkandroot.lastfm.api.model
 
Album(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Album
Create an Album from a dom4j Element.
AlbumEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
AlbumEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
AlbumEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.AlbumEntityParser
 
AlbumsPaginatedResult - Class in net.dontdrinkandroot.lastfm.api.model.paginatedresult
 
AlbumsPaginatedResult(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.paginatedresult.AlbumsPaginatedResult
 
AmountEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
AmountEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
AmountEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.AmountEntityParser
 
Artist - Class in net.dontdrinkandroot.lastfm.api.model
 
Artist(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Artist
Create an Artist from an xml element.
Artist(String) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Artist
 
ArtistEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
ArtistEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
ArtistEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.ArtistEntityParser
 
ArtistsEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
ArtistsPaginatedResult - Class in net.dontdrinkandroot.lastfm.api.model.paginatedresult
 
ArtistsPaginatedResult(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.paginatedresult.ArtistsPaginatedResult
 
AttendanceEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
Auth - Class in net.dontdrinkandroot.lastfm.api.model
 
Auth() - Constructor for class net.dontdrinkandroot.lastfm.api.model.Auth
 
AuthenticatedGetQuery<T extends java.io.Serializable> - Interface in net.dontdrinkandroot.lastfm.api.queries
Denotes a query that is fetched as a GET request and needs authentication.
AuthenticatedQuery<T extends java.io.Serializable> - Interface in net.dontdrinkandroot.lastfm.api.queries
Denotes a query that needs authentication.
AuthorEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
AuthorEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
AuthorEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.AuthorEntityParser
 

B

baseUrl - Variable in class net.dontdrinkandroot.lastfm.api.ws.fetcher.AbstractFetcher
The base URL, needed if you want to proxy requests somewhere.
BodyEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
BodyEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
BodyEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.BodyEntityParser
 
BootstrapEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
BootstrapEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
BootstrapEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.BootstrapEntityParser
 
buildParameterString(Map<String, String>) - Method in class net.dontdrinkandroot.lastfm.api.ws.fetcher.AbstractFetcher
 
buildUrl(Map<String, String>) - Method in class net.dontdrinkandroot.lastfm.api.ws.fetcher.AbstractFetcher
 
BuyLinkEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
BuyLinkEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
BuyLinkEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.BuyLinkEntityParser
 

C

CACHE_ERROR - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
CancelledEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
Chart - Class in net.dontdrinkandroot.lastfm.api.model
 
Chart() - Constructor for class net.dontdrinkandroot.lastfm.api.model.Chart
 
ChartRange - Class in net.dontdrinkandroot.lastfm.api.model
 
ChartRange(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.ChartRange
Create ChartRange from a dom element.
Coordinate - Class in net.dontdrinkandroot.lastfm.api.model
 
Coordinate(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Coordinate
Create a Coordinate from an XML Element.
CountEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
CountEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
CountEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.CountEntityParser
 
CountryEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
CountryEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
CountryEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.CountryEntityParser
 
CurrencyEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
CurrencyEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
CurrencyEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.CurrencyEntityParser
 

D

DateAddedEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
DateEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
DateEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
DateEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.entitytypes.DateEntityParser
 
DEFAULT_IMAGES - Static variable in class net.dontdrinkandroot.lastfm.api.model.Album
 
DEFAULT_IMAGES - Static variable in class net.dontdrinkandroot.lastfm.api.model.Artist
 
DEFAULT_IMAGES - Static variable in class net.dontdrinkandroot.lastfm.api.model.User
 
DefaultFetcher - Class in net.dontdrinkandroot.lastfm.api.ws.fetcher
This class is responsible for actually fetching the data from last.fm and converting it to a dom Document.
DefaultFetcher() - Constructor for class net.dontdrinkandroot.lastfm.api.ws.fetcher.DefaultFetcher
 
DefaultLastfmWebServices - Class in net.dontdrinkandroot.lastfm.api.ws
 
DefaultLastfmWebServices(String, String, CustomTtlCache<Serializable, Serializable>) - Constructor for class net.dontdrinkandroot.lastfm.api.ws.DefaultLastfmWebServices
Set up the WebServices with the required components.
DefaultLastfmWebServices(String, String, CustomTtlCache<Serializable, Serializable>, Fetcher) - Constructor for class net.dontdrinkandroot.lastfm.api.ws.DefaultLastfmWebServices
 
DescriptionEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
DescriptionEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
DescriptionEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.DescriptionEntityParser
 
DomUtils - Class in net.dontdrinkandroot.lastfm.api.xml
 
DomUtils() - Constructor for class net.dontdrinkandroot.lastfm.api.xml.DomUtils
 
DownloadAffiliationsEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
DownloadAffiliationsEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
DownloadAffiliationsEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.DownloadAffiliationsEntityParser
 
DurationEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
DurationEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
DurationEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.DurationEntityParser
 

E

EndDateEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
Entity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
EntityParser<T extends Entity> - Interface in net.dontdrinkandroot.lastfm.api.model.parser
 
equals(Object) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
equals(Object) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
equals(Object) - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
equals(Object) - Method in class net.dontdrinkandroot.lastfm.api.model.User
Based on the assumption that username is unique.
Event - Class in net.dontdrinkandroot.lastfm.api.model
 
Event(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Event
Create an Event from an XML Element.
EventsPaginatedResult - Class in net.dontdrinkandroot.lastfm.api.model.paginatedresult
 
EventsPaginatedResult(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.paginatedresult.EventsPaginatedResult
 
execute(PostQuery<T>) - Method in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
 
execute(PostQuery<T>) - Method in interface net.dontdrinkandroot.lastfm.api.ws.LastfmWebServices
Execute an authenticated POST Query.

F

factory - Variable in class net.dontdrinkandroot.lastfm.api.ws.fetcher.AbstractFetcher
 
fetch(AuthenticatedGetQuery<T>) - Method in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
 
fetch(UnauthenticatedGetQuery<T>) - Method in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
 
fetch(UnauthenticatedGetQuery<T>) - Method in interface net.dontdrinkandroot.lastfm.api.ws.LastfmWebServices
Fetch an unauthenticated GET Query.
fetch(AuthenticatedGetQuery<T>) - Method in interface net.dontdrinkandroot.lastfm.api.ws.LastfmWebServices
Fetch an authenticated GET Query.
Fetcher - Class in net.dontdrinkandroot.lastfm.api.ws
This class is responsible for actually fetching the data from last.fm and converting it to a dom Document.
Fetcher() - Constructor for class net.dontdrinkandroot.lastfm.api.ws.Fetcher
 
Fetcher - Interface in net.dontdrinkandroot.lastfm.api.ws.fetcher
 
FetchLimitEnforcer - Class in net.dontdrinkandroot.lastfm.api.ws.fetcher
Enfore last.fm fetch limit.
FetchLimitEnforcer() - Constructor for class net.dontdrinkandroot.lastfm.api.ws.fetcher.FetchLimitEnforcer
 
FetchLimitEnforcer - Class in net.dontdrinkandroot.lastfm.api.ws
Enforce last.fm fetch limit.
FetchLimitEnforcer() - Constructor for class net.dontdrinkandroot.lastfm.api.ws.FetchLimitEnforcer
 
fetchNextPage(LastfmWebServices, PaginatedResult<List<User>>) - Method in class net.dontdrinkandroot.lastfm.api.util.GroupMembersPaginatedFetcher
 
fetchNextPage(LastfmWebServices, PaginatedResult<T>) - Method in interface net.dontdrinkandroot.lastfm.api.util.PaginatedFetcher
 
fetchNextPage(LastfmWebServices, PaginatedResult<List<User>>) - Method in class net.dontdrinkandroot.lastfm.api.util.UserFriendsPaginatedFetcher
 
fetchResponse(HttpURLConnection) - Method in class net.dontdrinkandroot.lastfm.api.ws.fetcher.DefaultFetcher
 
FormatEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
fromString(String) - Static method in enum net.dontdrinkandroot.lastfm.api.model.Gender
 
fromString(String) - Static method in enum net.dontdrinkandroot.lastfm.api.model.Period
 

G

Gender - Enum in net.dontdrinkandroot.lastfm.api.model
 
GenderEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
GenderEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
GenderEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.GenderEntityParser
 
generateMobileToken(String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Auth
This method can generate a token as required by Auth.getMobileSession(java.lang.String, java.lang.String).
GenericPaginatedResult<T> - Class in net.dontdrinkandroot.lastfm.api.model.paginatedresult
Default generic implementation of a PaginatedResult.
GenericPaginatedResult(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
Create a paginated result from an XML Element.
Geo - Class in net.dontdrinkandroot.lastfm.api.model
 
Geo() - Constructor for class net.dontdrinkandroot.lastfm.api.model.Geo
 
get(Map<String, String>) - Method in class net.dontdrinkandroot.lastfm.api.ws.fetcher.DefaultFetcher
 
get(Map<String, String>) - Method in interface net.dontdrinkandroot.lastfm.api.ws.fetcher.Fetcher
Perform a get request to the Last.fm API.
get(Map<String, String>) - Method in class net.dontdrinkandroot.lastfm.api.ws.Fetcher
 
getAge() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.AgeEntity
 
getAge() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getAlbum() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.AlbumEntity
 
getAlbum() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
getAlbum() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getAlbum() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
getAlbumArtist() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
getAlbums(String, String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Library
A paginated list of all the albums in a user's library, with playcounts and tag counts.
getAlbums() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getAmount() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.AmountEntity
 
getAmount() - Method in class net.dontdrinkandroot.lastfm.api.model.Price
 
getAnnotation() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getApiKey() - Method in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
 
getApiKey() - Method in interface net.dontdrinkandroot.lastfm.api.ws.LastfmWebServices
Get the current api key.
getApiSecret() - Method in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
 
getApiSecret() - Method in interface net.dontdrinkandroot.lastfm.api.ws.LastfmWebServices
Get the current api secret.
getArtist() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getArtist() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ArtistEntity
 
getArtist() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
getArtist() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getArtists() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ArtistsEntity
 
getArtists() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getArtists(String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Library
A paginated list of all the artists in a user's library, with playcounts and tag counts.
getArtistTracks(String, String, Long, Long, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Get a list of tracks by a given artist scrobbled by this user, including scrobble time.
getAttendance() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.AttendanceEntity
 
getAttendance() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getAttributions() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getAuthenticatedRecentTracks(String, Integer, Integer, Integer, Integer, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Get a list of the recent tracks listened to by this user.
getAuthor() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.AuthorEntity
 
getAuthor() - Method in class net.dontdrinkandroot.lastfm.api.model.Shout
 
getBannedTracks(String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Returns the tracks banned by the user.
getBody() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.BodyEntity
 
getBody() - Method in class net.dontdrinkandroot.lastfm.api.model.Shout
 
getBuyLink() - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
getBuyLink() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.BuyLinkEntity
 
getBuylinks(String, String, String, ISO_3166_1_alpha2) - Static method in class net.dontdrinkandroot.lastfm.api.model.Album
Get a list of Buy Links for a particular Album.
getCache() - Method in class net.dontdrinkandroot.lastfm.api.ws.DefaultLastfmWebServices
Retrieve the Cache instance that is used by the webservices.
getCode() - Method in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
getContent() - Method in class net.dontdrinkandroot.lastfm.api.model.Wiki
 
getContent() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfLink
 
getCoordinate() - Method in class net.dontdrinkandroot.lastfm.api.model.Location
 
getCorrection(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Use the last.fm corrections data to check whether the supplied artist has a correction to a canonical artist
getCount() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.CountEntity
 
getCount() - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
getCountry() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.CountryEntity
 
getCountry() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getCreator() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getCreator() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
getCurrency() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.CurrencyEntity
 
getCurrency() - Method in class net.dontdrinkandroot.lastfm.api.model.Price
 
getDate() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.DateEntity
 
getDate() - Method in class net.dontdrinkandroot.lastfm.api.model.Shout
 
getDate() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getDate() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getDateAdded() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.DateAddedEntity
 
getDateAdded() - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
getDescription() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.DescriptionEntity
 
getDescription() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getDocument() - Method in class net.dontdrinkandroot.lastfm.api.ws.LastfmResponse
 
getDownloadAffiliations() - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliations
 
getDownloadAffiliations() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.DownloadAffiliationsEntity
 
getDuration() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.DurationEntity
 
getDuration() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getDuration() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
getEndDate() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.EndDateEntity
 
getEndDate() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getEntries() - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
getEntries() - Method in interface net.dontdrinkandroot.lastfm.api.model.paginatedresult.PaginatedResult
Get the entries of the current page.
getEvents(String, String, Boolean, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Get a list of upcoming events for this artist.
getEvents(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Get a list of upcoming events that this user is attending.
getExpiration() - Method in class net.dontdrinkandroot.lastfm.api.ws.LastfmResponse
 
getExtensions() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getExtraLargeImage() - Method in class net.dontdrinkandroot.lastfm.api.model.User
Convenience method that returns the extralarge image or the default if not available.
getFetcher() - Method in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
 
getFetcher() - Method in interface net.dontdrinkandroot.lastfm.api.ws.LastfmWebServices
Get the current fetcher.
getFormat() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.FormatEntity
 
getFormat() - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
getFriends(String, Boolean, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Get a list of the user's friends on Last.fm.
getFrom() - Method in class net.dontdrinkandroot.lastfm.api.model.ChartRange
 
getFromCache(String) - Method in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
Try to fetch the result from cache.
getFromCache(String) - Method in class net.dontdrinkandroot.lastfm.api.ws.DefaultLastfmWebServices
Try to fetch the result from cache.
getFullTrack() - Method in class net.dontdrinkandroot.lastfm.api.model.Streamable
 
getGender() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.GenderEntity
 
getGender() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getGlobalTagStationUri(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
Create the URI needed to play a Tags global radio.
getGroupStationUri(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
Create the URI needed to play a Groups members radio.
getHeadliner() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.HeadlinerEntity
 
getHeadliner() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getId() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getId() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.IdEntity
 
getId() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getId() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getId() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getId() - Method in class net.dontdrinkandroot.lastfm.api.model.Venue
 
getIdentifier() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getIdentifier() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
getIgnoredMessage() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
getIgnoredMessageCode() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
getImage() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getImage() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
getImages() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getImages() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getImages(String, String, String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Get Images for this artist in a variety of sizes.
getImages() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ImageEntity
 
getImages() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getImages() - Method in class net.dontdrinkandroot.lastfm.api.model.ScrobbleSource
 
getImages() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getInfo(String, String, String, String, ISO_3166_1_alpha2) - Static method in class net.dontdrinkandroot.lastfm.api.model.Album
Get the metadata for an album on Last.fm using the album name or a musicbrainz id.
getInfo(String, String, String, ISO_3166_1_alpha2) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Get the metadata for an artist on Last.fm.
getInfo(String, ISO_3166_1_alpha2) - Static method in class net.dontdrinkandroot.lastfm.api.model.Tag
Get the metadata for a tag.
getInfo(String, String, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Track
Get the metadata for a track on Last.fm using the artist/track name or a musicbrainz id.
getInfo(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Get information about a user profile.
getInfo(Session) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
 
getInfo() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getKey() - Method in class net.dontdrinkandroot.lastfm.api.model.Session
 
getLargeImage() - Method in class net.dontdrinkandroot.lastfm.api.model.User
Convenience method that returns the large image or the default if not available.
getLatitude() - Method in class net.dontdrinkandroot.lastfm.api.model.Coordinate
 
getLibraryStationUri(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
Create the URI needed to play a Users library radio.
getLicense() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getLinks() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getListeners() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getListeners() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getListeners() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ListenersEntity
 
getListeners() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getLocation() - Method in class net.dontdrinkandroot.lastfm.api.model.Venue
 
getLocation() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getLocations() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
getLongitude() - Method in class net.dontdrinkandroot.lastfm.api.model.Coordinate
 
getLovedTracksStationUri(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
Create the URI needed to play a Users loved tracks radio.
getMachineTag() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.MachineTagEntity
 
getMachineTag() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getMatch() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getMatch() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.MatchEntity
 
getMatch() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getMatch() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getMbid() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getMbid() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getMbid() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.MbidEntity
 
getMbid() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getMediumImage() - Method in class net.dontdrinkandroot.lastfm.api.model.User
Convenience method that returns the medium image or the default if not available.
getMembers(String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Group
Get a list of members for this group.
getMetas() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getMethod() - Method in class net.dontdrinkandroot.lastfm.api.queries.AbstractQuery
 
getMethod() - Method in interface net.dontdrinkandroot.lastfm.api.queries.Query
Get the last.fm method that is fetched by this query.
getMixRadioStationUri(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
Create the Station URI needed to play a users mix radio.
getMobileSession(String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Auth
Create a web service session for a user.
getMultiArtistStationUri(Set<Long>) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
 
getMultiTagStationUri(Set<String>) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
 
getName() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getName() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getName() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.NameEntity
 
getName() - Method in class net.dontdrinkandroot.lastfm.api.model.Group
 
getName() - Method in class net.dontdrinkandroot.lastfm.api.model.ScrobbleSource
 
getName() - Method in class net.dontdrinkandroot.lastfm.api.model.Station
 
getName() - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
getName() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getName() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getName() - Method in class net.dontdrinkandroot.lastfm.api.model.Venue
 
getNeighbours(String, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Get a list of a user's neighbours on Last.fm.
getNeighboursStationUri(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
Create the URI needed to play a Users neighbour radio.
getNextPage() - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
getNextPage() - Method in interface net.dontdrinkandroot.lastfm.api.model.paginatedresult.PaginatedResult
Get the number of the next page.
getNowPlaying() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.NowPlayingEntity
 
getNowPlaying() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getNumPlaylists() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getPage() - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
getPage() - Method in interface net.dontdrinkandroot.lastfm.api.model.paginatedresult.PaginatedResult
Get the number of the current page.
getParameters() - Method in class net.dontdrinkandroot.lastfm.api.queries.AbstractQuery
 
getParameters() - Method in interface net.dontdrinkandroot.lastfm.api.queries.Query
Get query parameters.
getPerPage() - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
getPerPage() - Method in interface net.dontdrinkandroot.lastfm.api.model.paginatedresult.PaginatedResult
Get the number of entries per page.
getPhysicalAffiliations() - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliations
 
getPhysicalAffiliations() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.PhysicalAffiliationsEntity
 
getPlayCount() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getPlayCount() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getPlayCount() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.PlayCountEntity
 
getPlayCount() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getPlayCount() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getPlaylist(String, Boolean, Boolean, Integer, Boolean, Float) - Static method in class net.dontdrinkandroot.lastfm.api.model.Radio
Fetch new radio content periodically in an XSPF format.
getPrice() - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
getPrice() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.PriceEntity
 
getPublished() - Method in class net.dontdrinkandroot.lastfm.api.model.Wiki
 
GetQuery<T extends java.io.Serializable> - Interface in net.dontdrinkandroot.lastfm.api.queries
Denotes a Query that is fetched as GET.
getRank() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getRank() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getRank() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.RankEntity
 
getRank() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getReach() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ReachEntity
 
getReach() - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
getRealname() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.RealnameEntity
 
getRealname() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getRecentTrack() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.RecentTrackEntity
 
getRecentTrack() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getRecentTracks(String, Integer, Integer, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Get a list of the recent tracks listened to by this user.
getRecommendationStationUri(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
Create a URI needed to play a Users recommended radio.
getRegistered() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getRel() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfLink
 
getReleaseDate() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getReleaseDate() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ReleaseDateEntity
 
getReviews() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ReviewsEntity
 
getReviews() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getScrobbleSource() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ScrobbleSourceEntity
 
getScrobbleSource() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getSession(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Auth
Fetch a session key for a user.
getShouts(String, String, String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Album
Get shouts for this album.
getShouts(String, String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Get shouts for this artist.
getSimilar() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getSimilar(String, String, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Get all the artists similar to this artist.
getSimilar(String, String, String, Boolean, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Track
Get the similar tracks for this track on Last.fm, based on listening data.
getSimilarArtistsStationUri(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
Create the Station URI needed to play an Artists similar artists radio.
getSizes() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.SizesEntity
 
getSizes() - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
getSmallImage() - Method in class net.dontdrinkandroot.lastfm.api.model.User
Convenience method that returns the small image or the default if not available.
getStartDate() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.StartDateEntity
 
getStartDate() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getStreamable() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getStreamable() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getStreamable() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.StreamableEntity
 
getStreamable() - Method in class net.dontdrinkandroot.lastfm.api.model.Streamable
 
getStreamable() - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
getStreamable() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getString() - Method in enum net.dontdrinkandroot.lastfm.api.model.Period
 
getSubscriber() - Method in class net.dontdrinkandroot.lastfm.api.model.Session
 
getSupplierIcon() - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
getSupplierIcon() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.SupplierIconEntity
 
getSupplierName() - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
getSupplierName() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.SupplierNameEntity
 
getSupportsDiscovery() - Method in class net.dontdrinkandroot.lastfm.api.model.Station
 
getTagCount() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getTaggings() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.TaggingsEntity
 
getTaggings() - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
getTags() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getTags(String, String, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Album
Get the tags applied by an individual user to an album on Last.fm.
getTags() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getTags(String, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Get the tags applied by an individual user to an artist on Last.fm.
getTags() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.TagsEntity
 
getTags() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getTickets() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.TicketsEntity
 
getTickets() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getTimestamp() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
getTitle() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.TitleEntity
 
getTitle() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getTitle() - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
getTitle() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getTitle() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
getTo() - Method in class net.dontdrinkandroot.lastfm.api.model.ChartRange
 
getTopAlbums(String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Tag
Get the top albums tagged by this tag, ordered by tag count.
getTopAlbums(String, Period, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Get the top albums listened to by a user.
getTopArtists(String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Tag
Get the top artists tagged by this tag, ordered by tag count.
getTopArtists(String, Period, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Get the top artists listened to by a user.
getTopFansStationUri(String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
Create the URI needed to play an Artists top fans radio.
getTopTags(String, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Album
Get the top tags for an album on Last.fm, ordered by popularity.
getTopTags(String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Get the top tags for an artist on Last.fm, ordered by popularity.
getTopTags() - Static method in class net.dontdrinkandroot.lastfm.api.model.Tag
Fetches the top global tags on Last.fm, sorted by popularity (number oftimes used).
getTopTracks(String, String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Get the top tracks by an artist on Last.fm, ordered by popularity
getTopTracks(String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Tag
Get the top tracks tagged by this tag, ordered by tag count.
getTopTracks(String, Period, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.User
Get the top tracks listened to by a user.
getTotal() - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
getTotal() - Method in interface net.dontdrinkandroot.lastfm.api.model.paginatedresult.PaginatedResult
Get the number of total results.
getTotalPages() - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
getTotalPages() - Method in interface net.dontdrinkandroot.lastfm.api.model.paginatedresult.PaginatedResult
Get the number of total pages.
getTrack() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
getTracks() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getTracks() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.TracksEntity
 
getTracks(String, String, String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Library
A paginated list of all the tracks in a user's library, with play counts and tag counts.
getTracks() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getType() - Method in class net.dontdrinkandroot.lastfm.api.model.Station
 
getUrl() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getUrl() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getUrl() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.UrlEntity
 
getUrl() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getUrl() - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
getUrl() - Method in class net.dontdrinkandroot.lastfm.api.model.ScrobbleSource
 
getUrl() - Method in class net.dontdrinkandroot.lastfm.api.model.Station
 
getUrl() - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
getUrl() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getUrl() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
getUsername() - Method in class net.dontdrinkandroot.lastfm.api.model.Session
 
getUserPlayCount() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getUserPlayCount() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getUserPlayCount() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.UserPlayCountEntity
 
getUserPlayCount() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
getUserTagStation(String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Station
Create the URI needed to play a Users tag radio.
getVenue() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.VenueEntity
 
getVenue() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getVersion() - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
getVotes() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.VotesEntity
 
getVotes() - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
getWebRequestsPerSecond() - Method in class net.dontdrinkandroot.lastfm.api.ws.fetcher.DefaultFetcher
 
getWebRequestsPerSecond() - Method in interface net.dontdrinkandroot.lastfm.api.ws.fetcher.Fetcher
Get the current number of requests per second.
getWebRequestsPerSecond() - Method in class net.dontdrinkandroot.lastfm.api.ws.fetcher.FetchLimitEnforcer
Get the number of requests per second in the compliance interval.
getWebRequestsPerSecond() - Method in class net.dontdrinkandroot.lastfm.api.ws.Fetcher
 
getWebRequestsPerSecond() - Method in class net.dontdrinkandroot.lastfm.api.ws.FetchLimitEnforcer
Get the number of requests per second in the compliance interval.
getWebsite() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.WebsiteEntity
 
getWebsite() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
getWiki() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
getWiki() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
getWiki() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.WikiEntity
 
getWiki() - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
getWiki() - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
Group - Class in net.dontdrinkandroot.lastfm.api.model
 
Group(String) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Group
 
GroupMembersPaginatedFetcher - Class in net.dontdrinkandroot.lastfm.api.util
 
GroupMembersPaginatedFetcher(String) - Constructor for class net.dontdrinkandroot.lastfm.api.util.GroupMembersPaginatedFetcher
 

H

hashCode() - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
hashCode() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
hashCode() - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
hashCode() - Method in class net.dontdrinkandroot.lastfm.api.model.User
Based on the assumption that username is unique.
hasMorePages() - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
hasMorePages() - Method in interface net.dontdrinkandroot.lastfm.api.model.paginatedresult.PaginatedResult
Check if the paginated result has more pages.
HeadlinerEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 

I

IdEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
IdEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
IdEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.IdEntityParser
 
Image - Class in net.dontdrinkandroot.lastfm.api.model
 
Image(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Image
Creates an Image from a Dom Element.
ImageEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
ImageEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
ImageEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.ImageEntityParser
 
ImageSize - Enum in net.dontdrinkandroot.lastfm.api.model
 
INVALID_METHOD_SIGNATURE - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
INVALID_PARAMETERS - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
INVALID_PLAYLIST_ID - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
INVALID_SESSIONKEY - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
INVALID_TOKEN - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
isAlbumArtistCorrected() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
isAlbumCorrected() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
isArtistCorrected() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
isBootstrap() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.BootstrapEntity
 
isBootstrap() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
isCancelled() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.CancelledEntity
 
isCancelled() - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
isFullTrackStreamable() - Method in class net.dontdrinkandroot.lastfm.api.model.Streamable
 
isSearch() - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
isSearch() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.IsSearchEntity
 
IsSearchEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
IsSearchEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
IsSearchEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.IsSearchEntityParser
 
isStreamable() - Method in class net.dontdrinkandroot.lastfm.api.model.Streamable
 
isSubscriber() - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.SubscriberEntity
 
isSubscriber() - Method in class net.dontdrinkandroot.lastfm.api.model.Session
 
isSubscriber() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
isTrackCorrected() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 

L

LastfmResponse - Class in net.dontdrinkandroot.lastfm.api.ws
Encapsulates the last.fm response, this means the deserialized Xml Document and the Expiration as returned by the HTTP header.
LastfmResponse(Document, Long) - Constructor for class net.dontdrinkandroot.lastfm.api.ws.LastfmResponse
 
LastfmWebServices - Interface in net.dontdrinkandroot.lastfm.api.ws
 
LastfmWebServicesException - Exception in net.dontdrinkandroot.lastfm.api
 
LastfmWebServicesException(int, String) - Constructor for exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
LastfmWebServicesException(int, String, Throwable) - Constructor for exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
lat() - Method in class net.dontdrinkandroot.lastfm.api.model.Coordinate
 
LfmEntity - Class in net.dontdrinkandroot.lastfm.api.model
 
LfmEntity() - Constructor for class net.dontdrinkandroot.lastfm.api.model.LfmEntity
 
LfmEntity(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.LfmEntity
Create entity from an xml element.
Library - Class in net.dontdrinkandroot.lastfm.api.model
 
Library() - Constructor for class net.dontdrinkandroot.lastfm.api.model.Library
 
ListenersEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
ListenersEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
ListenersEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.ListenersEntityParser
 
Location - Class in net.dontdrinkandroot.lastfm.api.model
 
Location(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Location
Create a Location from an XML Element.
logger - Variable in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
Our logger.
logger - Variable in class net.dontdrinkandroot.lastfm.api.ws.fetcher.AbstractFetcher
 
lon() - Method in class net.dontdrinkandroot.lastfm.api.model.Coordinate
 

M

MachineTagEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
MatchEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
MatchEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
MatchEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.MatchEntityParser
 
MbidEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
MbidEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
MbidEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.MbidEntityParser
 
MusicBrainzEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
MusicBrainzEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
MusicBrainzEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.MusicBrainzEntityParser
 

N

NameEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
NameEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
NameEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.NameEntityParser
 
net.dontdrinkandroot.lastfm.api - package net.dontdrinkandroot.lastfm.api
 
net.dontdrinkandroot.lastfm.api.model - package net.dontdrinkandroot.lastfm.api.model
 
net.dontdrinkandroot.lastfm.api.model.entitytypes - package net.dontdrinkandroot.lastfm.api.model.entitytypes
 
net.dontdrinkandroot.lastfm.api.model.paginatedresult - package net.dontdrinkandroot.lastfm.api.model.paginatedresult
 
net.dontdrinkandroot.lastfm.api.model.parser - package net.dontdrinkandroot.lastfm.api.model.parser
 
net.dontdrinkandroot.lastfm.api.model.xspf - package net.dontdrinkandroot.lastfm.api.model.xspf
 
net.dontdrinkandroot.lastfm.api.queries - package net.dontdrinkandroot.lastfm.api.queries
 
net.dontdrinkandroot.lastfm.api.util - package net.dontdrinkandroot.lastfm.api.util
 
net.dontdrinkandroot.lastfm.api.ws - package net.dontdrinkandroot.lastfm.api.ws
 
net.dontdrinkandroot.lastfm.api.ws.fetcher - package net.dontdrinkandroot.lastfm.api.ws.fetcher
 
net.dontdrinkandroot.lastfm.api.xml - package net.dontdrinkandroot.lastfm.api.xml
 
NO_MORE_PAGES - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
NoResponseAuthenticatedGetQuery - Class in net.dontdrinkandroot.lastfm.api.queries
 
NoResponseAuthenticatedGetQuery(String) - Constructor for class net.dontdrinkandroot.lastfm.api.queries.NoResponseAuthenticatedGetQuery
 
NoResponsePostQuery - Class in net.dontdrinkandroot.lastfm.api.queries
 
NoResponsePostQuery(String) - Constructor for class net.dontdrinkandroot.lastfm.api.queries.NoResponsePostQuery
 
NowPlayingEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
NowPlayingEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
NowPlayingEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.NowPlayingEntityParser
 

O

openConnection(URL) - Method in class net.dontdrinkandroot.lastfm.api.ws.fetcher.AbstractFetcher
 
OPENING_CONNECTION_FAILED - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 

P

PaginatedFetcher<T> - Interface in net.dontdrinkandroot.lastfm.api.util
 
PaginatedResult<T> - Interface in net.dontdrinkandroot.lastfm.api.model.paginatedresult
Wrapper class for paginated results so you can retrieve the status information to fetch the next page.
parse(Element, DateEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.entitytypes.DateEntityParser
 
parse(Element, AgeEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.AgeEntityParser
 
parse(Element, AlbumEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.AlbumEntityParser
 
parse(Element, AmountEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.AmountEntityParser
 
parse(Element, ArtistEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.ArtistEntityParser
 
parse(Element, AuthorEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.AuthorEntityParser
 
parse(Element, BodyEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.BodyEntityParser
 
parse(Element, BootstrapEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.BootstrapEntityParser
 
parse(Element, BuyLinkEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.BuyLinkEntityParser
 
parse(Element, CountEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.CountEntityParser
 
parse(Element, CountryEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.CountryEntityParser
 
parse(Element, CurrencyEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.CurrencyEntityParser
 
parse(Element, DescriptionEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.DescriptionEntityParser
 
parse(Element, DownloadAffiliationsEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.DownloadAffiliationsEntityParser
 
parse(Element, DurationEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.DurationEntityParser
 
parse(Element, T) - Method in interface net.dontdrinkandroot.lastfm.api.model.parser.EntityParser
 
parse(Element, GenderEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.GenderEntityParser
 
parse(Element, IdEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.IdEntityParser
 
parse(Element, ImageEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.ImageEntityParser
 
parse(Element, IsSearchEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.IsSearchEntityParser
 
parse(Element, ListenersEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.ListenersEntityParser
 
parse(Element, MatchEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.MatchEntityParser
 
parse(Element, MbidEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.MbidEntityParser
 
parse(Element, MusicBrainzEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.MusicBrainzEntityParser
 
parse(Element, NameEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.NameEntityParser
 
parse(Element, NowPlayingEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.NowPlayingEntityParser
 
parse(Element, PhysicalAffiliationsEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.PhysicalAffiliationsEntityParser
 
parse(Element, PlayCountEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.PlayCountEntityParser
 
parse(Element, PriceEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.PriceEntityParser
 
parse(Element, RankEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.RankEntityParser
 
parse(Element, ReachEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.ReachEntityParser
 
parse(Element, RealnameEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.RealnameEntityParser
 
parse(Element, RecentTrackEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.RecentTrackEntityParser
 
parse(Element, ReleaseDateEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.ReleaseDateEntityParser
 
parse(Element, ScrobbleSourceEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.ScrobbleSourceEntityParser
 
parse(Element, StreamableEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.StreamableEntityParser
 
parse(Element, SubscriberEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.SubscriberEntityParser
 
parse(Element, SupplierIconEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.SupplierIconEntityParser
 
parse(Element, SupplierNameEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.SupplierNameEntityParser
 
parse(Element, TaggingsEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.TaggingsEntityParser
 
parse(Element, TagsEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.TagsEntityParser
 
parse(Element, TitleEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.TitleEntityParser
 
parse(Element, TracksEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.TracksEntityParser
 
parse(Element, UrlEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.UrlEntityParser
 
parse(Element, UserEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.UserEntityParser
 
parse(Element, UserPlayCountEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.UserPlayCountEntityParser
 
parse(Element, VenueEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.VenueEntityParser
 
parse(Element, UrlEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.WebsiteEntityParser
 
parse(Element, WikiEntity) - Method in class net.dontdrinkandroot.lastfm.api.model.parser.WikiEntityParser
 
parse(Element) - Method in class net.dontdrinkandroot.lastfm.api.queries.NoResponseAuthenticatedGetQuery
 
parse(Element) - Method in class net.dontdrinkandroot.lastfm.api.queries.NoResponsePostQuery
 
parse(Element) - Method in interface net.dontdrinkandroot.lastfm.api.queries.Query
Parse the result and return the Object model.
parseDoc(InputStream) - Method in class net.dontdrinkandroot.lastfm.api.ws.fetcher.AbstractFetcher
Parse a Document from an XML InputStream.
parseImageSize(String) - Static method in enum net.dontdrinkandroot.lastfm.api.model.ImageSize
 
Parser - Annotation Type in net.dontdrinkandroot.lastfm.api.model.parser
 
Period - Enum in net.dontdrinkandroot.lastfm.api.model
 
PhysicalAffiliationsEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
PhysicalAffiliationsEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
PhysicalAffiliationsEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.PhysicalAffiliationsEntityParser
 
PlayCountEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
PlayCountEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
PlayCountEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.PlayCountEntityParser
 
Playlist - Class in net.dontdrinkandroot.lastfm.api.model
 
Playlist() - Constructor for class net.dontdrinkandroot.lastfm.api.model.Playlist
 
post(Map<String, String>) - Method in class net.dontdrinkandroot.lastfm.api.ws.fetcher.DefaultFetcher
 
post(Map<String, String>) - Method in interface net.dontdrinkandroot.lastfm.api.ws.fetcher.Fetcher
Perform a post request to the Last.fm API.
post(Map<String, String>) - Method in class net.dontdrinkandroot.lastfm.api.ws.Fetcher
 
PostQuery<T extends java.io.Serializable> - Interface in net.dontdrinkandroot.lastfm.api.queries
Denotes a Query that is fetched as POST and needs authentication.
Price - Class in net.dontdrinkandroot.lastfm.api.model
 
Price(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Price
Creates a Price from a DOM Element.
PriceEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
PriceEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
PriceEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.PriceEntityParser
 
PUBLISHED_FORMAT - Static variable in class net.dontdrinkandroot.lastfm.api.model.Wiki
 
putToCache(String, Serializable, long) - Method in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
Store result in cache.
putToCache(String, Serializable, long) - Method in class net.dontdrinkandroot.lastfm.api.ws.DefaultLastfmWebServices
Store result in cache.

Q

Query<T extends java.io.Serializable> - Interface in net.dontdrinkandroot.lastfm.api.queries
Superinterface that has to be implemented by all queries.

R

Radio - Class in net.dontdrinkandroot.lastfm.api.model
 
RankEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
RankEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
RankEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.RankEntityParser
 
ReachEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
ReachEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
ReachEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.ReachEntityParser
 
READING_DOC_FAILED - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
RealnameEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
RealnameEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
RealnameEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.RealnameEntityParser
 
RecentTrackEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
RecentTrackEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
RecentTrackEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.RecentTrackEntityParser
 
ReleaseDateEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
ReleaseDateEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
ReleaseDateEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.ReleaseDateEntityParser
 
removeAlbum(String, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Library
Remove an album from a user's Last.fm library.
removeArtist(String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Library
Remove an artist to a user's Last.fm library.
removeScrobble(String, String, Long, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Library
Remove a scrobble from a user's Last.fm library.
removeTag(String, String, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Album
Remove a user's tag from an album.
removeTag(String, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Artist
Remove a user's tag from an artist.
removeTrack(String, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Library
Remove a track to a user's Last.fm library.
ReviewsEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 

S

Scrobble - Class in net.dontdrinkandroot.lastfm.api.model
 
Scrobble(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
scrobble(String, String, Long, String, Integer, String, String, Long, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Track
Used to add a track-play to a user's profile.
ScrobbleSource - Class in net.dontdrinkandroot.lastfm.api.model
 
ScrobbleSource(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.ScrobbleSource
Create a ScrobbleSource from a Dom Element.
ScrobbleSourceEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
ScrobbleSourceEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
ScrobbleSourceEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.ScrobbleSourceEntityParser
 
search(String, Integer, Integer) - Static method in class net.dontdrinkandroot.lastfm.api.model.Album
Search for an album by name.
Session - Class in net.dontdrinkandroot.lastfm.api.model
 
Session(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Session
Create a Session from a dom4j Element.
Session(String, String, boolean) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Session
 
setAge(Integer) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.AgeEntity
 
setAge(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setAlbum(Album) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.AlbumEntity
 
setAlbum(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setAlbum(Album) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setAlbum(String) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
setAlbumArtist(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setAlbumArtistCorrected(boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setAlbumCorrected(boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setAlbums(List<Album>) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setAmount(Float) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.AmountEntity
 
setAmount(Float) - Method in class net.dontdrinkandroot.lastfm.api.model.Price
 
setAnnotation(String) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setArtist(Artist) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setArtist(Artist) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ArtistEntity
 
setArtist(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setArtist(Artist) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setArtistCorrected(boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setArtists(List<Artist>) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ArtistsEntity
 
setArtists(List<Artist>) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setAttendance(Integer) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.AttendanceEntity
 
setAttendance(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setAttributions(List<XspfAttribution>) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setAuthor(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.AuthorEntity
 
setAuthor(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Shout
 
setBody(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.BodyEntity
 
setBody(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Shout
 
setBootstrap(Boolean) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.BootstrapEntity
 
setBootstrap(Boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setBuyLink(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
setBuyLink(URL) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.BuyLinkEntity
 
setCancelled(Boolean) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.CancelledEntity
 
setCancelled(Boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setCode(int) - Method in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
setContent(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Wiki
 
setContent(String) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfLink
 
setCount(Integer) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.CountEntity
 
setCount(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
setCountry(ISO_3166_1_alpha2) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.CountryEntity
 
setCountry(ISO_3166_1_alpha2) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setCreator(String) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setCreator(String) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
setCurrency(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.CurrencyEntity
 
setCurrency(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Price
 
setDate(Date) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.DateEntity
 
setDate(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.Shout
 
setDate(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setDate(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setDateAdded(Date) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.DateAddedEntity
 
setDateAdded(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
setDescription(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.DescriptionEntity
 
setDescription(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setDocument(Document) - Method in class net.dontdrinkandroot.lastfm.api.ws.LastfmResponse
 
setDownloadAffiliations(List<Affiliation>) - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliations
 
setDownloadAffiliations(List<Affiliation>) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.DownloadAffiliationsEntity
 
setDuration(Long) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.DurationEntity
 
setDuration(Long) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setDuration(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
setEndDate(Date) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.EndDateEntity
 
setEndDate(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setEntries(T) - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
setExpiration(Long) - Method in class net.dontdrinkandroot.lastfm.api.ws.LastfmResponse
 
setExtensions(List<XspfExtension>) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setFetcher(Fetcher) - Method in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
 
setFetcher(Fetcher) - Method in interface net.dontdrinkandroot.lastfm.api.ws.LastfmWebServices
Sets the current fetcher.
setFormat(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.FormatEntity
 
setFormat(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
setFrom(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.ChartRange
 
setFullTrack(Boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Streamable
 
setGender(Gender) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.GenderEntity
 
setGender(Gender) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setHeadliner(Artist) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.HeadlinerEntity
 
setHeadliner(Artist) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setId(Long) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setId(Long) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.IdEntity
 
setId(Long) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setId(Long) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setId(Long) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setId(Long) - Method in class net.dontdrinkandroot.lastfm.api.model.Venue
 
setIdentifier(URI) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setIdentifier(URI) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
setIgnoredMessage(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setIgnoredMessageCode(int) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setImage(URI) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setImage(URI) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
setImages(Map<ImageSize, URL>) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setImages(Map<ImageSize, URL>) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setImages(Map<ImageSize, URL>) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ImageEntity
 
setImages(Map<ImageSize, URL>) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setImages(Map<ImageSize, URL>) - Method in class net.dontdrinkandroot.lastfm.api.model.ScrobbleSource
 
setImages(Map<ImageSize, URL>) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setInfo(URI) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setKey(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Session
 
setLatitude(Float) - Method in class net.dontdrinkandroot.lastfm.api.model.Coordinate
 
setLicense(URI) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setLinks(List<XspfLink>) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setListeners(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setListeners(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setListeners(Integer) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ListenersEntity
 
setListeners(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setLocation(URI) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setLocations(List<URI>) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
setLongitude(Float) - Method in class net.dontdrinkandroot.lastfm.api.model.Coordinate
 
setMachineTag(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.MachineTagEntity
 
setMachineTag(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setMatch(Float) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setMatch(Float) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.MatchEntity
 
setMatch(Float) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setMatch(Float) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setMbid(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setMbid(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setMbid(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.MbidEntity
 
setMbid(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setMetas(List<XspfMeta>) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setName(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setName(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setName(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.NameEntity
 
setName(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Group
 
setName(String) - Method in class net.dontdrinkandroot.lastfm.api.model.ScrobbleSource
 
setName(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Station
 
setName(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
setName(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setName(String) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setName(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Venue
 
setNowPlaying(Boolean) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.NowPlayingEntity
 
setNowPlaying(Boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setNumPlaylists(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setPage(int) - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
setPerPage(int) - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
setPhysicalAffiliations(List<Affiliation>) - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliations
 
setPhysicalAffiliations(List<Affiliation>) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.PhysicalAffiliationsEntity
 
setPlayCount(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setPlayCount(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setPlayCount(Integer) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.PlayCountEntity
 
setPlayCount(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setPlayCount(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setPrice(Price) - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
setPrice(Price) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.PriceEntity
 
setPublished(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.Wiki
 
setRank(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setRank(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setRank(Integer) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.RankEntity
 
setRank(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setReach(Integer) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ReachEntity
 
setReach(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
setRealname(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.RealnameEntity
 
setRealname(String) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setRecentTrack(Track) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.RecentTrackEntity
 
setRecentTrack(Track) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setRegistered(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setRel(String) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfLink
 
setReleaseDate(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setReleaseDate(Date) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ReleaseDateEntity
 
setReviews(Integer) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ReviewsEntity
 
setReviews(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setScrobbleSource(ScrobbleSource) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.ScrobbleSourceEntity
 
setScrobbleSource(ScrobbleSource) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setSearch(Boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
setSearch(Boolean) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.IsSearchEntity
 
setSimilar(List<Artist>) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setSizes(List<Size>) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.SizesEntity
 
setSizes(List<Size>) - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
setStartDate(Date) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.StartDateEntity
 
setStartDate(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setStreamable(Streamable) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setStreamable(Streamable) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setStreamable(Streamable) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.StreamableEntity
 
setStreamable(Boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Streamable
 
setStreamable(Streamable) - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
setStreamable(Streamable) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setSubscriber(Boolean) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.SubscriberEntity
 
setSubscriber(Boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Session
 
setSubscriber(Boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setSupplierIcon(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
setSupplierIcon(URL) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.SupplierIconEntity
 
setSupplierName(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Affiliation
 
setSupplierName(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.SupplierNameEntity
 
setSupportsDiscovery(Boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Station
 
setTagCount(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setTaggings(Integer) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.TaggingsEntity
 
setTaggings(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
setTags(List<Tag>) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setTags(List<Tag>) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setTags(List<Tag>) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.TagsEntity
 
setTags(List<Tag>) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setTickets(List<Ticket>) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.TicketsEntity
 
setTickets(List<Ticket>) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setTimestamp(Long) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setTimeToLive(Properties) - Method in class net.dontdrinkandroot.lastfm.api.ws.AbstractLastfmWebServices
You can specify how long the data of each method should be cached.
setTitle(String) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.TitleEntity
 
setTitle(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setTitle(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
setTitle(String) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setTitle(String) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 
setTo(Date) - Method in class net.dontdrinkandroot.lastfm.api.model.ChartRange
 
setTotal(int) - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
setTotalPages(int) - Method in class net.dontdrinkandroot.lastfm.api.model.paginatedresult.GenericPaginatedResult
 
setTrack(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setTrackCorrected(boolean) - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
setTracks(List<Track>) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setTracks(List<Track>) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.TracksEntity
 
setTracks(List<XspfTrack>) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setType(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Station
 
setUrl(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setUrl(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setUrl(URL) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.UrlEntity
 
setUrl(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setUrl(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
setUrl(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.ScrobbleSource
 
setUrl(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.Station
 
setUrl(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
setUrl(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setUrl(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
setUsername(String) - Method in class net.dontdrinkandroot.lastfm.api.model.Session
 
setUserPlayCount(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setUserPlayCount(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setUserPlayCount(Integer) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.UserPlayCountEntity
 
setUserPlayCount(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
setVenue(Venue) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.VenueEntity
 
setVenue(Venue) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setVersion(Integer) - Method in class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
setVotes(Votes) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.VotesEntity
 
setVotes(Votes) - Method in class net.dontdrinkandroot.lastfm.api.model.Image
 
setWebsite(URL) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.WebsiteEntity
 
setWebsite(URL) - Method in class net.dontdrinkandroot.lastfm.api.model.Event
 
setWiki(Wiki) - Method in class net.dontdrinkandroot.lastfm.api.model.Album
 
setWiki(Wiki) - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
setWiki(Wiki) - Method in interface net.dontdrinkandroot.lastfm.api.model.entitytypes.WikiEntity
 
setWiki(Wiki) - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
setWiki(Wiki) - Method in class net.dontdrinkandroot.lastfm.api.model.Track
 
share(String, String, List<String>, Boolean, String, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Album
Share an album with one or more Last.fm users or other friends.
Shout - Class in net.dontdrinkandroot.lastfm.api.model
 
Shout(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Shout
Creates a Shout from a Dom Element.
Size - Class in net.dontdrinkandroot.lastfm.api.model
 
Size() - Constructor for class net.dontdrinkandroot.lastfm.api.model.Size
 
SizesEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
StartDateEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
Station - Class in net.dontdrinkandroot.lastfm.api.model
 
Station(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Station
Create a Station from a dom4j Element.
STREAM_WAS_NULL - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
Streamable - Class in net.dontdrinkandroot.lastfm.api.model
 
Streamable(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Streamable
Create streamable information from dom4j element.
StreamableEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
StreamableEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
StreamableEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.StreamableEntityParser
 
SubscriberEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
SubscriberEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
SubscriberEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.SubscriberEntityParser
 
SupplierIconEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
SupplierIconEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
SupplierIconEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.SupplierIconEntityParser
 
SupplierNameEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
SupplierNameEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
SupplierNameEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.SupplierNameEntityParser
 

T

Tag - Class in net.dontdrinkandroot.lastfm.api.model
 
Tag() - Constructor for class net.dontdrinkandroot.lastfm.api.model.Tag
 
Tag(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Tag
Construct Tag from dom Element.
Tag(String) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Tag
 
TaggingsEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
TaggingsEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
TaggingsEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.TaggingsEntityParser
 
TagsEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
TagsEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
TagsEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.TagsEntityParser
 
Tasteometer - Class in net.dontdrinkandroot.lastfm.api.model
 
Tasteometer() - Constructor for class net.dontdrinkandroot.lastfm.api.model.Tasteometer
 
Ticket - Class in net.dontdrinkandroot.lastfm.api.model
 
Ticket() - Constructor for class net.dontdrinkandroot.lastfm.api.model.Ticket
 
TicketsEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
TitleEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
TitleEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
TitleEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.TitleEntityParser
 
toGender(Element) - Static method in class net.dontdrinkandroot.lastfm.api.xml.DomUtils
 
TOO_MANY_REQUESTS - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
toString() - Method in class net.dontdrinkandroot.lastfm.api.model.Artist
 
toString() - Method in class net.dontdrinkandroot.lastfm.api.model.Scrobble
 
toString() - Method in class net.dontdrinkandroot.lastfm.api.model.Tag
 
toString() - Method in class net.dontdrinkandroot.lastfm.api.model.User
 
Track - Class in net.dontdrinkandroot.lastfm.api.model
 
Track(String) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Track
 
Track(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Track
Create a track from a dom4j element.
TracksEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
TracksEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
TracksEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.TracksEntityParser
 
TracksPaginatedResult - Class in net.dontdrinkandroot.lastfm.api.model.paginatedresult
 
TracksPaginatedResult(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.paginatedresult.TracksPaginatedResult
 
tune(URI, ISO_639_1, String) - Static method in class net.dontdrinkandroot.lastfm.api.model.Radio
Tune in to a Last.fm radio station.

U

UnauthenticatedGetQuery<T extends java.io.Serializable> - Interface in net.dontdrinkandroot.lastfm.api.queries
Denotes a query that is fetched as a GET request and does not need authentication.
UnauthenticatedQuery<T extends java.io.Serializable> - Interface in net.dontdrinkandroot.lastfm.api.queries
Denotes a query that does not need authentication.
UNMARSHALLING_FAILED - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
UNSUPPORTED_PROTOCOL - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 
UrlEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
UrlEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
UrlEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.UrlEntityParser
 
User - Class in net.dontdrinkandroot.lastfm.api.model
 
User(String) - Constructor for class net.dontdrinkandroot.lastfm.api.model.User
 
User(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.User
Create a user from a dom element.
UserEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
UserEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
UserEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.UserEntityParser
 
UserFriendsPaginatedFetcher - Class in net.dontdrinkandroot.lastfm.api.util
 
UserFriendsPaginatedFetcher(String) - Constructor for class net.dontdrinkandroot.lastfm.api.util.UserFriendsPaginatedFetcher
 
UserPlayCountEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
UserPlayCountEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
UserPlayCountEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.UserPlayCountEntityParser
 
UsersPaginatedResult - Class in net.dontdrinkandroot.lastfm.api.model.paginatedresult
 
UsersPaginatedResult(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.paginatedresult.UsersPaginatedResult
 

V

valueOf(String) - Static method in enum net.dontdrinkandroot.lastfm.api.model.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dontdrinkandroot.lastfm.api.model.ImageSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dontdrinkandroot.lastfm.api.model.Period
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.dontdrinkandroot.lastfm.api.model.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.dontdrinkandroot.lastfm.api.model.ImageSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.dontdrinkandroot.lastfm.api.model.Period
Returns an array containing the constants of this enum type, in the order they are declared.
Venue - Class in net.dontdrinkandroot.lastfm.api.model
 
Venue(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Venue
Create a Venue from an XML element.
VenueEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
VenueEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
VenueEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.VenueEntityParser
 
Votes - Class in net.dontdrinkandroot.lastfm.api.model
 
Votes() - Constructor for class net.dontdrinkandroot.lastfm.api.model.Votes
 
VotesEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 

W

waitForTimeslot() - Method in class net.dontdrinkandroot.lastfm.api.ws.fetcher.FetchLimitEnforcer
Block as long as it is necessary to comply with the request/second limit.
waitForTimeslot() - Method in class net.dontdrinkandroot.lastfm.api.ws.FetchLimitEnforcer
Block as long as it is necessary to comply with the request/second limit.
WebsiteEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
WebsiteEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
WebsiteEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.WebsiteEntityParser
 
Wiki - Class in net.dontdrinkandroot.lastfm.api.model
 
Wiki(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.Wiki
Generate Wiki from an XML Element.
WikiEntity - Interface in net.dontdrinkandroot.lastfm.api.model.entitytypes
 
WikiEntityParser - Class in net.dontdrinkandroot.lastfm.api.model.parser
 
WikiEntityParser() - Constructor for class net.dontdrinkandroot.lastfm.api.model.parser.WikiEntityParser
 
WRITING_POST_DATA_FAILED - Static variable in exception net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
 

X

XspfAttribution - Class in net.dontdrinkandroot.lastfm.api.model.xspf
 
XspfAttribution() - Constructor for class net.dontdrinkandroot.lastfm.api.model.xspf.XspfAttribution
 
XspfExtension - Class in net.dontdrinkandroot.lastfm.api.model.xspf
 
XspfExtension() - Constructor for class net.dontdrinkandroot.lastfm.api.model.xspf.XspfExtension
 
XspfExtensionNode - Class in net.dontdrinkandroot.lastfm.api.model.xspf
 
XspfExtensionNode() - Constructor for class net.dontdrinkandroot.lastfm.api.model.xspf.XspfExtensionNode
 
XspfLink - Class in net.dontdrinkandroot.lastfm.api.model.xspf
 
XspfLink(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.xspf.XspfLink
 
XspfMeta - Class in net.dontdrinkandroot.lastfm.api.model.xspf
 
XspfMeta() - Constructor for class net.dontdrinkandroot.lastfm.api.model.xspf.XspfMeta
 
XspfPlaylist - Class in net.dontdrinkandroot.lastfm.api.model.xspf
 
XspfPlaylist(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.xspf.XspfPlaylist
 
XspfTrack - Class in net.dontdrinkandroot.lastfm.api.model.xspf
 
XspfTrack(Element) - Constructor for class net.dontdrinkandroot.lastfm.api.model.xspf.XspfTrack
 

A B C D E F G H I L M N O P Q R S T U V W X

Copyright © 2012. All Rights Reserved.