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