| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model | |
| com.omertron.themoviedbapi.model.tv |
| Modifier and Type | Method and Description |
|---|---|
ResultList<TVBasic> |
TheMovieDbApi.getDiscoverTV(Discover discover)
Discover movies by different types of data like average rating, number of
votes, genres and certifications.
|
ResultList<TVBasic> |
TheMovieDbApi.getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
|
ResultList<TVBasic> |
TheMovieDbApi.getRatedTV(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of rated TV shows (and associated rating) for an account.
|
ResultList<TVBasic> |
TheMovieDbApi.getWatchListTV(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of movies on an accounts watchlist.
|
ResultList<TVBasic> |
TheMovieDbApi.searchTV(String query,
Integer page,
String language,
Integer firstAirDateYear,
SearchType searchType)
Search for TV shows by title.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<TVBasic> |
TmdbDiscover.getDiscoverTV(Discover discover)
Discover movies by different types of data like average rating, number of votes, genres and certifications.
|
ResultList<TVBasic> |
TmdbAccount.getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
|
ResultList<TVBasic> |
TmdbAccount.getRatedTV(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of rated TV shows (and associated rating) for an account.
|
ResultList<TVBasic> |
TmdbAccount.getWatchListTV(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of movies on an accounts watch list.
|
ResultList<TVBasic> |
TmdbSearch.searchTV(String query,
Integer page,
String language,
Integer firstAirDateYear,
SearchType searchType)
Search for TV shows by title.
|
| Modifier and Type | Method and Description |
|---|---|
List<TVBasic> |
FindResults.getTvResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
FindResults.setTvResults(List<TVBasic> tvResults) |
| Modifier and Type | Class and Description |
|---|---|
class |
TVInfo |
Copyright © 2012–2017. All rights reserved.