| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.tv |
| Modifier and Type | Method and Description |
|---|---|
TVInfo |
TheMovieDbApi.getLatestTV()
Get the latest TV show id.
|
TVInfo |
TheMovieDbApi.getTVInfo(int tvID,
String language,
String... appendToResponse)
Get the primary information about a TV series by id.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<TVInfo> |
TheMovieDbApi.getTVAiringToday(Integer page,
String language,
String timezone)
Get the list of TV shows that air today.
|
ResultList<TVInfo> |
TheMovieDbApi.getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
|
ResultList<TVInfo> |
TheMovieDbApi.getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
|
ResultList<TVInfo> |
TheMovieDbApi.getTVSimilar(int tvID,
Integer page,
String language)
Get the similar TV shows for a specific tv id.
|
ResultList<TVInfo> |
TheMovieDbApi.getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
|
| Modifier and Type | Method and Description |
|---|---|
TVInfo |
TmdbTV.getLatestTV()
Get the latest TV show id.
|
TVInfo |
TmdbTV.getTVInfo(int tvID,
String language,
String... appendToResponse)
Get the primary information about a TV series by id.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<TVInfo> |
TmdbTV.getTVAiringToday(Integer page,
String language,
String timezone)
Get the list of TV shows that air today.
|
ResultList<TVInfo> |
TmdbTV.getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
|
ResultList<TVInfo> |
TmdbTV.getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
|
ResultList<TVInfo> |
TmdbTV.getTVSimilar(int tvID,
Integer page,
String language)
Get the similar TV shows for a specific tv id.
|
ResultList<TVInfo> |
TmdbTV.getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
|
| Modifier and Type | Method and Description |
|---|---|
List<TVInfo> |
TVInfo.getSimilarTV() |
| Modifier and Type | Method and Description |
|---|---|
void |
TVInfo.setSimilarTV(WrapperGenericList<TVInfo> similarTV) |
Copyright © 2012–2017. All rights reserved.