Uses of Class
com.bybit.api.client.util.RequestType
-
Packages that use RequestType Package Description com.bybit.api.client.util com.bybit.api.client.websocket.callback -
-
Uses of RequestType in com.bybit.api.client.util
Methods in com.bybit.api.client.util that return RequestType Modifier and Type Method Description static RequestTypeRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestType[]RequestType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RequestType in com.bybit.api.client.websocket.callback
Methods in com.bybit.api.client.websocket.callback with parameters of type RequestType Modifier and Type Method Description voidWebSocketApiRequestHandler. request(RequestType requestType, String method, org.json.JSONObject parameters)
-