Uses of Record Class
com.maxmind.geoip2.record.Subdivision
Packages that use Subdivision
-
Uses of Subdivision in com.maxmind.geoip2.model
Methods in com.maxmind.geoip2.model that return SubdivisionModifier and TypeMethodDescriptionCityResponse.getLeastSpecificSubdivision()Deprecated, for removal: This API element is subject to removal in a future version.EnterpriseResponse.getLeastSpecificSubdivision()Deprecated, for removal: This API element is subject to removal in a future version.UseEnterpriseResponse.leastSpecificSubdivision()instead.InsightsResponse.getLeastSpecificSubdivision()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.leastSpecificSubdivision()instead.CityResponse.getMostSpecificSubdivision()Deprecated, for removal: This API element is subject to removal in a future version.UseCityResponse.mostSpecificSubdivision()instead.EnterpriseResponse.getMostSpecificSubdivision()Deprecated, for removal: This API element is subject to removal in a future version.UseEnterpriseResponse.mostSpecificSubdivision()instead.InsightsResponse.getMostSpecificSubdivision()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.mostSpecificSubdivision()instead.CityResponse.leastSpecificSubdivision()EnterpriseResponse.leastSpecificSubdivision()InsightsResponse.leastSpecificSubdivision()CityResponse.mostSpecificSubdivision()EnterpriseResponse.mostSpecificSubdivision()InsightsResponse.mostSpecificSubdivision()Methods in com.maxmind.geoip2.model that return types with arguments of type SubdivisionModifier and TypeMethodDescriptionCityResponse.getSubdivisions()Deprecated, for removal: This API element is subject to removal in a future version.UseCityResponse.subdivisions()instead.EnterpriseResponse.getSubdivisions()Deprecated, for removal: This API element is subject to removal in a future version.UseEnterpriseResponse.subdivisions()instead.InsightsResponse.getSubdivisions()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.subdivisions()instead.CityResponse.subdivisions()Returns the value of thesubdivisionsrecord component.EnterpriseResponse.subdivisions()Returns the value of thesubdivisionsrecord component.InsightsResponse.subdivisions()Returns the value of thesubdivisionsrecord component.Constructor parameters in com.maxmind.geoip2.model with type arguments of type SubdivisionModifierConstructorDescriptionCityResponse(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 Subdivision in com.maxmind.geoip2.record
Constructors in com.maxmind.geoip2.record with parameters of type SubdivisionModifierConstructorDescriptionSubdivision(Subdivision subdivision, List<String> locales) Constructs an instance ofSubdivisionwith the specified parameters.
CityResponse.leastSpecificSubdivision()instead.