Class DefaultReviewService

java.lang.Object
dev.reuss.tmdb.domain.reviews.DefaultReviewService
All Implemented Interfaces:
ReviewService

public final class DefaultReviewService extends Object implements ReviewService
Default ReviewService implementation backed by the TMDB HTTP client.
  • Constructor Details

    • DefaultReviewService

      public DefaultReviewService(TmdbHttpClient httpClient)
  • Method Details

    • details

      public Review details(ReviewId reviewId)
      Description copied from interface: ReviewService
      Loads review details by review id.
      Specified by:
      details in interface ReviewService
      Parameters:
      reviewId - the review id
      Returns:
      review details