Package com.amilesend.tmdb.client.api
Class ConfigurationApi
java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
com.amilesend.tmdb.client.api.ConfigurationApi
TMDB Configuration API.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationApi
(com.amilesend.client.connection.Connection connection) Creates a newConfigurationApi
object. -
Method Summary
Modifier and TypeMethodDescriptionGets the configuration details that provides context for API integration.Gets the list of support countries.getJobs()
Gets the list of available jobs.Gets the list of supported languages.Gets the list of supported translations.Gets the list of supported timezones.Methods inherited from class com.amilesend.tmdb.client.api.ApiBase
getConnection
-
Constructor Details
-
ConfigurationApi
public ConfigurationApi(com.amilesend.client.connection.Connection connection) Creates a newConfigurationApi
object.- Parameters:
connection
- the connection
-
-
Method Details
-
getConfigurationDetails
Gets the configuration details that provides context for API integration.- Returns:
- the configuration details
- See Also:
-
getCountries
Gets the list of support countries.- Returns:
- the list of countries
- See Also:
-
getJobs
Gets the list of available jobs.- Returns:
- the list of jobs
- See Also:
-
getLanguages
Gets the list of supported languages.- Returns:
- the list of languages
- See Also:
-
getPrimaryTranslations
Gets the list of supported translations.- Returns:
- the list of translations (as locales, e.g., "en-US")
- See Also:
-
getTimezones
Gets the list of supported timezones.- Returns:
- the list of timezones
- See Also:
-