Uses of Class
dev.vality.fistful.withdrawal.adjustment.Change
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal | |
| dev.vality.fistful.withdrawal.adjustment |
-
Uses of Change in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as Change Modifier and Type Field Description ChangeAdjustmentChange. payloadMethods in dev.vality.fistful.withdrawal that return Change Modifier and Type Method Description ChangeAdjustmentChange. getPayload()Methods in dev.vality.fistful.withdrawal with parameters of type Change Modifier and Type Method Description AdjustmentChangeAdjustmentChange. setPayload(Change payload)Constructors in dev.vality.fistful.withdrawal with parameters of type Change Constructor Description AdjustmentChange(String id, Change payload) -
Uses of Change in dev.vality.fistful.withdrawal.adjustment
Methods in dev.vality.fistful.withdrawal.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.withdrawal.adjustment with parameters of type Change Modifier and Type Method Description intChange. compareTo(Change other)booleanChange. equals(Change other)Constructors in dev.vality.fistful.withdrawal.adjustment with parameters of type Change Constructor Description Change(Change other)