Uses of Class
com.amilesend.tmdb.client.model.movie.AddRatingResponse
Packages that use AddRatingResponse
-
Uses of AddRatingResponse in com.amilesend.tmdb.client.api
Methods in com.amilesend.tmdb.client.api that return AddRatingResponseModifier and TypeMethodDescriptionMoviesApi.addRating
(@NonNull AddRatingRequest request) Adds a rating for the movie. -
Uses of AddRatingResponse in com.amilesend.tmdb.client.model.movie
Classes in com.amilesend.tmdb.client.model.movie with type parameters of type AddRatingResponseModifier and TypeClassDescriptionstatic class
AddRatingResponse.AddRatingResponseBuilder<C extends AddRatingResponse,
B extends AddRatingResponse.AddRatingResponseBuilder<C, B>>