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