Package com.amilesend.tmdb.client.api
Class CertificationsApi
java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
com.amilesend.tmdb.client.api.CertificationsApi
TMDB Certifications API.
-
Constructor Summary
ConstructorsConstructorDescriptionCertificationsApi
(com.amilesend.client.connection.Connection connection) Creates a newCertificationsApi
object. -
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
public CertificationsApi(com.amilesend.client.connection.Connection connection) Creates a newCertificationsApi
object.- 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:
-