Uses of Class
com.maxmind.geoip2.record.Country
Packages that use Country
-
Uses of Country in com.maxmind.geoip2.model
Methods in com.maxmind.geoip2.model that return CountryModifier and TypeMethodDescriptionAbstractCountryResponse.getCountry()
AbstractCountryResponse.getRegisteredCountry()
Constructors in com.maxmind.geoip2.model with parameters of type CountryModifierConstructorDescriptionCityResponse
(City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, ArrayList<Subdivision> subdivisions, Traits traits) Constructs an instance ofCityResponse
with the specified parameters.CountryResponse
(Continent continent, Country country, MaxMind maxmind, Country registeredCountry, RepresentedCountry representedCountry, Traits traits) Constructs an instance ofCountryResponse
with the specified parameters.EnterpriseResponse
(City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, ArrayList<Subdivision> subdivisions, Traits traits) Constructs an instance ofEnterpriseResponse
with the specified parameters.InsightsResponse
(City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, List<Subdivision> subdivisions, Traits traits) Constructs an instance ofInsightsResponse
with the specified parameters. -
Uses of Country in com.maxmind.geoip2.record
Subclasses of Country in com.maxmind.geoip2.recordModifier and TypeClassDescriptionfinal class
Contains data for the represented country associated with an IP address.Constructors in com.maxmind.geoip2.record with parameters of type Country