Uses of Class
dev.vality.fistful.deposit.InvalidRevertStatus
| Package | Description |
|---|---|
| dev.vality.fistful.deposit |
-
Uses of InvalidRevertStatus in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as InvalidRevertStatus Modifier and Type Field Description InvalidRevertStatusManagementSrv.CreateRevertAdjustment_result. ex3Methods in dev.vality.fistful.deposit that return InvalidRevertStatus Modifier and Type Method Description InvalidRevertStatusInvalidRevertStatus. deepCopy()InvalidRevertStatusManagementSrv.CreateRevertAdjustment_result. getEx3()InvalidRevertStatusInvalidRevertStatus. setRevertStatus(Status revert_status)Methods in dev.vality.fistful.deposit with parameters of type InvalidRevertStatus Modifier and Type Method Description intInvalidRevertStatus. compareTo(InvalidRevertStatus other)booleanInvalidRevertStatus. equals(InvalidRevertStatus that)ManagementSrv.CreateRevertAdjustment_resultManagementSrv.CreateRevertAdjustment_result. setEx3(InvalidRevertStatus ex3)Methods in dev.vality.fistful.deposit that throw InvalidRevertStatus Modifier and Type Method Description AdjustmentStateManagementSrv.Client. createRevertAdjustment(String id, String revert_id, AdjustmentParams params)AdjustmentStateManagementSrv.Iface. createRevertAdjustment(String id, String revert_id, AdjustmentParams params)AdjustmentStateManagementSrv.AsyncClient.CreateRevertAdjustment_call. getResult()AdjustmentStateManagementSrv.Client. recvCreateRevertAdjustment()Constructors in dev.vality.fistful.deposit with parameters of type InvalidRevertStatus Constructor Description CreateRevertAdjustment_result(AdjustmentState success, DepositNotFound ex1, RevertNotFound ex2, InvalidRevertStatus ex3, ForbiddenRevertStatusChange ex4, RevertAlreadyHasStatus ex5, AnotherAdjustmentInProgress ex6)InvalidRevertStatus(InvalidRevertStatus other)Performs a deep copy on other.