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