| Modifier and Type | Method and Description |
|---|---|
ResultList<AlternativeTitle> |
TheMovieDbApi.getMovieAlternativeTitles(int movieId,
String country)
This method is used to retrieve all of the alternative titles we have for
a particular movie.
|
ResultList<AlternativeTitle> |
TheMovieDbApi.getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<AlternativeTitle> |
TmdbMovies.getMovieAlternativeTitles(int movieId,
String country)
This method is used to retrieve all of the alternative titles we have for a particular movie.
|
ResultList<AlternativeTitle> |
TmdbTV.getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlternativeTitle> |
MovieInfo.getAlternativeTitles() |
| Modifier and Type | Method and Description |
|---|---|
List<AlternativeTitle> |
TVInfo.getAlternativeTitles() |
| Modifier and Type | Method and Description |
|---|---|
void |
TVInfo.setAlternativeTitles(WrapperGenericList<AlternativeTitle> alternativeTitles) |
| Modifier and Type | Method and Description |
|---|---|
List<AlternativeTitle> |
WrapperAlternativeTitles.getTitles() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles) |
Copyright © 2012–2017. All rights reserved.