Class DefaultCertificationService
java.lang.Object
dev.reuss.tmdb.domain.certifications.DefaultCertificationService
- All Implemented Interfaces:
CertificationService
Default
CertificationService implementation backed by the TMDB HTTP client.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLoads the officially supported movie certifications on TMDB.Loads the officially supported TV certifications on TMDB.
-
Constructor Details
-
DefaultCertificationService
-
-
Method Details
-
movieCertifications
Description copied from interface:CertificationServiceLoads the officially supported movie certifications on TMDB.- Specified by:
movieCertificationsin interfaceCertificationService- Returns:
- supported movie certifications grouped by region
-
tvCertifications
Description copied from interface:CertificationServiceLoads the officially supported TV certifications on TMDB.- Specified by:
tvCertificationsin interfaceCertificationService- Returns:
- supported TV certifications grouped by region
-