Uses of Class
dev.vality.damsel.domain.SystemAccountSetDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of SystemAccountSetDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return SystemAccountSetDecision Modifier and Type Method Description SystemAccountSetDecisionSystemAccountSetDecision. deepCopy()SystemAccountSetDecisionSystemAccountSetDecision. setIf(Predicate if_)SystemAccountSetDecisionSystemAccountSetDecision. setThen(SystemAccountSetSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type SystemAccountSetDecision Modifier and Type Method Description List<SystemAccountSetDecision>SystemAccountSetSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type SystemAccountSetDecision Modifier and Type Method Description intSystemAccountSetDecision. compareTo(SystemAccountSetDecision other)booleanSystemAccountSetDecision. equals(SystemAccountSetDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type SystemAccountSetDecision Modifier and Type Method Description static SystemAccountSetSelectorSystemAccountSetSelector. decisions(List<SystemAccountSetDecision> value)voidSystemAccountSetSelector. setDecisions(List<SystemAccountSetDecision> value)Constructors in dev.vality.damsel.domain with parameters of type SystemAccountSetDecision Constructor Description SystemAccountSetDecision(SystemAccountSetDecision other)Performs a deep copy on other.