| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.model | |
| com.omertron.themoviedbapi.wrapper |
| Modifier and Type | Method and Description |
|---|---|
TmdbResultsList<Artwork> |
TheMovieDbApi.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
|
TmdbResultsList<Artwork> |
TheMovieDbApi.getMovieImages(int movieId,
String language,
String... appendToResponse)
This method should be used when you’re wanting to retrieve all of the images for a particular movie.
|
TmdbResultsList<Artwork> |
TheMovieDbApi.getPersonImages(int personId)
This method is used to retrieve all of the profile images for a person.
|
| Modifier and Type | Method and Description |
|---|---|
List<Artwork> |
MovieDb.getImages() |
| Modifier and Type | Method and Description |
|---|---|
List<Artwork> |
WrapperImages.getAll(ArtworkType... artworkList)
Return a list of all the artwork with their types.
|
List<Artwork> |
WrapperImages.getBackdrops() |
List<Artwork> |
WrapperImages.getPosters() |
List<Artwork> |
WrapperImages.getProfiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperImages.setBackdrops(List<Artwork> backdrops) |
void |
WrapperImages.setPosters(List<Artwork> posters) |
void |
WrapperImages.setProfiles(List<Artwork> profiles) |
Copyright © 2012-2015. All Rights Reserved.