Uses of Record Class
com.maxmind.geoip2.record.RepresentedCountry
Packages that use RepresentedCountry
-
Uses of RepresentedCountry in com.maxmind.geoip2.model
Methods in com.maxmind.geoip2.model that return RepresentedCountryModifier and TypeMethodDescriptionCityResponse.getRepresentedCountry()Deprecated, for removal: This API element is subject to removal in a future version.CountryResponse.getRepresentedCountry()Deprecated, for removal: This API element is subject to removal in a future version.UseCountryResponse.representedCountry()instead.EnterpriseResponse.getRepresentedCountry()Deprecated, for removal: This API element is subject to removal in a future version.UseEnterpriseResponse.representedCountry()instead.InsightsResponse.getRepresentedCountry()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.representedCountry()instead.CityResponse.representedCountry()Returns the value of therepresentedCountryrecord component.CountryResponse.representedCountry()Returns the value of therepresentedCountryrecord component.EnterpriseResponse.representedCountry()Returns the value of therepresentedCountryrecord component.InsightsResponse.representedCountry()Returns the value of therepresentedCountryrecord component.Constructors in com.maxmind.geoip2.model with parameters of type RepresentedCountryModifierConstructorDescriptionCityResponse(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 RepresentedCountry in com.maxmind.geoip2.record
Constructors in com.maxmind.geoip2.record with parameters of type RepresentedCountryModifierConstructorDescriptionRepresentedCountry(RepresentedCountry country, List<String> locales) Constructs an instance ofRepresentedCountry.
CityResponse.representedCountry()instead.