Uses of Class
dev.vality.damsel.domain.ExternalAccountSetDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ExternalAccountSetDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return ExternalAccountSetDecision Modifier and Type Method Description ExternalAccountSetDecisionExternalAccountSetDecision. deepCopy()ExternalAccountSetDecisionExternalAccountSetDecision. setIf(Predicate if_)ExternalAccountSetDecisionExternalAccountSetDecision. setThen(ExternalAccountSetSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type ExternalAccountSetDecision Modifier and Type Method Description List<ExternalAccountSetDecision>ExternalAccountSetSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type ExternalAccountSetDecision Modifier and Type Method Description intExternalAccountSetDecision. compareTo(ExternalAccountSetDecision other)booleanExternalAccountSetDecision. equals(ExternalAccountSetDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type ExternalAccountSetDecision Modifier and Type Method Description static ExternalAccountSetSelectorExternalAccountSetSelector. decisions(List<ExternalAccountSetDecision> value)voidExternalAccountSetSelector. setDecisions(List<ExternalAccountSetDecision> value)Constructors in dev.vality.damsel.domain with parameters of type ExternalAccountSetDecision Constructor Description ExternalAccountSetDecision(ExternalAccountSetDecision other)Performs a deep copy on other.