| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.person |
| Modifier and Type | Method and Description |
|---|---|
ResultList<ArtworkMedia> |
TheMovieDbApi.getPersonTaggedImages(int personId,
Integer page,
String language)
Get the images that have been tagged with a specific person id.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<ArtworkMedia> |
TmdbPeople.getPersonTaggedImages(int personId,
Integer page,
String language)
Get the images that have been tagged with a specific person id.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArtworkMedia> |
PersonInfo.getTaggedImages() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonInfo.setTaggedImages(WrapperGenericList<ArtworkMedia> taggedImages) |
Copyright © 2012–2017. All rights reserved.