Uses of Class
dev.vality.fistful.withdrawal_session.SessionFinishedSuccess
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of SessionFinishedSuccess in dev.vality.fistful.withdrawal_session
Methods in dev.vality.fistful.withdrawal_session that return SessionFinishedSuccess Modifier and Type Method Description SessionFinishedSuccessSessionFinishedSuccess. deepCopy()SessionFinishedSuccessSessionFinishedStatus. getSuccess()Methods in dev.vality.fistful.withdrawal_session with parameters of type SessionFinishedSuccess Modifier and Type Method Description intSessionFinishedSuccess. compareTo(SessionFinishedSuccess other)booleanSessionFinishedSuccess. equals(SessionFinishedSuccess that)voidSessionFinishedStatus. setSuccess(SessionFinishedSuccess value)static SessionFinishedStatusSessionFinishedStatus. success(SessionFinishedSuccess value)Constructors in dev.vality.fistful.withdrawal_session with parameters of type SessionFinishedSuccess Constructor Description SessionFinishedSuccess(SessionFinishedSuccess other)Performs a deep copy on other.