Uses of Class
dev.vality.fistful.withdrawal_session.Event
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of Event in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as Event Modifier and Type Field Description EventSinkEvent. payloadFields in dev.vality.fistful.withdrawal_session with type parameters of type Event Modifier and Type Field Description List<Event>AddEventsRepair. eventsMethods in dev.vality.fistful.withdrawal_session that return Event Modifier and Type Method Description EventEvent. deepCopy()EventSinkEvent. getPayload()EventEvent. setChanges(List<Change> changes)EventEvent. setOccuredAt(String occured_at)EventEvent. setSequence(int sequence)Methods in dev.vality.fistful.withdrawal_session that return types with arguments of type Event Modifier and Type Method Description List<Event>AddEventsRepair. getEvents()Iterator<Event>AddEventsRepair. getEventsIterator()Methods in dev.vality.fistful.withdrawal_session with parameters of type Event Modifier and Type Method Description voidAddEventsRepair. addToEvents(Event elem)intEvent. compareTo(Event other)booleanEvent. equals(Event that)SinkEventSinkEvent. setPayload(Event payload)Method parameters in dev.vality.fistful.withdrawal_session with type arguments of type Event Modifier and Type Method Description AddEventsRepairAddEventsRepair. setEvents(List<Event> events)Constructors in dev.vality.fistful.withdrawal_session with parameters of type Event Constructor Description Event(Event other)Performs a deep copy on other.SinkEvent(long id, String created_at, String source, Event payload)Constructor parameters in dev.vality.fistful.withdrawal_session with type arguments of type Event Constructor Description AddEventsRepair(List<Event> events)