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