| Modifier and Type | Method and Description |
|---|---|
ResultList<Translation> |
TheMovieDbApi.getMovieTranslations(int movieId)
This method is used to retrieve a list of the available translations for
a specific movie.
|
ResultList<Translation> |
TheMovieDbApi.getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Translation> |
TmdbMovies.getMovieTranslations(int movieId)
This method is used to retrieve a list of the available translations for a specific movie.
|
ResultList<Translation> |
TmdbTV.getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
|
| Modifier and Type | Method and Description |
|---|---|
List<Translation> |
MovieInfo.getTranslations() |
| Modifier and Type | Method and Description |
|---|---|
List<Translation> |
TVInfo.getTranslations() |
| Modifier and Type | Method and Description |
|---|---|
List<Translation> |
WrapperTranslations.getTranslations() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperTranslations.setTranslations(List<Translation> translations) |
Copyright © 2012–2017. All rights reserved.