Uses of Class
com.amilesend.tmdb.client.model.movie.list.GetTopRatedResponse
Packages that use GetTopRatedResponse
-
Uses of GetTopRatedResponse in com.amilesend.tmdb.client.api
Methods in com.amilesend.tmdb.client.api that return GetTopRatedResponseModifier and TypeMethodDescriptionMovieListsApi.getTopRated
(@NonNull GetTopRatedRequest request) Gets the list of top-rated movies. -
Uses of GetTopRatedResponse in com.amilesend.tmdb.client.model.movie.list
Classes in com.amilesend.tmdb.client.model.movie.list with type parameters of type GetTopRatedResponseModifier and TypeClassDescriptionstatic class
GetTopRatedResponse.GetTopRatedResponseBuilder<C extends GetTopRatedResponse,
B extends GetTopRatedResponse.GetTopRatedResponseBuilder<C, B>>