Uses of Class
dev.vality.damsel.withdrawals.processing.SessionChange
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of SessionChange in dev.vality.damsel.withdrawals.processing
Methods in dev.vality.damsel.withdrawals.processing that return SessionChange Modifier and Type Method Description SessionChangeSessionChange. deepCopy()SessionChangeChange. getSession()SessionChangeSessionChange. setId(String id)SessionChangeSessionChange. setPayload(SessionChangePayload payload)Methods in dev.vality.damsel.withdrawals.processing with parameters of type SessionChange Modifier and Type Method Description intSessionChange. compareTo(SessionChange other)booleanSessionChange. equals(SessionChange that)static ChangeChange. session(SessionChange value)voidChange. setSession(SessionChange value)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type SessionChange Constructor Description SessionChange(SessionChange other)Performs a deep copy on other.