Package dev.reuss.tmdb.domain.reviews
Class DefaultReviewService
java.lang.Object
dev.reuss.tmdb.domain.reviews.DefaultReviewService
- All Implemented Interfaces:
ReviewService
Default
ReviewService implementation backed by the TMDB HTTP client.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultReviewService
-
-
Method Details
-
details
Description copied from interface:ReviewServiceLoads review details by review id.- Specified by:
detailsin interfaceReviewService- Parameters:
reviewId- the review id- Returns:
- review details
-