| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model |
| Modifier and Type | Method and Description |
|---|---|
ResultList<PersonFind> |
TheMovieDbApi.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
|
ResultList<PersonFind> |
TheMovieDbApi.searchPeople(String query,
Integer page,
Boolean includeAdult,
SearchType searchType)
This is a good starting point to start finding people on TMDb.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<PersonFind> |
TmdbPeople.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
|
ResultList<PersonFind> |
TmdbSearch.searchPeople(String query,
Integer page,
Boolean includeAdult,
SearchType searchType)
This is a good starting point to start finding people on TMDb.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonFind> |
FindResults.getPersonResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
FindResults.setPersonResults(List<PersonFind> personResults) |
Copyright © 2012–2017. All rights reserved.