| Modifier and Type | Method and Description |
|---|---|
ResultList<Artwork> |
TheMovieDbApi.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
|
ResultList<Artwork> |
TheMovieDbApi.getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
Get the images (episode stills) for a TV episode by combination of a
season and episode number.
|
ResultList<Artwork> |
TheMovieDbApi.getMovieImages(int movieId,
String language)
This method should be used when you’re wanting to retrieve all of the
images for a particular movie.
|
ResultList<Artwork> |
TheMovieDbApi.getPersonImages(int personId)
Get the images for a specific person id.
|
ResultList<Artwork> |
TheMovieDbApi.getSeasonImages(int tvID,
int seasonNumber,
String language,
String... includeImageLanguage)
Get the images that we have stored for a TV season by season number.
|
ResultList<Artwork> |
TheMovieDbApi.getTVImages(int tvID,
String language,
String... includeImageLanguage)
Get the images (posters and backdrops) for a TV series.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Artwork> |
TmdbCollections.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
|
ResultList<Artwork> |
TmdbEpisodes.getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
Get the images (episode stills) for a TV episode by combination of a
season and episode number.
|
ResultList<Artwork> |
TmdbMovies.getMovieImages(int movieId,
String language)
This method should be used when you’re wanting to retrieve all of the images for a particular movie.
|
ResultList<Artwork> |
TmdbPeople.getPersonImages(int personId)
Get the images for a specific person id.
|
ResultList<Artwork> |
TmdbSeasons.getSeasonImages(int tvID,
int seasonNumber,
String language,
String... includeImageLanguage)
Get the images that we have stored for a TV season by season number.
|
ResultList<Artwork> |
TmdbTV.getTVImages(int tvID,
String language,
String... includeImageLanguage)
Get the images (posters and backdrops) for a TV series.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArtworkMedia |
| Modifier and Type | Method and Description |
|---|---|
List<Artwork> |
MovieInfo.getImages() |
| Modifier and Type | Method and Description |
|---|---|
List<Artwork> |
PersonInfo.getImages() |
| Modifier and Type | Method and Description |
|---|---|
List<Artwork> |
TVInfo.getImages() |
List<Artwork> |
TVEpisodeInfo.getImages() |
List<Artwork> |
TVSeasonInfo.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) |
void |
WrapperImages.setStills(List<Artwork> stills) |
Copyright © 2012–2017. All rights reserved.