Uses of Record Class
com.maxmind.geoip2.record.City
Packages that use City
-
Uses of City in com.maxmind.geoip2.model
Methods in com.maxmind.geoip2.model that return CityModifier and TypeMethodDescriptionCityResponse.city()Returns the value of thecityrecord component.EnterpriseResponse.city()Returns the value of thecityrecord component.InsightsResponse.city()Returns the value of thecityrecord component.CityResponse.getCity()Deprecated, for removal: This API element is subject to removal in a future version.EnterpriseResponse.getCity()Deprecated, for removal: This API element is subject to removal in a future version.UseEnterpriseResponse.city()instead.InsightsResponse.getCity()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.city()instead.Constructors in com.maxmind.geoip2.model with parameters of type CityModifierConstructorDescriptionCityResponse(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.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. -
Uses of City in com.maxmind.geoip2.record
Constructors in com.maxmind.geoip2.record with parameters of type City
CityResponse.city()instead.