| Package | Description |
|---|---|
| com.omertron.themoviedbapi.enumeration | |
| com.omertron.themoviedbapi.model.artwork | |
| com.omertron.themoviedbapi.results |
| Modifier and Type | Method and Description |
|---|---|
static ArtworkType |
ArtworkType.fromString(String artworkType)
Convert a string into an Enum type
|
static ArtworkType |
ArtworkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtworkType[] |
ArtworkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArtworkType |
Artwork.getArtworkType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Artwork.setArtworkType(ArtworkType artworkType) |
| Modifier and Type | Method and Description |
|---|---|
List<Artwork> |
WrapperImages.getAll(ArtworkType... artworkList)
Return a list of all the artwork with their types.
|
Copyright © 2012-2016. All Rights Reserved.