Uses of Record Class
com.maxmind.minfraud.response.Disposition
Packages that use Disposition
-
Uses of Disposition in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return DispositionModifier and TypeMethodDescriptionFactorsResponse.disposition()Returns the value of thedispositionrecord component.InsightsResponse.disposition()Returns the value of thedispositionrecord component.ScoreResponse.disposition()Returns the value of thedispositionrecord component.FactorsResponse.getDisposition()Deprecated, for removal: This API element is subject to removal in a future version.InsightsResponse.getDisposition()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.disposition()instead.ScoreResponse.getDisposition()Deprecated, for removal: This API element is subject to removal in a future version.UseScoreResponse.disposition()instead.Constructors in com.maxmind.minfraud.response with parameters of type DispositionModifierConstructorDescriptionFactorsResponse(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.ScoreResponse(Disposition disposition, Double fundsRemaining, UUID id, ScoreIpAddress ipAddress, Integer queriesRemaining, Double riskScore, List<Warning> warnings) Compact canonical constructor that sets defaults for null values.
FactorsResponse.disposition()instead.