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