Class StartStopStreaming.Request
- java.lang.Object
-
- nl.harm27.obswebsocket.api.requests.BaseRequest
-
- nl.harm27.obswebsocket.api.requests.streaming.StartStopStreaming.Request
-
- Enclosing class:
- StartStopStreaming
public static class StartStopStreaming.Request extends BaseRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRequestName()
Says what the name is of this class.Class<?>
getResponseType()
Response type class to map the response to the correct datatype.-
Methods inherited from class nl.harm27.obswebsocket.api.requests.BaseRequest
getMessageId, isAuthenticationRequired
-
-
-
-
Constructor Detail
-
Request
public Request(String messageId)
-
-
Method Detail
-
getResponseType
public Class<?> getResponseType()
Description copied from class:BaseRequest
Response type class to map the response to the correct datatype.- Specified by:
getResponseType
in classBaseRequest
-
getRequestName
public String getRequestName()
Description copied from class:BaseRequest
Says what the name is of this class.- Specified by:
getRequestName
in classBaseRequest
-
-