Uses of Class
com.amilesend.tmdb.client.model.movie.GetReviewsResponse
Packages that use GetReviewsResponse
-
Uses of GetReviewsResponse in com.amilesend.tmdb.client.api
Methods in com.amilesend.tmdb.client.api that return GetReviewsResponseModifier and TypeMethodDescriptionMoviesApi.getReviews
(@NonNull GetReviewsRequest request) Gets the reviews for a movie. -
Uses of GetReviewsResponse in com.amilesend.tmdb.client.model.movie
Classes in com.amilesend.tmdb.client.model.movie with type parameters of type GetReviewsResponseModifier and TypeClassDescriptionstatic class
GetReviewsResponse.GetReviewsResponseBuilder<C extends GetReviewsResponse,
B extends GetReviewsResponse.GetReviewsResponseBuilder<C, B>>