Uses of Class
dev.vality.damsel.domain.PaymentSystemDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PaymentSystemDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return PaymentSystemDecision Modifier and Type Method Description PaymentSystemDecisionPaymentSystemDecision. deepCopy()PaymentSystemDecisionPaymentSystemDecision. setIf(Predicate if_)PaymentSystemDecisionPaymentSystemDecision. setThen(PaymentSystemSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type PaymentSystemDecision Modifier and Type Method Description List<PaymentSystemDecision>PaymentSystemSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type PaymentSystemDecision Modifier and Type Method Description intPaymentSystemDecision. compareTo(PaymentSystemDecision other)booleanPaymentSystemDecision. equals(PaymentSystemDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type PaymentSystemDecision Modifier and Type Method Description static PaymentSystemSelectorPaymentSystemSelector. decisions(List<PaymentSystemDecision> value)voidPaymentSystemSelector. setDecisions(List<PaymentSystemDecision> value)Constructors in dev.vality.damsel.domain with parameters of type PaymentSystemDecision Constructor Description PaymentSystemDecision(PaymentSystemDecision other)Performs a deep copy on other.