Uses of Class
dev.vality.fistful.withdrawal.status.Status
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal | |
| dev.vality.fistful.withdrawal.adjustment | |
| dev.vality.fistful.withdrawal.status |
-
Uses of Status in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as Status Modifier and Type Field Description StatusStatusChange. statusStatusWithdrawalState. statusStatusForbiddenStatusChange. target_statusStatusAlreadyHasStatus. withdrawal_statusStatusInvalidWithdrawalStatus. withdrawal_statusMethods in dev.vality.fistful.withdrawal that return Status Modifier and Type Method Description StatusStatusChange. getStatus()StatusWithdrawalState. getStatus()StatusForbiddenStatusChange. getTargetStatus()StatusAlreadyHasStatus. getWithdrawalStatus()StatusInvalidWithdrawalStatus. getWithdrawalStatus()Methods in dev.vality.fistful.withdrawal with parameters of type Status Modifier and Type Method Description StatusChangeStatusChange. setStatus(Status status)WithdrawalStateWithdrawalState. setStatus(Status status)ForbiddenStatusChangeForbiddenStatusChange. setTargetStatus(Status target_status)AlreadyHasStatusAlreadyHasStatus. setWithdrawalStatus(Status withdrawal_status)InvalidWithdrawalStatusInvalidWithdrawalStatus. setWithdrawalStatus(Status withdrawal_status)Constructors in dev.vality.fistful.withdrawal with parameters of type Status Constructor Description AlreadyHasStatus(Status withdrawal_status)ForbiddenStatusChange(Status target_status)InvalidWithdrawalStatus(Status withdrawal_status)StatusChange(Status status) -
Uses of Status in dev.vality.fistful.withdrawal.adjustment
Fields in dev.vality.fistful.withdrawal.adjustment declared as Status Modifier and Type Field Description StatusChangeStatusRequest. new_statusStatusStatusChangePlan. new_statusMethods in dev.vality.fistful.withdrawal.adjustment that return Status Modifier and Type Method Description StatusChangeStatusRequest. getNewStatus()StatusStatusChangePlan. getNewStatus()Methods in dev.vality.fistful.withdrawal.adjustment with parameters of type Status Modifier and Type Method Description ChangeStatusRequestChangeStatusRequest. setNewStatus(Status new_status)StatusChangePlanStatusChangePlan. setNewStatus(Status new_status)Constructors in dev.vality.fistful.withdrawal.adjustment with parameters of type Status Constructor Description ChangeStatusRequest(Status new_status)StatusChangePlan(Status new_status) -
Uses of Status in dev.vality.fistful.withdrawal.status
Methods in dev.vality.fistful.withdrawal.status that return Status Modifier and Type Method Description StatusStatus. deepCopy()static StatusStatus. failed(Failed value)static StatusStatus. pending(Pending value)static StatusStatus. succeeded(Succeeded value)Methods in dev.vality.fistful.withdrawal.status with parameters of type Status Modifier and Type Method Description intStatus. compareTo(Status other)booleanStatus. equals(Status other)Constructors in dev.vality.fistful.withdrawal.status with parameters of type Status Constructor Description Status(Status other)