Uses of Record Class
com.maxmind.minfraud.response.Device
Packages that use Device
-
Uses of Device in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return DeviceModifier and TypeMethodDescriptionFactorsResponse.device()Returns the value of thedevicerecord component.InsightsResponse.device()Returns the value of thedevicerecord component.FactorsResponse.getDevice()Deprecated, for removal: This API element is subject to removal in a future version.InsightsResponse.getDevice()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.device()instead.Constructors in com.maxmind.minfraud.response with parameters of type DeviceModifierConstructorDescriptionFactorsResponse(BillingAddress billingAddress, Phone billingPhone, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, List<RiskScoreReason> riskScoreReasons, ShippingAddress shippingAddress, Phone shippingPhone, List<Warning> warnings) Compact canonical constructor that sets defaults for null values.InsightsResponse(BillingAddress billingAddress, Phone billingPhone, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, Phone shippingPhone, List<Warning> warnings) Compact canonical constructor that sets defaults for null values.
FactorsResponse.device()instead.