| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.model | |
| com.omertron.themoviedbapi.wrapper |
| Modifier and Type | Method and Description |
|---|---|
TmdbResultsList<AlternativeTitle> |
TheMovieDbApi.getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
This method is used to retrieve all of the alternative titles we have for a particular movie.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlternativeTitle> |
MovieDb.getAlternativeTitles() |
| Modifier and Type | Method and Description |
|---|---|
List<AlternativeTitle> |
WrapperAlternativeTitles.getTitles() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles) |
Copyright © 2012-2015. All Rights Reserved.