Uses of Class
dev.vality.damsel.withdrawals.processing.SessionResult
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of SessionResult in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing declared as SessionResult Modifier and Type Field Description SessionResultSessionFinished. resultMethods in dev.vality.damsel.withdrawals.processing that return SessionResult Modifier and Type Method Description SessionResultSessionResult. deepCopy()static SessionResultSessionResult. failed(SessionFailed value)SessionResultSessionFinished. getResult()static SessionResultSessionResult. succeeded(SessionSucceeded value)Methods in dev.vality.damsel.withdrawals.processing with parameters of type SessionResult Modifier and Type Method Description intSessionResult. compareTo(SessionResult other)booleanSessionResult. equals(SessionResult other)SessionFinishedSessionFinished. setResult(SessionResult result)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type SessionResult Constructor Description SessionFinished(SessionResult result)SessionResult(SessionResult other)