Uses of Record Class
dev.reuss.tmdb.common.review.Review
Packages that use Review
-
Uses of Review in dev.reuss.tmdb.domain.movie.model
Methods in dev.reuss.tmdb.domain.movie.model that return types with arguments of type ReviewModifier and TypeMethodDescriptionMovieReviews.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.movie.model with type arguments of type ReviewModifierConstructorDescriptionMovieReviews(int id, int page, List<Review> results, int totalPages, int totalResults) Creates an instance of aMovieReviewsrecord class. -
Uses of Review in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return types with arguments of type ReviewModifier and TypeMethodDescriptionTvSeriesReviews.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.series.model with type arguments of type ReviewModifierConstructorDescriptionTvSeriesReviews(int id, int page, List<Review> results, int totalPages, int totalResults) Creates an instance of aTvSeriesReviewsrecord class.