Uses of Class
nl.harm27.obs.websocket.api.base.Status
-
Packages that use Status Package Description nl.harm27.obs.websocket.api.base -
-
Uses of Status in nl.harm27.obs.websocket.api.base
Methods in nl.harm27.obs.websocket.api.base that return Status Modifier and Type Method Description Status
BaseResponse. getStatus()
Response status, will be one of the following: ok, errorstatic Status
Status. 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.
-