Class CertificationsApi
java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
com.amilesend.tmdb.client.api.CertificationsApi
-
Constructor Summary
ConstructorsConstructorDescriptionCertificationsApi(Connection connection) Creates a newCertificationsApiobject. -
Method Summary
Modifier and TypeMethodDescriptionGets the list of movie certifications for all countries.Gets the list of TV certifications for all countries.Methods inherited from class com.amilesend.tmdb.client.api.ApiBase
getConnection
-
Constructor Details
-
CertificationsApi
Creates a newCertificationsApiobject.- Parameters:
connection- the connection
-
-
Method Details
-
getMovieCertifications
Gets the list of movie certifications for all countries.- Returns:
- the response containing the map of movie certifications
- See Also:
-
getTVCertifications
Gets the list of TV certifications for all countries.- Returns:
- the response containing the map of TV certifications
- See Also:
-