| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.model | |
| net.dontdrinkandroot.lastfm.api.model.entitytypes |
| Modifier and Type | Field and Description |
|---|---|
static Map<ImageSize,URL> |
User.DEFAULT_IMAGES |
static Map<ImageSize,URL> |
Album.DEFAULT_IMAGES |
static Map<ImageSize,URL> |
Artist.DEFAULT_IMAGES |
| Modifier and Type | Method and Description |
|---|---|
static ImageSize |
ImageSize.parseImageSize(String sizeString) |
static ImageSize |
ImageSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageSize[] |
ImageSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ImageSize,URL> |
User.getImages() |
Map<ImageSize,URL> |
Event.getImages() |
Map<ImageSize,URL> |
ScrobbleSource.getImages() |
Map<ImageSize,URL> |
Album.getImages() |
Map<ImageSize,URL> |
Artist.getImages() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setImages(Map<ImageSize,URL> images) |
void |
Event.setImages(Map<ImageSize,URL> images) |
void |
ScrobbleSource.setImages(Map<ImageSize,URL> images) |
void |
Album.setImages(Map<ImageSize,URL> images) |
void |
Artist.setImages(Map<ImageSize,URL> images) |
| Modifier and Type | Method and Description |
|---|---|
Map<ImageSize,URL> |
ImageEntity.getImages() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageEntity.setImages(Map<ImageSize,URL> images) |
Copyright © 2012. All Rights Reserved.