Uses of Enum Class
org.knowm.xchange.bitstamp.dto.account.WithdrawalRequest.Status
Packages that use WithdrawalRequest.Status
-
Uses of WithdrawalRequest.Status in org.knowm.xchange.bitstamp.dto.account
Methods in org.knowm.xchange.bitstamp.dto.account that return WithdrawalRequest.StatusModifier and TypeMethodDescriptionstatic WithdrawalRequest.StatusWithdrawalRequest.Status.fromString(String string) WithdrawalRequest.getStatus()static WithdrawalRequest.StatusReturns the enum constant of this class with the specified name.static WithdrawalRequest.Status[]WithdrawalRequest.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.