Class GetVersion.Request
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseRequest
-
- nl.harm27.obs.websocket.api.requests.general.GetVersion.Request
-
- Enclosing class:
- GetVersion
public static class GetVersion.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.boolean
isAuthenticationRequired()
Says if request needs to wait for authentication.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseRequest
getMessageId, getRequestType
-
-
-
-
Method Detail
-
getResponseType
public Class<?> getResponseType()
Response type class to map the response to the correct datatype.- Specified by:
getResponseType
in classBaseRequest
-
getRequestName
public String getRequestName()
Says what the name is of this class.- Specified by:
getRequestName
in classBaseRequest
-
isAuthenticationRequired
public boolean isAuthenticationRequired()
Says if request needs to wait for authentication.- Overrides:
isAuthenticationRequired
in classBaseRequest
-
-