Uses of Class
dev.vality.fistful.withdrawal_session.Session
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of Session in dev.vality.fistful.withdrawal_session
Methods in dev.vality.fistful.withdrawal_session that return Session Modifier and Type Method Description SessionSession. deepCopy()SessionChange. getCreated()SessionSession. setId(String id)SessionSession. setProviderLegacy(String provider_legacy)SessionSession. setRoute(Route route)SessionSession. setStatus(SessionStatus status)SessionSession. setTerminalLegacy(String terminal_legacy)SessionSession. setWithdrawal(Withdrawal withdrawal)Methods in dev.vality.fistful.withdrawal_session with parameters of type Session Modifier and Type Method Description intSession. compareTo(Session other)static ChangeChange. created(Session value)booleanSession. equals(Session that)voidChange. setCreated(Session value)Constructors in dev.vality.fistful.withdrawal_session with parameters of type Session Constructor Description Session(Session other)Performs a deep copy on other.