Uses of Class
dev.vality.damsel.domain.RiskScoreDecision
Packages that use RiskScoreDecision
-
Uses of RiskScoreDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return RiskScoreDecisionModifier and TypeMethodDescriptionRiskScoreDecision.deepCopy()RiskScoreDecision.setThen(RiskScoreSelector then_) Methods in dev.vality.damsel.domain that return types with arguments of type RiskScoreDecisionMethods in dev.vality.damsel.domain with parameters of type RiskScoreDecisionModifier and TypeMethodDescriptionintRiskScoreDecision.compareTo(RiskScoreDecision other) booleanRiskScoreDecision.equals(RiskScoreDecision that) Method parameters in dev.vality.damsel.domain with type arguments of type RiskScoreDecisionModifier and TypeMethodDescriptionstatic RiskScoreSelectorRiskScoreSelector.decisions(List<RiskScoreDecision> value) voidRiskScoreSelector.setDecisions(List<RiskScoreDecision> value) Constructors in dev.vality.damsel.domain with parameters of type RiskScoreDecisionModifierConstructorDescriptionPerforms a deep copy on other.