Uses of Class
dev.vality.fistful.withdrawal_session.Change
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of Change in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as Change Modifier and Type Field Description ChangeTimestampedChange. changeFields in dev.vality.fistful.withdrawal_session with type parameters of type Change Modifier and Type Field Description List<Change>Event. changesMethods in dev.vality.fistful.withdrawal_session that return Change Modifier and Type Method Description static ChangeChange. callback(CallbackChange value)static ChangeChange. created(Session value)ChangeChange. deepCopy()static ChangeChange. finished(SessionResult value)ChangeTimestampedChange. getChange()static ChangeChange. next_state(Value value)static ChangeChange. transaction_bound(TransactionBoundChange value)Methods in dev.vality.fistful.withdrawal_session that return types with arguments of type Change Modifier and Type Method Description List<Change>Event. getChanges()Iterator<Change>Event. getChangesIterator()Methods in dev.vality.fistful.withdrawal_session with parameters of type Change Modifier and Type Method Description voidEvent. addToChanges(Change elem)intChange. compareTo(Change other)booleanChange. equals(Change other)TimestampedChangeTimestampedChange. setChange(Change change)Method parameters in dev.vality.fistful.withdrawal_session with type arguments of type Change Modifier and Type Method Description EventEvent. setChanges(List<Change> changes)Constructors in dev.vality.fistful.withdrawal_session with parameters of type Change Constructor Description Change(Change other)TimestampedChange(String occured_at, Change change)