Uses of Class
com.bybit.api.client.domain.asset.WithdrawType
-
Packages that use WithdrawType Package Description com.bybit.api.client.domain.asset -
-
Uses of WithdrawType in com.bybit.api.client.domain.asset
Methods in com.bybit.api.client.domain.asset that return WithdrawType Modifier and Type Method Description static WithdrawTypeWithdrawType. valueOf(String name)Returns the enum constant of this type with the specified name.static WithdrawType[]WithdrawType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-