Uses of Enum
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.Status
WithdrawalRequest.Status.fromString
(String string) WithdrawalRequest.getStatus()
static WithdrawalRequest.Status
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.