Uses of Class
dev.vality.fistful.withdrawal.SessionChange
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of SessionChange in dev.vality.fistful.withdrawal
Methods in dev.vality.fistful.withdrawal that return SessionChange Modifier and Type Method Description SessionChangeSessionChange. deepCopy()SessionChangeChange. getSession()SessionChangeSessionChange. setId(String id)SessionChangeSessionChange. setPayload(SessionChangePayload payload)Methods in dev.vality.fistful.withdrawal 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.fistful.withdrawal with parameters of type SessionChange Constructor Description SessionChange(SessionChange other)Performs a deep copy on other.