Uses of Record Class
com.maxmind.minfraud.response.IpRiskReason

Packages that use IpRiskReason
Package
Description
 
  • Uses of IpRiskReason in com.maxmind.minfraud.response

    Methods in com.maxmind.minfraud.response that return types with arguments of type IpRiskReason
    Modifier and Type
    Method
    Description
    IpAddress.getRiskReasons()
    Deprecated, for removal: This API element is subject to removal in a future version.
    IpAddress.riskReasons()
    Returns the value of the riskReasons record component.
    Constructor parameters in com.maxmind.minfraud.response with type arguments of type IpRiskReason
    Modifier
    Constructor
    Description
     
    IpAddress(com.maxmind.geoip2.record.Anonymizer anonymizer, com.maxmind.geoip2.record.City city, com.maxmind.geoip2.record.Continent continent, com.maxmind.geoip2.record.Country country, GeoIp2Location location, com.maxmind.geoip2.record.Postal postal, com.maxmind.geoip2.record.Country registeredCountry, com.maxmind.geoip2.record.RepresentedCountry representedCountry, Double risk, List<IpRiskReason> riskReasons, List<com.maxmind.geoip2.record.Subdivision> subdivisions, com.maxmind.geoip2.record.Traits traits)
    Compact canonical constructor that sets defaults for null values.
     
    IpAddress(com.maxmind.geoip2.record.City city, com.maxmind.geoip2.record.Continent continent, com.maxmind.geoip2.record.Country country, GeoIp2Location location, com.maxmind.geoip2.record.Postal postal, com.maxmind.geoip2.record.Country registeredCountry, com.maxmind.geoip2.record.RepresentedCountry representedCountry, Double risk, List<IpRiskReason> riskReasons, List<com.maxmind.geoip2.record.Subdivision> subdivisions, com.maxmind.geoip2.record.Traits traits)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the canonical constructor instead.