Uses of Class
nl.harm27.obswebsocket.api.requests.Status
-
Packages that use Status Package Description nl.harm27.obswebsocket.api.requests -
-
Uses of Status in nl.harm27.obswebsocket.api.requests
Methods in nl.harm27.obswebsocket.api.requests that return Status Modifier and Type Method Description StatusBaseResponse. getStatus()Response status, will be one of the following: ok, errorstatic StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-