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