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