Uses of Class
com.maxmind.geoip2.record.Country
-
Packages that use Country Package Description com.maxmind.geoip2.model com.maxmind.geoip2.record -
-
Uses of Country in com.maxmind.geoip2.model
Methods in com.maxmind.geoip2.model that return Country Modifier and Type Method Description Country
AbstractCountryResponse. getCountry()
Country
AbstractCountryResponse. getRegisteredCountry()
Constructors in com.maxmind.geoip2.model with parameters of type Country Constructor Description CityResponse(City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, ArrayList<Subdivision> subdivisions, Traits traits)
CountryResponse(Continent continent, Country country, MaxMind maxmind, Country registeredCountry, RepresentedCountry representedCountry, Traits traits)
EnterpriseResponse(City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, ArrayList<Subdivision> subdivisions, Traits traits)
InsightsResponse(City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, List<Subdivision> subdivisions, Traits traits)
-
Uses of Country in com.maxmind.geoip2.record
Subclasses of Country in com.maxmind.geoip2.record Modifier and Type Class Description class
RepresentedCountry
Contains data for the represented country associated with an IP address.Constructors in com.maxmind.geoip2.record with parameters of type Country Constructor Description Country(Country country, List<String> locales)
-