Uses of Class
dev.vality.fistful.withdrawal.SessionFailed
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of SessionFailed in dev.vality.fistful.withdrawal
Methods in dev.vality.fistful.withdrawal that return SessionFailed Modifier and Type Method Description SessionFailedSessionFailed. deepCopy()SessionFailedSessionResult. getFailed()SessionFailedSessionFailed. setFailure(Failure failure)Methods in dev.vality.fistful.withdrawal with parameters of type SessionFailed Modifier and Type Method Description intSessionFailed. compareTo(SessionFailed other)booleanSessionFailed. equals(SessionFailed that)static SessionResultSessionResult. failed(SessionFailed value)voidSessionResult. setFailed(SessionFailed value)Constructors in dev.vality.fistful.withdrawal with parameters of type SessionFailed Constructor Description SessionFailed(SessionFailed other)Performs a deep copy on other.