Uses of Class
dev.vality.fistful.destination.Change
| Package | Description |
|---|---|
| dev.vality.fistful.destination |
-
Uses of Change in dev.vality.fistful.destination
Fields in dev.vality.fistful.destination declared as Change Modifier and Type Field Description ChangeEvent. changeChangeTimestampedChange. changeFields in dev.vality.fistful.destination with type parameters of type Change Modifier and Type Field Description List<Change>EventSinkPayload. changesMethods in dev.vality.fistful.destination that return Change Modifier and Type Method Description static ChangeChange. account(AccountChange value)static ChangeChange. created(Destination value)ChangeChange. deepCopy()ChangeEvent. getChange()ChangeTimestampedChange. getChange()static ChangeChange. status(StatusChange value)Methods in dev.vality.fistful.destination that return types with arguments of type Change Modifier and Type Method Description List<Change>EventSinkPayload. getChanges()Iterator<Change>EventSinkPayload. getChangesIterator()Methods in dev.vality.fistful.destination with parameters of type Change Modifier and Type Method Description voidEventSinkPayload. addToChanges(Change elem)intChange. compareTo(Change other)booleanChange. equals(Change other)EventEvent. setChange(Change change)TimestampedChangeTimestampedChange. setChange(Change change)Method parameters in dev.vality.fistful.destination with type arguments of type Change Modifier and Type Method Description EventSinkPayloadEventSinkPayload. setChanges(List<Change> changes)Constructors in dev.vality.fistful.destination with parameters of type Change Constructor Description Change(Change other)Event(long event_id, String occured_at, Change change)TimestampedChange(String occured_at, Change change)Constructor parameters in dev.vality.fistful.destination with type arguments of type Change Constructor Description EventSinkPayload(int sequence, String occured_at, List<Change> changes)