Uses of Record Class
com.maxmind.minfraud.response.Warning
Packages that use Warning
-
Uses of Warning in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return types with arguments of type WarningModifier and TypeMethodDescriptionFactorsResponse.getWarnings()Deprecated, for removal: This API element is subject to removal in a future version.InsightsResponse.getWarnings()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.warnings()instead.ScoreResponse.getWarnings()Deprecated, for removal: This API element is subject to removal in a future version.UseScoreResponse.warnings()instead.FactorsResponse.warnings()Returns the value of thewarningsrecord component.InsightsResponse.warnings()Returns the value of thewarningsrecord component.ScoreResponse.warnings()Returns the value of thewarningsrecord component.Constructor parameters in com.maxmind.minfraud.response with type arguments of type WarningModifierConstructorDescriptionInsightsResponse(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.warnings()instead.