Uses of Class
dev.vality.damsel.withdrawals.processing.Change
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of Change in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing with type parameters of type Change Modifier and Type Field Description List<Change>Event. changesMethods in dev.vality.damsel.withdrawals.processing that return Change Modifier and Type Method Description ChangeChange. deepCopy()static ChangeChange. session(SessionChange value)static ChangeChange. status_changed(WithdrawalStatus value)Methods in dev.vality.damsel.withdrawals.processing that return types with arguments of type Change Modifier and Type Method Description List<Change>Event. getChanges()Iterator<Change>Event. getChangesIterator()Methods in dev.vality.damsel.withdrawals.processing with parameters of type Change Modifier and Type Method Description voidEvent. addToChanges(Change elem)intChange. compareTo(Change other)booleanChange. equals(Change other)Method parameters in dev.vality.damsel.withdrawals.processing with type arguments of type Change Modifier and Type Method Description EventEvent. setChanges(List<Change> changes)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type Change Constructor Description Change(Change other)