Uses of Class
org.knowm.xchange.cryptonit2.dto.account.WithdrawalRequest.Status
-
Packages that use WithdrawalRequest.Status Package Description org.knowm.xchange.cryptonit2.dto.account -
-
Uses of WithdrawalRequest.Status in org.knowm.xchange.cryptonit2.dto.account
Methods in org.knowm.xchange.cryptonit2.dto.account that return WithdrawalRequest.Status Modifier and Type Method Description static WithdrawalRequest.StatusWithdrawalRequest.Status. fromString(String string)WithdrawalRequest.StatusWithdrawalRequest. getStatus()static WithdrawalRequest.StatusWithdrawalRequest.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static WithdrawalRequest.Status[]WithdrawalRequest.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-