Uses of Class
dev.vality.damsel.domain.PayoutMethodDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PayoutMethodDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return PayoutMethodDecision Modifier and Type Method Description PayoutMethodDecisionPayoutMethodDecision. deepCopy()PayoutMethodDecisionPayoutMethodDecision. setIf(Predicate if_)PayoutMethodDecisionPayoutMethodDecision. setThen(PayoutMethodSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type PayoutMethodDecision Modifier and Type Method Description List<PayoutMethodDecision>PayoutMethodSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type PayoutMethodDecision Modifier and Type Method Description intPayoutMethodDecision. compareTo(PayoutMethodDecision other)booleanPayoutMethodDecision. equals(PayoutMethodDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type PayoutMethodDecision Modifier and Type Method Description static PayoutMethodSelectorPayoutMethodSelector. decisions(List<PayoutMethodDecision> value)voidPayoutMethodSelector. setDecisions(List<PayoutMethodDecision> value)Constructors in dev.vality.damsel.domain with parameters of type PayoutMethodDecision Constructor Description PayoutMethodDecision(PayoutMethodDecision other)Performs a deep copy on other.