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

A

addAlbum(String, String, Session) - Static method in class net.roarsoftware.lastfm.Library
Add an album to a user's Last.fm library
addArtist(String, Session) - Static method in class net.roarsoftware.lastfm.Library
Add an artist to a user's Last.fm library
addTags(String, String, String, Session) - Static method in class net.roarsoftware.lastfm.Album
Tag an album using a list of user supplied tags.
addTags(String, String, Session) - Static method in class net.roarsoftware.lastfm.Artist
Tag an artist with one or more user supplied tags.
addTags(String, String, String, Session) - Static method in class net.roarsoftware.lastfm.Track
Tag an album using a list of user supplied tags.
addTrack(String, String, Session) - Static method in class net.roarsoftware.lastfm.Library
Add a track to a user's Last.fm library
addTrack(int, String, String, Session) - Static method in class net.roarsoftware.lastfm.Playlist
Add a track to a Last.fm user's playlist.
Album - Class in net.roarsoftware.lastfm
Bean for Album info.
Album(String, String, String) - Constructor for class net.roarsoftware.lastfm.Album
 
Album(String, String, String, int, int, boolean, String) - Constructor for class net.roarsoftware.lastfm.Album
 
album - Variable in class net.roarsoftware.lastfm.Track
 
ALBUM_PAGE - Static variable in class net.roarsoftware.lastfm.Track
 
albumMbid - Variable in class net.roarsoftware.lastfm.Track
 
Artist - Class in net.roarsoftware.lastfm
Bean that contains artist information.
This class contains static methods that executes API methods relating to artists.
Method names are equivalent to the last.fm API method names.
Artist(String, String) - Constructor for class net.roarsoftware.lastfm.Artist
 
Artist(String, String, String, int, int, boolean) - Constructor for class net.roarsoftware.lastfm.Artist
 
artist - Variable in class net.roarsoftware.lastfm.Track
 
ARTIST_PAGE - Static variable in class net.roarsoftware.lastfm.Track
 
artistFans(String) - Static method in class net.roarsoftware.lastfm.Radio.RadioStation
 
artistMbid - Variable in class net.roarsoftware.lastfm.Track
 
attend(String, Event.AttendanceStatus, Session) - Static method in class net.roarsoftware.lastfm.Event
Set a user's attendance status for an event.
Authenticator - Class in net.roarsoftware.lastfm
Provides bindings for the authentication methods of the last.fm API.
availableSizes() - Method in class net.roarsoftware.lastfm.ImageHolder
Returns a Set of all ImageSizes available.

B

BADAUTH - Static variable in class net.roarsoftware.lastfm.scrobble.ResponseStatus
 
BADSESSION - Static variable in class net.roarsoftware.lastfm.scrobble.ResponseStatus
 
BADTIME - Static variable in class net.roarsoftware.lastfm.scrobble.ResponseStatus
 
ban(String, String, Session) - Static method in class net.roarsoftware.lastfm.Track
Ban a track for a given user profile.
BANNED - Static variable in class net.roarsoftware.lastfm.scrobble.ResponseStatus
 

C

Cache - Class in net.roarsoftware.lastfm.cache
The Cache handles storing and loading to a permanent storage for last.fm api requests.
Cache() - Constructor for class net.roarsoftware.lastfm.cache.Cache
 
cacheRecentWeeklyCharts - Variable in class net.roarsoftware.lastfm.cache.DefaultExpirationPolicy
Contains the expiration time for weekly chart data for the current week, which is one week by default; last.fm TOS says: "You agree to cache similar artist and any chart data (top tracks, top artists, top albums) for a minimum of one week." but they might be outdated the next day.
cacheScrobble(Collection<SubmissionData>) - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
cacheScrobble(SubmissionData...) - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
cacheScrobble(SubmissionData...) - Method in interface net.roarsoftware.lastfm.cache.ScrobbleCache
Caches one or more SubmissionData.
cacheScrobble(Collection<SubmissionData>) - Method in interface net.roarsoftware.lastfm.cache.ScrobbleCache
Caches a collection of SubmissionData.
call(String, String, String...) - Method in class net.roarsoftware.lastfm.Caller
 
call(String, String, Map<String, String>) - Method in class net.roarsoftware.lastfm.Caller
 
call(String, Session, String...) - Method in class net.roarsoftware.lastfm.Caller
 
call(String, Session, Map<String, String>) - Method in class net.roarsoftware.lastfm.Caller
 
Caller - Class in net.roarsoftware.lastfm
The Caller class handles the low-level communication between the client and last.fm.
Direct usage of this class should be unnecessary since all method calls are available via the methods in the Artist, Album, User, etc.
CallException - Exception in net.roarsoftware.lastfm
 
CallException() - Constructor for exception net.roarsoftware.lastfm.CallException
 
CallException(Throwable) - Constructor for exception net.roarsoftware.lastfm.CallException
 
CallException(String) - Constructor for exception net.roarsoftware.lastfm.CallException
 
CallException(String, Throwable) - Constructor for exception net.roarsoftware.lastfm.CallException
 
Chart<T extends MusicEntry> - Class in net.roarsoftware.lastfm
Bean for Chart information.
Chart(Date, Date, Collection<T>) - Constructor for class net.roarsoftware.lastfm.Chart
 
cleanUp(String) - Static method in class net.roarsoftware.util.StringUtilities
Strips all characters from a String, that might be invalid to be used in file names.
clear() - Method in class net.roarsoftware.lastfm.cache.Cache
Clears the cache by effectively removing all cached data.
clear() - Method in class net.roarsoftware.lastfm.cache.DatabaseCache
 
clear() - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
clear() - Method in class net.roarsoftware.lastfm.cache.MemoryCache
 
clearScrobbleCache() - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
clearScrobbleCache() - Method in interface net.roarsoftware.lastfm.cache.ScrobbleCache
Clears all cached scrobbles from this cache.
compare(Tasteometer.InputType, String, Tasteometer.InputType, String, String) - Static method in class net.roarsoftware.lastfm.Tasteometer
Get a Tasteometer score from two inputs, along with a list of shared artists.
compareTo(Tag) - Method in class net.roarsoftware.lastfm.Tag
 
conn - Variable in class net.roarsoftware.lastfm.cache.DatabaseCache
 
contains(String) - Method in class net.roarsoftware.lastfm.cache.Cache
Checks if the cache contains an entry with the given name.
contains(String) - Method in class net.roarsoftware.lastfm.cache.DatabaseCache
 
contains(String) - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
contains(String) - Method in class net.roarsoftware.lastfm.cache.MemoryCache
 
create(String, String, Session) - Static method in class net.roarsoftware.lastfm.Playlist
Creates a Last.fm playlist.
createCacheEntryName(String, Map<String, String>) - Static method in class net.roarsoftware.lastfm.cache.Cache
Creates a unique entry name string for a request.
createSession(String, String, String) - Static method in class net.roarsoftware.lastfm.Session
Restores a Session instance with the given session key.
createSession(String, String, String, String, boolean) - Static method in class net.roarsoftware.lastfm.Session
Restores a Session instance with the given session key.
createTable() - Method in class net.roarsoftware.lastfm.cache.DatabaseCache
 

D

DatabaseCache - Class in net.roarsoftware.lastfm.cache
Generic class for caching into a database.
DatabaseCache(Connection) - Constructor for class net.roarsoftware.lastfm.cache.DatabaseCache
 
decode(String) - Static method in class net.roarsoftware.util.StringUtilities
 
DefaultExpirationPolicy - Class in net.roarsoftware.lastfm.cache
This Policy maintains a list of methods which should be cached one week.
DefaultExpirationPolicy() - Constructor for class net.roarsoftware.lastfm.cache.DefaultExpirationPolicy
 
DomElement - Class in net.roarsoftware.xml
DomElement wraps around an Element and provides convenience methods.
DomElement(Element) - Constructor for class net.roarsoftware.xml.DomElement
Creates a new wrapper around the given Element.
duration - Variable in class net.roarsoftware.lastfm.Track
 

E

encode(String) - Static method in class net.roarsoftware.util.StringUtilities
 
Event - Class in net.roarsoftware.lastfm
Bean for Events.
Event.AttendanceStatus - Enum in net.roarsoftware.lastfm
Enumeration for the attendance status parameter of the attend operation.
Event.TicketSupplier - Class in net.roarsoftware.lastfm
 
Event.TicketSupplier(String, String) - Constructor for class net.roarsoftware.lastfm.Event.TicketSupplier
 
ExpirationPolicy - Interface in net.roarsoftware.lastfm.cache
The ExpirationPolicy decides if and how long a request should be cached.

F

FAILED - Static variable in class net.roarsoftware.lastfm.scrobble.ResponseStatus
 
fetch(String, String) - Static method in class net.roarsoftware.lastfm.Playlist
Fetches a playlist using a lastfm playlist url.
fetchAlbumPlaylist(String, String) - Static method in class net.roarsoftware.lastfm.Playlist
Fetches an album playlist, which contains the tracks of the specified album.
fetchTagPlaylist(String, String) - Static method in class net.roarsoftware.lastfm.Playlist
Fetches a playlist of freetracks for a given tag name.
fetchUserPlaylist(int, String) - Static method in class net.roarsoftware.lastfm.Playlist
Fetches a user-created playlist.
FileSystemCache - Class in net.roarsoftware.lastfm.cache
Standard Cache implementation which is used by default by the Caller class.
FileSystemCache() - Constructor for class net.roarsoftware.lastfm.cache.FileSystemCache
 
FileSystemCache(File) - Constructor for class net.roarsoftware.lastfm.cache.FileSystemCache
 
filter(Collection<Tag>, double) - Static method in class net.roarsoftware.lastfm.Tag
Filters tags from the given list; retains only those tags with a count higher than the given percentage of the total sum as from Tag.getTagCountSum(Collection).
fullTrackAvailable - Variable in class net.roarsoftware.lastfm.Track
 

G

Geo - Class in net.roarsoftware.lastfm
Provides nothing more than a namespace for the API methods starting with geo.
getAge() - Method in class net.roarsoftware.lastfm.User
 
getAlbum() - Method in class net.roarsoftware.lastfm.Track
 
getAlbumMbid() - Method in class net.roarsoftware.lastfm.Track
 
getAlbums(String, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves a paginated list of all the albums in a user's library.
getAlbums(String, int, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves a paginated list of all the albums in a user's library.
getAlbums(String, int, int, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves a paginated list of all the albums in a user's library.
getAllAlbums(String, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves all albums in a user's library.
getAllArtists(String, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves all artists in a user's library.
getAllEvents(String, String, String) - Static method in class net.roarsoftware.lastfm.Geo
Get all events in a specific location by country or city name.
This method returns all events by subsequently calling Geo.getEvents(String, String, int, String) and concatenating the single results into one list.
Pay attention if you use this method as it may produce a lot of network traffic and therefore may consume a long time.
getAllTracks(String, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves all tracks in a user's library.
getAnnotation() - Method in class net.roarsoftware.lastfm.Playlist
 
getApiKey() - Method in class net.roarsoftware.lastfm.Session
 
getArtist() - Method in class net.roarsoftware.lastfm.Album
 
getArtist() - Method in class net.roarsoftware.lastfm.Track
 
getArtistMbid() - Method in class net.roarsoftware.lastfm.Track
 
getArtists() - Method in class net.roarsoftware.lastfm.Event
 
getArtists(String, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves a paginated list of all the artists in a user's library.
getArtists(String, int, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves a paginated list of all the artists in a user's library.
getArtists(String, int, int, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves a paginated list of all the artists in a user's library.
getAttendance() - Method in class net.roarsoftware.lastfm.Event
 
getAttendees(String, String) - Static method in class net.roarsoftware.lastfm.Event
Get a list of attendees for an event.
getAttribute(String) - Method in class net.roarsoftware.xml.DomElement
Returns the attribute value to a given attribute name or null if the attribute doesn't exist.
getCache() - Method in class net.roarsoftware.lastfm.Caller
Returns the current Cache.
getChild(String) - Method in class net.roarsoftware.xml.DomElement
Returns the child element with the given name or null if it doesn't exist.
getChildren() - Method in class net.roarsoftware.xml.DomElement
 
getChildren(String) - Method in class net.roarsoftware.xml.DomElement
Returns all children of this element with the given tag name.
getChildText(String) - Method in class net.roarsoftware.xml.DomElement
Returns the text content of a child node with the given name.
getCity() - Method in class net.roarsoftware.lastfm.Venue
 
getCode() - Method in enum net.roarsoftware.lastfm.scrobble.Rating
Returns the corresponding code for this rating.
getCode() - Method in enum net.roarsoftware.lastfm.scrobble.Source
Returns the corresponding code for this source.
getContentElement() - Method in class net.roarsoftware.lastfm.Result
 
getCount() - Method in class net.roarsoftware.lastfm.Tag
 
getCountry() - Method in class net.roarsoftware.lastfm.User
 
getCountry() - Method in class net.roarsoftware.lastfm.Venue
 
getCreator() - Method in class net.roarsoftware.lastfm.Playlist
 
getDateAdded() - Method in class net.roarsoftware.lastfm.Image
 
getDescription() - Method in class net.roarsoftware.lastfm.Event
 
getDuration() - Method in class net.roarsoftware.lastfm.Track
Returns the duration of the song, if available, in seconds.
getElement() - Method in class net.roarsoftware.xml.DomElement
 
getEntries() - Method in class net.roarsoftware.lastfm.Chart
 
getErrorCode() - Method in class net.roarsoftware.lastfm.Result
 
getErrorMessage() - Method in class net.roarsoftware.lastfm.Result
 
getEvents(String, String) - Static method in class net.roarsoftware.lastfm.Artist
Returns a list of upcoming events for an artist.
getEvents(String, String, String) - Static method in class net.roarsoftware.lastfm.Geo
Get all events in a specific location by country or city name.
This method only returns the first page of a possibly paginated result.
getEvents(String, String, int, String) - Static method in class net.roarsoftware.lastfm.Geo
Get all events in a specific location by country or city name.
This method only returns the specified page of a paginated result.
getEvents(double, double, int, String) - Static method in class net.roarsoftware.lastfm.Geo
Get all events in a specific location by country or city name.
This method only returns the specified page of a paginated result.
getEvents(String, String) - Static method in class net.roarsoftware.lastfm.User
GetS a list of upcoming events that this user is attending.
getEvents(String, String) - Static method in class net.roarsoftware.lastfm.Venue
Get a list of upcoming events at this venue.
getExpirationPolicy() - Method in class net.roarsoftware.lastfm.cache.Cache
Returns the active ExpirationPolicy
getExpirationTime(String, Map<String, String>) - Method in class net.roarsoftware.lastfm.cache.DefaultExpirationPolicy
 
getExpirationTime(String, Map<String, String>) - Method in interface net.roarsoftware.lastfm.cache.ExpirationPolicy
Returns the time in milliseconds a request of the given method should be cached.
getFormat() - Method in class net.roarsoftware.lastfm.Image
 
getFriends(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getFriends(String, boolean, int, String) - Static method in class net.roarsoftware.lastfm.User
 
getFrom() - Method in class net.roarsoftware.lastfm.Chart
 
getGender() - Method in class net.roarsoftware.lastfm.User
 
getHeadliner() - Method in class net.roarsoftware.lastfm.Event
 
getHttpErrorCode() - Method in class net.roarsoftware.lastfm.Result
 
getId() - Method in class net.roarsoftware.lastfm.Album
 
getId() - Method in enum net.roarsoftware.lastfm.Event.AttendanceStatus
 
getId() - Method in class net.roarsoftware.lastfm.Event
 
getId() - Method in class net.roarsoftware.lastfm.Playlist
 
getId() - Method in class net.roarsoftware.lastfm.Venue
 
getImages(String, String) - Static method in class net.roarsoftware.lastfm.Artist
Get Images for this artist in a variety of sizes.
getImages(String, int, int, String) - Static method in class net.roarsoftware.lastfm.Artist
Get Images for this artist in a variety of sizes.
getImageURL(ImageSize) - Method in class net.roarsoftware.lastfm.ImageHolder
Returns the URL of the image in the specified size, or null if not available.
getImageURL() - Method in class net.roarsoftware.lastfm.User
 
getInfo(String, String, String) - Static method in class net.roarsoftware.lastfm.Album
Get the metadata for an album on Last.fm using the album name or a musicbrainz id.
getInfo(String, String) - Static method in class net.roarsoftware.lastfm.Artist
Retrieves detailed artist info for the given artist or mbid entry.
getInfo(String, Locale, String) - Static method in class net.roarsoftware.lastfm.Artist
Retrieves detailed artist info for the given artist or mbid entry.
getInfo(String, String) - Static method in class net.roarsoftware.lastfm.Event
Get the metadata for an event on Last.fm.
getInfo(String, String, String) - Static method in class net.roarsoftware.lastfm.Track
Get the metadata for a track on Last.fm using the artist/track name or a musicbrainz id.
getInfo(Session) - Static method in class net.roarsoftware.lastfm.User
Retrieves profile information about the current authenticated user.
getInstance() - Static method in class net.roarsoftware.lastfm.Caller
Returns the single instance of the Caller class.
getKey() - Method in class net.roarsoftware.lastfm.Session
 
getLanguage() - Method in class net.roarsoftware.lastfm.User
 
getLastFmInfo(String) - Method in class net.roarsoftware.lastfm.Track
Returns last.fm specific information about this Track.
getLastResult() - Method in class net.roarsoftware.lastfm.Caller
Returns the Result of the last operation, or null if no call operation has been performed yet.
getLatitude() - Method in class net.roarsoftware.lastfm.Venue
 
getListeners() - Method in class net.roarsoftware.lastfm.MusicEntry
 
getLocation() - Method in class net.roarsoftware.lastfm.Track
Returns the location (URL) of this Track.
getLongitude() - Method in class net.roarsoftware.lastfm.Venue
 
getLovedTracks(String, String) - Static method in class net.roarsoftware.lastfm.User
Gets the last 50 tracks loved by a user.
getMatches() - Method in class net.roarsoftware.lastfm.Tasteometer.ComparisonResult
Returns a list of artist matches, i.e.
getMbid() - Method in class net.roarsoftware.lastfm.MusicEntry
 
getMembers(String, String) - Static method in class net.roarsoftware.lastfm.Group
 
getMembers(String, int, String) - Static method in class net.roarsoftware.lastfm.Group
 
getMessage() - Method in class net.roarsoftware.lastfm.scrobble.ResponseStatus
Returns the optional error message, which is only available if status is FAILED, or null, if no message is available.
getMobileSession(String, String, String, String) - Static method in class net.roarsoftware.lastfm.Authenticator
Create a web service session for a user.
getName() - Method in class net.roarsoftware.lastfm.Event.TicketSupplier
 
getName() - Method in class net.roarsoftware.lastfm.MusicEntry
 
getName() - Method in class net.roarsoftware.lastfm.Tag
 
getName() - Method in class net.roarsoftware.lastfm.User
 
getName() - Method in class net.roarsoftware.lastfm.Venue
 
getNeighbours(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getNeighbours(String, int, String) - Static method in class net.roarsoftware.lastfm.User
 
getNumPlaylists() - Method in class net.roarsoftware.lastfm.User
 
getOwner() - Method in class net.roarsoftware.lastfm.Image
 
getPage() - Method in class net.roarsoftware.lastfm.PaginatedResult
Returns the page number of this result.
getPageResults() - Method in class net.roarsoftware.lastfm.PaginatedResult
Returns a list of entries of the type T for this page.
getPastEvents(String, String) - Static method in class net.roarsoftware.lastfm.User
Get the first page of a paginated result of all events a user has attended in the past.
getPastEvents(String, int, int, String) - Static method in class net.roarsoftware.lastfm.User
Gets a paginated list of all events a user has attended in the past.
getPastEvents(String, String) - Static method in class net.roarsoftware.lastfm.Venue
Get a paginated list of all the events held at this venue in the past.
getPastEvents(String, int, String) - Static method in class net.roarsoftware.lastfm.Venue
Get a paginated list of all the events held at this venue in the past.
getPlaycount() - Method in class net.roarsoftware.lastfm.MusicEntry
 
getPlaycount() - Method in class net.roarsoftware.lastfm.User
 
getPlayedWhen() - Method in class net.roarsoftware.lastfm.Track
Returns the time when the track was played, if this data is available (e.g.
getPlaylist() - Method in class net.roarsoftware.lastfm.Radio
Fetches a new radio playlist.
getPlaylist(boolean, boolean) - Method in class net.roarsoftware.lastfm.Radio
Fetches a new radio playlist.
getPlaylists(String, String) - Static method in class net.roarsoftware.lastfm.User
Gets a list of a user's playlists on Last.fm.
getPosition() - Method in class net.roarsoftware.lastfm.Track
Returns the position of this track in its associated album, or -1 if not available.
getPostal() - Method in class net.roarsoftware.lastfm.Venue
 
getProxy() - Method in class net.roarsoftware.lastfm.Caller
 
getRecentTracks(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getRecentTracks(String, int, String) - Static method in class net.roarsoftware.lastfm.User
 
getRecommendedArtists(Session) - Static method in class net.roarsoftware.lastfm.User
Get Last.fm artist recommendations for a user.
getRecommendedArtists(int, Session) - Static method in class net.roarsoftware.lastfm.User
Get Last.fm artist recommendations for a user.
getRecommendedEvents(Session) - Static method in class net.roarsoftware.lastfm.User
 
getRecommendedEvents(int, Session) - Static method in class net.roarsoftware.lastfm.User
 
getRecommendedEvents(int, int, Session) - Static method in class net.roarsoftware.lastfm.User
 
getReleaseDate() - Method in class net.roarsoftware.lastfm.Album
 
getResultDocument() - Method in class net.roarsoftware.lastfm.Result
 
getReviews() - Method in class net.roarsoftware.lastfm.Event
 
getScore() - Method in class net.roarsoftware.lastfm.Tasteometer.ComparisonResult
Returns the compatability score between 0.0 (no compatability) and 1.0 (highest compatability).
getSecret() - Method in class net.roarsoftware.lastfm.Session
 
getSession(String, String, String) - Static method in class net.roarsoftware.lastfm.Authenticator
Fetch a session key for a user.
getSimilar() - Method in class net.roarsoftware.lastfm.Artist
Returns a list of similar Artists.
getSimilar(String, String) - Static method in class net.roarsoftware.lastfm.Artist
Calls Artist.getSimilar(String, int, String) with the default limit of 100.
getSimilar(String, int, String) - Static method in class net.roarsoftware.lastfm.Artist
Returns limit similar artists to the given one.
getSimilar(String, String) - Static method in class net.roarsoftware.lastfm.Tag
 
getSimilar(String, String, String, String) - Static method in class net.roarsoftware.lastfm.Track
Get the similar tracks for this track on Last.fm, based on listening data.
You have to provide either an artist and a track name or an mbid.
getSimilarityMatch() - Method in class net.roarsoftware.lastfm.Artist
 
getSize() - Method in class net.roarsoftware.lastfm.Playlist
 
getStartDate() - Method in class net.roarsoftware.lastfm.Event
 
getStationName() - Method in class net.roarsoftware.lastfm.Radio
 
getStationUrl() - Method in class net.roarsoftware.lastfm.Radio
 
getStatus() - Method in class net.roarsoftware.lastfm.Result
 
getStatus() - Method in class net.roarsoftware.lastfm.scrobble.ResponseStatus
Returns the result status code of the operation, which is one of the integer constants defined in this class.
getStreet() - Method in class net.roarsoftware.lastfm.Venue
 
getString() - Method in enum net.roarsoftware.lastfm.Period
 
getTagCountSum(Collection<Tag>) - Static method in class net.roarsoftware.lastfm.Tag
Returns the sum of all count elements in the results.
getTagName() - Method in class net.roarsoftware.xml.DomElement
Returns this element's tag name.
getTags(String, String, Session) - Static method in class net.roarsoftware.lastfm.Album
Get the tags applied by an individual user to an album on Last.fm.
getTags(String, Session) - Static method in class net.roarsoftware.lastfm.Artist
Get the tags applied by an individual user to an artist on Last.fm.
getTags() - Method in class net.roarsoftware.lastfm.MusicEntry
 
getTags(String, String, Session) - Static method in class net.roarsoftware.lastfm.Track
Get the tags applied by an individual user to an track on Last.fm.
getText() - Method in class net.roarsoftware.xml.DomElement
 
getThumbsDown() - Method in class net.roarsoftware.lastfm.Image
 
getThumbsUp() - Method in class net.roarsoftware.lastfm.Image
 
getTicketSuppliers() - Method in class net.roarsoftware.lastfm.Event
 
getTimezone() - Method in class net.roarsoftware.lastfm.Venue
 
getTitle() - Method in class net.roarsoftware.lastfm.Event
 
getTitle() - Method in class net.roarsoftware.lastfm.Image
 
getTitle() - Method in class net.roarsoftware.lastfm.Playlist
 
getTo() - Method in class net.roarsoftware.lastfm.Chart
 
getToken(String) - Static method in class net.roarsoftware.lastfm.Authenticator
Fetch an unathorized request token for an API account.
getTopAlbums(String, String) - Static method in class net.roarsoftware.lastfm.Artist
Returns a list of the given artist's top albums.
getTopAlbums(String, String) - Static method in class net.roarsoftware.lastfm.Tag
 
getTopAlbums(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getTopAlbums(String, Period, String) - Static method in class net.roarsoftware.lastfm.User
 
getTopArtists(String, String) - Static method in class net.roarsoftware.lastfm.Geo
Get the most popular artists on Last.fm by country
getTopArtists(String, String) - Static method in class net.roarsoftware.lastfm.Tag
 
getTopArtists(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getTopArtists(String, Period, String) - Static method in class net.roarsoftware.lastfm.User
 
getTopFans(String, String) - Static method in class net.roarsoftware.lastfm.Artist
Retrieves a list of the top fans of the given artist.
getTopFans(String, String, String) - Static method in class net.roarsoftware.lastfm.Track
Retrieves the top fans for the given track.
getTopTags(String, String) - Static method in class net.roarsoftware.lastfm.Artist
Retrieves the top tags for the given artist.
getTopTags(String) - Static method in class net.roarsoftware.lastfm.Tag
 
getTopTags(String, String, String) - Static method in class net.roarsoftware.lastfm.Track
Retrieves the top tags for the given track.
getTopTags(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getTopTags(String, int, String) - Static method in class net.roarsoftware.lastfm.User
 
getTopTracks(String, String) - Static method in class net.roarsoftware.lastfm.Artist
Get the top tracks by an artist on Last.fm, ordered by popularity
getTopTracks(String, String) - Static method in class net.roarsoftware.lastfm.Geo
Get the most popular tracks on Last.fm by country
getTopTracks(String, String) - Static method in class net.roarsoftware.lastfm.Tag
 
getTopTracks(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getTopTracks(String, Period, String) - Static method in class net.roarsoftware.lastfm.User
 
getTotalPages() - Method in class net.roarsoftware.lastfm.PaginatedResult
Returns the total number of pages available.
getTracks(String, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves a paginated list of all the tracks in a user's library.
getTracks(String, int, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves a paginated list of all the tracks in a user's library.
getTracks(String, int, int, String) - Static method in class net.roarsoftware.lastfm.Library
Retrieves a paginated list of all the tracks in a user's library.
getTracks() - Method in class net.roarsoftware.lastfm.Playlist
 
getType() - Method in class net.roarsoftware.lastfm.Radio
 
getUrl() - Method in class net.roarsoftware.lastfm.Event
Returns the last.fm event url, i.e.
getUrl() - Method in class net.roarsoftware.lastfm.Image
 
getUrl() - Method in class net.roarsoftware.lastfm.MusicEntry
 
getUrl() - Method in class net.roarsoftware.lastfm.Radio.RadioStation
 
getUrl() - Method in class net.roarsoftware.lastfm.Tag
 
getUrl() - Method in class net.roarsoftware.lastfm.User
 
getUrl() - Method in class net.roarsoftware.lastfm.Venue
 
getUserAgent() - Method in class net.roarsoftware.lastfm.Caller
 
getUsername() - Method in class net.roarsoftware.lastfm.Session
 
getVenue() - Method in class net.roarsoftware.lastfm.Event
 
getWebsite() - Method in class net.roarsoftware.lastfm.Event
Returns the event website url, if available.
getWebsite() - Method in class net.roarsoftware.lastfm.Event.TicketSupplier
 
getWeeklyAlbumChart(String, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyAlbumChart(String, int, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyAlbumChart(String, String, String, int, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyAlbumChart(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getWeeklyAlbumChart(String, int, String) - Static method in class net.roarsoftware.lastfm.User
 
getWeeklyAlbumChart(String, String, String, int, String) - Static method in class net.roarsoftware.lastfm.User
 
getWeeklyArtistChart(String, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyArtistChart(String, int, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyArtistChart(String, String, String, int, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyArtistChart(String, String) - Static method in class net.roarsoftware.lastfm.Tag
 
getWeeklyArtistChart(String, int, String) - Static method in class net.roarsoftware.lastfm.Tag
 
getWeeklyArtistChart(String, String, String, int, String) - Static method in class net.roarsoftware.lastfm.Tag
 
getWeeklyArtistChart(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getWeeklyArtistChart(String, int, String) - Static method in class net.roarsoftware.lastfm.User
 
getWeeklyArtistChart(String, String, String, int, String) - Static method in class net.roarsoftware.lastfm.User
 
getWeeklyChartList(String, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyChartList(String, String) - Static method in class net.roarsoftware.lastfm.Tag
 
getWeeklyChartList(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getWeeklyChartListAsCharts(String, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyChartListAsCharts(String, String) - Static method in class net.roarsoftware.lastfm.Tag
 
getWeeklyChartListAsCharts(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getWeeklyTrackChart(String, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyTrackChart(String, int, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyTrackChart(String, String, String, int, String) - Static method in class net.roarsoftware.lastfm.Group
 
getWeeklyTrackChart(String, String) - Static method in class net.roarsoftware.lastfm.User
 
getWeeklyTrackChart(String, int, String) - Static method in class net.roarsoftware.lastfm.User
 
getWeeklyTrackChart(String, String, String, int, String) - Static method in class net.roarsoftware.lastfm.User
 
getWikiLastChanged() - Method in class net.roarsoftware.lastfm.MusicEntry
 
getWikiSummary() - Method in class net.roarsoftware.lastfm.MusicEntry
 
getWikiText() - Method in class net.roarsoftware.lastfm.MusicEntry
 
Group - Class in net.roarsoftware.lastfm
Provides nothing more than a namespace for the API methods starting with group.

H

handshake(String) - Method in class net.roarsoftware.lastfm.scrobble.Scrobbler
Performs a standard handshake with the user's password.
handshake(Session) - Method in class net.roarsoftware.lastfm.scrobble.Scrobbler
Performs a web-service handshake.
hasChild(String) - Method in class net.roarsoftware.xml.DomElement
Checks if this element has a child element with the given name.

I

Image - Class in net.roarsoftware.lastfm
An Image contains metadata and URLs for an artist's image.
ImageHolder - Class in net.roarsoftware.lastfm
Abstract superclass for all beans containing image data.
ImageHolder() - Constructor for class net.roarsoftware.lastfm.ImageHolder
 
ImageSize - Enum in net.roarsoftware.lastfm
 
imageUrls - Variable in class net.roarsoftware.lastfm.ImageHolder
 
isDebugMode() - Method in class net.roarsoftware.lastfm.Caller
 
isEmpty() - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
isEmpty() - Method in interface net.roarsoftware.lastfm.cache.ScrobbleCache
Checks if the cache contains any scrobbles.
isExpired(String) - Method in class net.roarsoftware.lastfm.cache.Cache
Checks if the specified entry is expired.
isExpired(String) - Method in class net.roarsoftware.lastfm.cache.DatabaseCache
 
isExpired(String) - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
isExpired(String) - Method in class net.roarsoftware.lastfm.cache.MemoryCache
 
isFullTrackAvailable() - Method in class net.roarsoftware.lastfm.Track
 
isMbid(String) - Static method in class net.roarsoftware.util.StringUtilities
 
isMD5(String) - Static method in class net.roarsoftware.util.StringUtilities
Tests if the given string might already be a 32-char md5 string.
isNowPlaying() - Method in class net.roarsoftware.lastfm.Track
 
isStreamable() - Method in class net.roarsoftware.lastfm.MusicEntry
 
isSubscriber() - Method in class net.roarsoftware.lastfm.Session
 
isSubscriber() - Method in class net.roarsoftware.lastfm.User
 
isSuccessful() - Method in class net.roarsoftware.lastfm.Result
Returns if the operation was successful.

L

lastFmExtensionInfos - Variable in class net.roarsoftware.lastfm.Track
 
Library - Class in net.roarsoftware.lastfm
Contains bindings for all methods in the "library" namespace.
library(String) - Static method in class net.roarsoftware.lastfm.Radio.RadioStation
 
listeners - Variable in class net.roarsoftware.lastfm.MusicEntry
 
load(String) - Method in class net.roarsoftware.lastfm.cache.Cache
Loads the specified entry from the cache and returns an InputStream to be read from.
load(String) - Method in class net.roarsoftware.lastfm.cache.DatabaseCache
 
load(String) - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
load(String) - Method in class net.roarsoftware.lastfm.cache.MemoryCache
 
loadImages(ImageHolder, DomElement) - Static method in class net.roarsoftware.lastfm.ImageHolder
 
loadStandardInfo(MusicEntry, DomElement) - Static method in class net.roarsoftware.lastfm.MusicEntry
Loads all generic information from an XML DomElement into the given MusicEntry instance, i.e.
location - Variable in class net.roarsoftware.lastfm.Track
 
love(String, String, Session) - Static method in class net.roarsoftware.lastfm.Track
Love a track for a user profile.
lovedTracks(String) - Static method in class net.roarsoftware.lastfm.Radio.RadioStation
 

M

map(String...) - Static method in class net.roarsoftware.util.StringUtilities
Creates a Map out of an array with Strings.
mbid - Variable in class net.roarsoftware.lastfm.MusicEntry
 
md5(String) - Static method in class net.roarsoftware.util.StringUtilities
 
MemoryCache - Class in net.roarsoftware.lastfm.cache
This class is just for testing.
MemoryCache() - Constructor for class net.roarsoftware.lastfm.cache.MemoryCache
 
MusicEntry - Class in net.roarsoftware.lastfm
MusicEntry is the abstract superclass for Track Artist and Album.
MusicEntry(String, String) - Constructor for class net.roarsoftware.lastfm.MusicEntry
 
MusicEntry(String, String, String, int, int, boolean) - Constructor for class net.roarsoftware.lastfm.MusicEntry
 

N

name - Variable in class net.roarsoftware.lastfm.MusicEntry
 
neighbours(String) - Static method in class net.roarsoftware.lastfm.Radio.RadioStation
 
net.roarsoftware.lastfm - package net.roarsoftware.lastfm
 
net.roarsoftware.lastfm.cache - package net.roarsoftware.lastfm.cache
 
net.roarsoftware.lastfm.scrobble - package net.roarsoftware.lastfm.scrobble
 
net.roarsoftware.util - package net.roarsoftware.util
 
net.roarsoftware.xml - package net.roarsoftware.xml
 
newScrobbler(String, String, String) - Static method in class net.roarsoftware.lastfm.scrobble.Scrobbler
Creates a new Scrobbler instance bound to the specified user.
nowPlaying(String, String) - Method in class net.roarsoftware.lastfm.scrobble.Scrobbler
Submits 'now playing' information.
nowPlaying(String, String, String, int, int) - Method in class net.roarsoftware.lastfm.scrobble.Scrobbler
Submits 'now playing' information.
nowPlaying - Variable in class net.roarsoftware.lastfm.Track
 

O

OK - Static variable in class net.roarsoftware.lastfm.scrobble.ResponseStatus
 
ok() - Method in class net.roarsoftware.lastfm.scrobble.ResponseStatus
Returns true if the operation was successful.
ONE_DAY - Static variable in class net.roarsoftware.lastfm.cache.DefaultExpirationPolicy
One day in milliseconds
ONE_WEEK - Static variable in class net.roarsoftware.lastfm.cache.DefaultExpirationPolicy
One week in milliseconds
ONE_WEEK_METHODS - Static variable in class net.roarsoftware.lastfm.cache.DefaultExpirationPolicy
Contains method names for all requests that should be cached 1 week
openConnection(String) - Method in class net.roarsoftware.lastfm.Caller
Creates a new HttpURLConnection, sets the proxy, if available, and sets the User-Agent property.

P

PaginatedResult<T> - Class in net.roarsoftware.lastfm
A PaginatedResult is returned by methods which result set might be so large that it needs to be paginated.
Period - Enum in net.roarsoftware.lastfm
 
personalTag(String, String) - Static method in class net.roarsoftware.lastfm.Radio.RadioStation
 
playcount - Variable in class net.roarsoftware.lastfm.MusicEntry
 
playedWhen - Variable in class net.roarsoftware.lastfm.Track
 
Playlist - Class in net.roarsoftware.lastfm
Bean for music playlists.
playlist(String) - Static method in class net.roarsoftware.lastfm.Radio.RadioStation
 
playlistExpiresIn() - Method in class net.roarsoftware.lastfm.Radio
Returns the playlist expiration value for the last playlist fetchet, or -1 if no playlist has been fetched yet.
position - Variable in class net.roarsoftware.lastfm.Track
 

R

Radio - Class in net.roarsoftware.lastfm
Provides access to the Last.fm radio streaming service.
Note that you have to be a subscriber (or have a special API key) to use this API.
Radio.RadioStation - Class in net.roarsoftware.lastfm
 
Rating - Enum in net.roarsoftware.lastfm.scrobble
The rating of the track.
recommended(String) - Static method in class net.roarsoftware.lastfm.Radio.RadioStation
 
remove(String) - Method in class net.roarsoftware.lastfm.cache.Cache
Removes the specified entry from the cache if available.
remove(String) - Method in class net.roarsoftware.lastfm.cache.DatabaseCache
 
remove(String) - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
remove(String) - Method in class net.roarsoftware.lastfm.cache.MemoryCache
 
removeTag(String, String, String, Session) - Static method in class net.roarsoftware.lastfm.Album
Remove a user's tag from an album.
removeTag(String, String, Session) - Static method in class net.roarsoftware.lastfm.Artist
Remove a user's tag from an artist.
removeTag(String, String, String, Session) - Static method in class net.roarsoftware.lastfm.Track
Remove a user's tag from a track.
ResponseStatus - Class in net.roarsoftware.lastfm.scrobble
Contains information about the result of a scrobbling operation and an optional error message.
ResponseStatus(int) - Constructor for class net.roarsoftware.lastfm.scrobble.ResponseStatus
 
ResponseStatus(int, String) - Constructor for class net.roarsoftware.lastfm.scrobble.ResponseStatus
 
Result - Class in net.roarsoftware.lastfm
The Result class contains the response sent by the server, i.e.
Result(Document) - Constructor for class net.roarsoftware.lastfm.Result
 
Result(String) - Constructor for class net.roarsoftware.lastfm.Result
 
Result.Status - Enum in net.roarsoftware.lastfm
 

S

scrobble(Scrobbler) - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
scrobble(Scrobbler) - Method in interface net.roarsoftware.lastfm.cache.ScrobbleCache
Tries to scrobble all cached scrobbles.
ScrobbleCache - Interface in net.roarsoftware.lastfm.cache
A ScrobbleCache is able to cache SubmissionData instances for later submission to the Last.fm servers.
Scrobbler - Class in net.roarsoftware.lastfm.scrobble
This class manages communication with the server for scrobbling songs.
search(String, String) - Static method in class net.roarsoftware.lastfm.Album
Search for an album by name.
search(String, String) - Static method in class net.roarsoftware.lastfm.Artist
Searches for an artist and returns a Collection of possible matches.
search(String, String) - Static method in class net.roarsoftware.lastfm.Tag
 
search(String, int, String) - Static method in class net.roarsoftware.lastfm.Tag
 
search(String, String) - Static method in class net.roarsoftware.lastfm.Track
Searches for a track with the given name and returns a list of possible matches.
search(String, String, int, String) - Static method in class net.roarsoftware.lastfm.Track
Searches for a track with the given name and returns a list of possible matches.
search(String, String) - Static method in class net.roarsoftware.lastfm.Venue
Search for a venue by venue name.
search(String, String, String) - Static method in class net.roarsoftware.lastfm.Venue
Search for a venue by venue name.
Session - Class in net.roarsoftware.lastfm
Contains Session data relevant for making API calls which require authentication.
Session() - Constructor for class net.roarsoftware.lastfm.Session
 
setApiRootUrl(String) - Method in class net.roarsoftware.lastfm.Caller
Set api root url.
setCache(Cache) - Method in class net.roarsoftware.lastfm.Caller
Sets the active Cache.
setCacheRecentWeeklyCharts(long) - Method in class net.roarsoftware.lastfm.cache.DefaultExpirationPolicy
 
setDebugMode(boolean) - Method in class net.roarsoftware.lastfm.Caller
Sets the debugMode property.
setExpirationPolicy(ExpirationPolicy) - Method in class net.roarsoftware.lastfm.cache.Cache
Sets the active ExpirationPolicy.
setHashCacheEntryNames(boolean) - Static method in class net.roarsoftware.lastfm.cache.Cache
If hashCacheEntryNames is set to true the Cache.createCacheEntryName(java.lang.String, java.util.Map) method will return a hash of the original entry name instead of the name itself.
setProxy(Proxy) - Method in class net.roarsoftware.lastfm.Caller
Sets a Proxy instance this Caller will use for all upcoming HTTP requests.
setUserAgent(String) - Method in class net.roarsoftware.lastfm.Caller
Sets a User Agent this Caller will use for all upcoming HTTP requests.
share(String, String, String, Session) - Static method in class net.roarsoftware.lastfm.Artist
Share an artist with one or more Last.fm users or other friends.
share(String, String, String, Session) - Static method in class net.roarsoftware.lastfm.Event
Share an event with one or more Last.fm users or other friends.
share(String, String, String, String, Session) - Static method in class net.roarsoftware.lastfm.Track
Share a track twith one or more Last.fm users or other friends.
shout(String, String, Session) - Static method in class net.roarsoftware.lastfm.Artist
Shout on this artist's shoutbox
shout(String, String, Session) - Static method in class net.roarsoftware.lastfm.User
Shout on this user's shoutbox
similarArtists(String) - Static method in class net.roarsoftware.lastfm.Radio.RadioStation
 
Source - Enum in net.roarsoftware.lastfm.scrobble
The source of the track.
store(String, InputStream, long) - Method in class net.roarsoftware.lastfm.cache.Cache
Stores a request in the cache.
store(String, InputStream, long) - Method in class net.roarsoftware.lastfm.cache.DatabaseCache
 
store(String, InputStream, long) - Method in class net.roarsoftware.lastfm.cache.FileSystemCache
 
store(String, InputStream, long) - Method in class net.roarsoftware.lastfm.cache.MemoryCache
 
streamable - Variable in class net.roarsoftware.lastfm.MusicEntry
 
StringUtilities - Class in net.roarsoftware.util
Utilitiy class with methods to calculate an md5 hash and to encode URLs.
StringUtilities() - Constructor for class net.roarsoftware.util.StringUtilities
 
SubmissionData - Class in net.roarsoftware.lastfm.scrobble
Bean that contains track information.
SubmissionData(String, String, String, int, int, Source, long) - Constructor for class net.roarsoftware.lastfm.scrobble.SubmissionData
 
SubmissionData(String, String, String, int, int, Source, Rating, long) - Constructor for class net.roarsoftware.lastfm.scrobble.SubmissionData
 
SubmissionData(String, String, String, int, int, Source, Rating, long, String) - Constructor for class net.roarsoftware.lastfm.scrobble.SubmissionData
 
SubmissionData(String) - Constructor for class net.roarsoftware.lastfm.scrobble.SubmissionData
Creates a new SubmissionData object based on a String returned by SubmissionData.toString().
submit(String, String, String, int, int, Source, long) - Method in class net.roarsoftware.lastfm.scrobble.Scrobbler
Scrobbles a song.
submit(SubmissionData) - Method in class net.roarsoftware.lastfm.scrobble.Scrobbler
Scrobbles a song.
submit(Collection<SubmissionData>) - Method in class net.roarsoftware.lastfm.scrobble.Scrobbler
Scrobbles up to 50 songs at once.
supportsDiscovery() - Method in class net.roarsoftware.lastfm.Radio
 

T

TABLE_NAME - Static variable in class net.roarsoftware.lastfm.cache.DatabaseCache
 
Tag - Class in net.roarsoftware.lastfm
Bean for Tag data and provides methods for global tags.
tagged(String) - Static method in class net.roarsoftware.lastfm.Radio.RadioStation
 
tags - Variable in class net.roarsoftware.lastfm.MusicEntry
 
Tasteometer - Class in net.roarsoftware.lastfm
Provides the binding for the "tasteometer.compare" method.
Tasteometer.ComparisonResult - Class in net.roarsoftware.lastfm
Contains the result of a tasteometer comparison, i.e.
Tasteometer.InputType - Enum in net.roarsoftware.lastfm
Specifies the type of the input for the Tasteometer.compare operation.
toString() - Method in class net.roarsoftware.lastfm.scrobble.SubmissionData
Returns a String representation of this submission with the fields separated by &.
Track - Class in net.roarsoftware.lastfm
Bean that contains information related to Tracks and provides bindings to methods in the track. namespace.
Track(String, String, String) - Constructor for class net.roarsoftware.lastfm.Track
 
Track(String, String, String, int, int, boolean, String, String, boolean, boolean) - Constructor for class net.roarsoftware.lastfm.Track
 
TRACK_PAGE - Static variable in class net.roarsoftware.lastfm.Track
 
trackFromElement(DomElement) - Static method in class net.roarsoftware.lastfm.Track
 
tune(Radio.RadioStation, Session) - Static method in class net.roarsoftware.lastfm.Radio
Tune in to a Last.fm radio station.
tune(Radio.RadioStation, Locale, Session) - Static method in class net.roarsoftware.lastfm.Radio
Tune in to a Last.fm radio station.
tune(String, Locale, Session) - Static method in class net.roarsoftware.lastfm.Radio
Tune in to a Last.fm radio station.

U

url - Variable in class net.roarsoftware.lastfm.MusicEntry
 
User - Class in net.roarsoftware.lastfm
Contains user information and provides bindings to the methods in the user.

V

valueOf(String) - Static method in enum net.roarsoftware.lastfm.Event.AttendanceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.roarsoftware.lastfm.ImageSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.roarsoftware.lastfm.Period
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.roarsoftware.lastfm.Result.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.roarsoftware.lastfm.scrobble.Rating
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.roarsoftware.lastfm.scrobble.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.roarsoftware.lastfm.Tasteometer.InputType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.roarsoftware.lastfm.Event.AttendanceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.roarsoftware.lastfm.ImageSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.roarsoftware.lastfm.Period
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.roarsoftware.lastfm.Result.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.roarsoftware.lastfm.scrobble.Rating
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.roarsoftware.lastfm.scrobble.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.roarsoftware.lastfm.Tasteometer.InputType
Returns an array containing the constants of this enum type, in the order they are declared.
Venue - Class in net.roarsoftware.lastfm
Venue information bean.

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