Uses of Enum Class
org.knowm.xchange.bitstamp.dto.account.WithdrawalRequest.Type
Packages that use WithdrawalRequest.Type
-
Uses of WithdrawalRequest.Type in org.knowm.xchange.bitstamp.dto.account
Methods in org.knowm.xchange.bitstamp.dto.account that return WithdrawalRequest.TypeModifier and TypeMethodDescriptionstatic WithdrawalRequest.TypeWithdrawalRequest.Type.fromString(Integer string) WithdrawalRequest.getType()static WithdrawalRequest.TypeReturns the enum constant of this class with the specified name.static WithdrawalRequest.Type[]WithdrawalRequest.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.