Uses of Class
com.maxmind.geoip2.record.Subdivision
-
Uses of Subdivision in com.maxmind.geoip2.model
Modifier and TypeMethodDescriptionAbstractCityResponse.getLeastSpecificSubdivision()
AbstractCityResponse.getMostSpecificSubdivision()
ModifierConstructorDescriptionCityResponse
(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.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 Subdivision in com.maxmind.geoip2.record
ModifierConstructorDescriptionSubdivision
(Subdivision subdivision, List<String> locales) Constructs an instance ofSubdivision
with the specified parameters.