Uses of Record 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 TypeMethodDescriptionCityResponse.country()Returns the value of thecountryrecord component.CountryResponse.country()Returns the value of thecountryrecord component.EnterpriseResponse.country()Returns the value of thecountryrecord component.InsightsResponse.country()Returns the value of thecountryrecord component.CityResponse.getCountry()Deprecated, for removal: This API element is subject to removal in a future version.CountryResponse.getCountry()Deprecated, for removal: This API element is subject to removal in a future version.UseCountryResponse.country()instead.EnterpriseResponse.getCountry()Deprecated, for removal: This API element is subject to removal in a future version.UseEnterpriseResponse.country()instead.InsightsResponse.getCountry()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.country()instead.CityResponse.getRegisteredCountry()Deprecated, for removal: This API element is subject to removal in a future version.UseCityResponse.registeredCountry()instead.CountryResponse.getRegisteredCountry()Deprecated, for removal: This API element is subject to removal in a future version.UseCountryResponse.registeredCountry()instead.EnterpriseResponse.getRegisteredCountry()Deprecated, for removal: This API element is subject to removal in a future version.UseEnterpriseResponse.registeredCountry()instead.InsightsResponse.getRegisteredCountry()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.registeredCountry()instead.CityResponse.registeredCountry()Returns the value of theregisteredCountryrecord component.CountryResponse.registeredCountry()Returns the value of theregisteredCountryrecord component.EnterpriseResponse.registeredCountry()Returns the value of theregisteredCountryrecord component.InsightsResponse.registeredCountry()Returns the value of theregisteredCountryrecord component.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, 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. -
Uses of Country in com.maxmind.geoip2.record
Constructors in com.maxmind.geoip2.record with parameters of type Country
CityResponse.country()instead.