| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.movie | |
| com.omertron.themoviedbapi.results |
| Modifier and Type | Method and Description |
|---|---|
ResultList<ReleaseInfo> |
TheMovieDbApi.getMovieReleaseInfo(int movieId,
String language)
This method is used to retrieve all of the release and certification data
we have for a specific movie.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<ReleaseInfo> |
TmdbMovies.getMovieReleaseInfo(int movieId,
String language)
This method is used to retrieve all of the release and certification data we have for a specific movie.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReleaseInfo> |
MovieInfo.getReleases() |
| Modifier and Type | Method and Description |
|---|---|
List<ReleaseInfo> |
WrapperReleaseInfo.getCountries() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperReleaseInfo.setCountries(List<ReleaseInfo> countries) |
Copyright © 2012–2017. All rights reserved.