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