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