Class GetLanguagesResponse
java.lang.Object
com.amilesend.tmdb.client.model.configuration.type.ConfigurationResponseBase<ConfigurationLanguage>
com.amilesend.tmdb.client.model.configuration.GetLanguagesResponse
The response that describes a list of languages.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetLanguagesResponse
(List<ConfigurationLanguage> results) Creates a newGetLanguagesResponse
. -
Method Summary
Methods inherited from class com.amilesend.tmdb.client.model.configuration.type.ConfigurationResponseBase
getResults
-
Constructor Details
-
GetLanguagesResponse
Creates a newGetLanguagesResponse
.- Parameters:
results
- the list of languages
-
-
Method Details
-
equals
- Overrides:
equals
in classConfigurationResponseBase<ConfigurationLanguage>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classConfigurationResponseBase<ConfigurationLanguage>
-
toString
- Overrides:
toString
in classConfigurationResponseBase<ConfigurationLanguage>
-