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