Class DefaultKeywordService

java.lang.Object
dev.reuss.tmdb.domain.keywords.DefaultKeywordService
All Implemented Interfaces:
KeywordService

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

    • DefaultKeywordService

      public DefaultKeywordService(TmdbHttpClient httpClient)
  • Method Details

    • details

      public Keyword details(KeywordId keywordId)
      Description copied from interface: KeywordService
      Loads keyword details by keyword id.
      Specified by:
      details in interface KeywordService
      Parameters:
      keywordId - the keyword id
      Returns:
      keyword details