| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.tv |
| Modifier and Type | Method and Description |
|---|---|
TVEpisodeInfo |
TheMovieDbApi.getEpisodeInfo(int tvID,
int seasonNumber,
int episodeNumber,
String language,
String... appendToResponse)
Get the primary information about a TV episode by combination of a season
and episode number.
|
| Modifier and Type | Method and Description |
|---|---|
TVEpisodeInfo |
TmdbEpisodes.getEpisodeInfo(int tvID,
int seasonNumber,
int episodeNumber,
String language,
String... appendToResponse)
Get the primary information about a TV episode by combination of a season
and episode number.
|
| Modifier and Type | Method and Description |
|---|---|
List<TVEpisodeInfo> |
TVSeasonInfo.getEpisodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TVSeasonInfo.setEpisodes(List<TVEpisodeInfo> episodes) |
Copyright © 2012–2017. All rights reserved.