Uses of Class
dev.vality.damsel.domain.AttemptLimitDesision
Packages that use AttemptLimitDesision
-
Uses of AttemptLimitDesision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return AttemptLimitDesisionModifier and TypeMethodDescriptionAttemptLimitDesision.deepCopy()AttemptLimitDesision.setThen(AttemptLimitSelector then_) Methods in dev.vality.damsel.domain that return types with arguments of type AttemptLimitDesisionMethods in dev.vality.damsel.domain with parameters of type AttemptLimitDesisionModifier and TypeMethodDescriptionintAttemptLimitDesision.compareTo(AttemptLimitDesision other) booleanAttemptLimitDesision.equals(AttemptLimitDesision that) Method parameters in dev.vality.damsel.domain with type arguments of type AttemptLimitDesisionModifier and TypeMethodDescriptionstatic AttemptLimitSelectorAttemptLimitSelector.decisions(List<AttemptLimitDesision> value) voidAttemptLimitSelector.setDecisions(List<AttemptLimitDesision> value) Constructors in dev.vality.damsel.domain with parameters of type AttemptLimitDesisionModifierConstructorDescriptionPerforms a deep copy on other.