| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.movie | |
| com.omertron.themoviedbapi.model.tv | |
| com.omertron.themoviedbapi.results |
| Modifier and Type | Method and Description |
|---|---|
ResultList<Video> |
TheMovieDbApi.getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
String language)
Get the videos that have been added to a TV episode (teasers, clips,
etc...)
|
ResultList<Video> |
TheMovieDbApi.getMovieVideos(int movieId,
String language)
This method is used to retrieve all of the trailers for a particular
movie.
|
ResultList<Video> |
TheMovieDbApi.getSeasonVideos(int tvID,
int seasonNumber,
String language)
Get the videos that have been added to a TV season (trailers, teasers,
etc...)
|
ResultList<Video> |
TheMovieDbApi.getTVVideos(int tvID,
String language)
Get the videos that have been added to a TV series (trailers, opening
credits, etc...)
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Video> |
TmdbEpisodes.getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
String language)
Get the videos that have been added to a TV episode (teasers, clips,
etc...)
|
ResultList<Video> |
TmdbMovies.getMovieVideos(int movieId,
String language)
This method is used to retrieve all of the trailers for a particular movie.
|
ResultList<Video> |
TmdbSeasons.getSeasonVideos(int tvID,
int seasonNumber,
String language)
Get the videos that have been added to a TV season (trailers, teasers, etc...)
|
ResultList<Video> |
TmdbTV.getTVVideos(int tvID,
String language)
Get the videos that have been added to a TV series (trailers, opening
credits, etc...)
|
| Modifier and Type | Method and Description |
|---|---|
List<Video> |
MovieInfo.getVideos() |
| Modifier and Type | Method and Description |
|---|---|
List<Video> |
TVInfo.getVideos() |
List<Video> |
TVEpisodeInfo.getVideos() |
List<Video> |
TVSeasonInfo.getVideos() |
| Modifier and Type | Method and Description |
|---|---|
void |
TVInfo.setVideos(WrapperGenericList<Video> videos) |
void |
TVEpisodeInfo.setVideos(WrapperGenericList<Video> videos) |
void |
TVSeasonInfo.setVideos(WrapperGenericList<Video> videos) |
| Modifier and Type | Method and Description |
|---|---|
List<Video> |
WrapperVideos.getVideos() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperVideos.setVideos(List<Video> videos) |
Copyright © 2012–2017. All rights reserved.