Uses of Class
dev.vality.damsel.withdrawals.processing.SessionFinished
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of SessionFinished in dev.vality.damsel.withdrawals.processing
Methods in dev.vality.damsel.withdrawals.processing that return SessionFinished Modifier and Type Method Description SessionFinishedSessionFinished. deepCopy()SessionFinishedSessionChangePayload. getSessionFinished()SessionFinishedSessionFinished. setResult(SessionResult result)Methods in dev.vality.damsel.withdrawals.processing with parameters of type SessionFinished Modifier and Type Method Description intSessionFinished. compareTo(SessionFinished other)booleanSessionFinished. equals(SessionFinished that)static SessionChangePayloadSessionChangePayload. session_finished(SessionFinished value)voidSessionChangePayload. setSessionFinished(SessionFinished value)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type SessionFinished Constructor Description SessionFinished(SessionFinished other)Performs a deep copy on other.