Uses of Class
com.amilesend.tmdb.client.model.movie.GetAlternativeTitlesResponse
Packages that use GetAlternativeTitlesResponse
-
Uses of GetAlternativeTitlesResponse in com.amilesend.tmdb.client.api
Methods in com.amilesend.tmdb.client.api that return GetAlternativeTitlesResponseModifier and TypeMethodDescriptionMoviesApi.getAlternativeTitles
(@NonNull GetAlternativeTitlesRequest request) Gets the list of alternative titles for a movie. -
Uses of GetAlternativeTitlesResponse in com.amilesend.tmdb.client.model.movie
Classes in com.amilesend.tmdb.client.model.movie with type parameters of type GetAlternativeTitlesResponseModifier and TypeClassDescriptionstatic class
GetAlternativeTitlesResponse.GetAlternativeTitlesResponseBuilder<C extends GetAlternativeTitlesResponse,
B extends GetAlternativeTitlesResponse.GetAlternativeTitlesResponseBuilder<C, B>>