Uses of Record Class
com.maxmind.minfraud.response.Reason
Packages that use Reason
-
Uses of Reason in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return types with arguments of type ReasonModifier and TypeMethodDescriptionRiskScoreReason.getReasons()Deprecated, for removal: This API element is subject to removal in a future version.RiskScoreReason.reasons()Returns the value of thereasonsrecord component.Constructor parameters in com.maxmind.minfraud.response with type arguments of type ReasonModifierConstructorDescriptionRiskScoreReason(Double multiplier, List<Reason> reasons) Compact canonical constructor that ensures immutability.
RiskScoreReason.reasons()instead.