Uses of Class
dev.vality.damsel.domain.CashLimitDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CashLimitDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CashLimitDecision Modifier and Type Method Description CashLimitDecisionCashLimitDecision. deepCopy()CashLimitDecisionCashLimitDecision. setIf(Predicate if_)CashLimitDecisionCashLimitDecision. setThen(CashLimitSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type CashLimitDecision Modifier and Type Method Description List<CashLimitDecision>CashLimitSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type CashLimitDecision Modifier and Type Method Description intCashLimitDecision. compareTo(CashLimitDecision other)booleanCashLimitDecision. equals(CashLimitDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type CashLimitDecision Modifier and Type Method Description static CashLimitSelectorCashLimitSelector. decisions(List<CashLimitDecision> value)voidCashLimitSelector. setDecisions(List<CashLimitDecision> value)Constructors in dev.vality.damsel.domain with parameters of type CashLimitDecision Constructor Description CashLimitDecision(CashLimitDecision other)Performs a deep copy on other.