java.lang.Object
com.amilesend.tmdb.client.model.configuration.type.ConfigurationCountry
public class ConfigurationCountry
extends Object
Defines a supported country.
-
Nested Class Summary
Nested Classes
-
Method Summary
boolean
The ISO-3166-1 country code.
The country name in English.
int
-
Method Details
-
-
getCountryCode
public String getCountryCode()
The ISO-3166-1 country code.
-
getEnglishName
public String getEnglishName()
The country name in English.
-
getNativeName
The native country name.
-
-
-