Uses of Record Class
com.maxmind.geoip2.record.MaxMind
Packages that use MaxMind
-
Uses of MaxMind in com.maxmind.geoip2.model
Methods in com.maxmind.geoip2.model that return MaxMindModifier and TypeMethodDescriptionCityResponse.getMaxMind()Deprecated, for removal: This API element is subject to removal in a future version.CountryResponse.getMaxMind()Deprecated, for removal: This API element is subject to removal in a future version.UseCountryResponse.maxmind()instead.EnterpriseResponse.getMaxMind()Deprecated, for removal: This API element is subject to removal in a future version.UseEnterpriseResponse.maxmind()instead.InsightsResponse.getMaxMind()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.maxmind()instead.CityResponse.maxmind()Returns the value of themaxmindrecord component.CountryResponse.maxmind()Returns the value of themaxmindrecord component.EnterpriseResponse.maxmind()Returns the value of themaxmindrecord component.InsightsResponse.maxmind()Returns the value of themaxmindrecord component.Constructors in com.maxmind.geoip2.model with parameters of type MaxMindModifierConstructorDescriptionCityResponse(City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, List<Subdivision> subdivisions, Traits traits) Compact canonical constructor that sets defaults for null values.CountryResponse(Continent continent, Country country, MaxMind maxmind, Country registeredCountry, RepresentedCountry representedCountry, Traits traits) Compact canonical constructor that sets defaults for null values.EnterpriseResponse(City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, List<Subdivision> subdivisions, Traits traits) Compact canonical constructor that sets defaults for null values.InsightsResponse(Anonymizer anonymizer, City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, List<Subdivision> subdivisions, Traits traits) Compact canonical constructor that sets defaults for null values.
CityResponse.maxmind()instead.