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