Uses of Class
dev.vality.damsel.withdrawals.processing.SessionStarted
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of SessionStarted in dev.vality.damsel.withdrawals.processing
Methods in dev.vality.damsel.withdrawals.processing that return SessionStarted Modifier and Type Method Description SessionStartedSessionStarted. deepCopy()SessionStartedSessionChangePayload. getSessionStarted()Methods in dev.vality.damsel.withdrawals.processing with parameters of type SessionStarted Modifier and Type Method Description intSessionStarted. compareTo(SessionStarted other)booleanSessionStarted. equals(SessionStarted that)static SessionChangePayloadSessionChangePayload. session_started(SessionStarted value)voidSessionChangePayload. setSessionStarted(SessionStarted value)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type SessionStarted Constructor Description SessionStarted(SessionStarted other)Performs a deep copy on other.