Uses of Class
dev.vality.fistful.deposit.revert.Change
| Package | Description |
|---|---|
| dev.vality.fistful.deposit | |
| dev.vality.fistful.deposit.revert |
-
Uses of Change in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as Change Modifier and Type Field Description ChangeRevertChange. payloadMethods in dev.vality.fistful.deposit that return Change Modifier and Type Method Description ChangeRevertChange. getPayload()Methods in dev.vality.fistful.deposit with parameters of type Change Modifier and Type Method Description RevertChangeRevertChange. setPayload(Change payload)Constructors in dev.vality.fistful.deposit with parameters of type Change Constructor Description RevertChange(String id, Change payload) -
Uses of Change in dev.vality.fistful.deposit.revert
Methods in dev.vality.fistful.deposit.revert that return Change Modifier and Type Method Description static ChangeChange. adjustment(AdjustmentChange value)static ChangeChange. created(CreatedChange value)ChangeChange. deepCopy()static ChangeChange. limit_check(LimitCheckChange value)static ChangeChange. status_changed(StatusChange value)static ChangeChange. transfer(TransferChange value)Methods in dev.vality.fistful.deposit.revert with parameters of type Change Modifier and Type Method Description intChange. compareTo(Change other)booleanChange. equals(Change other)Constructors in dev.vality.fistful.deposit.revert with parameters of type Change Constructor Description Change(Change other)