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