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