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