Class Authenticate.Request
- java.lang.Object
-
- nl.harm27.obswebsocket.api.requests.BaseRequest
-
- nl.harm27.obswebsocket.api.requests.general.Authenticate.Request
-
- Enclosing class:
- Authenticate
public static class Authenticate.Request extends BaseRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestName()Says what the name is of this class.Class<?>getResponseType()Response type class to map the response to the correct datatype.booleanisAuthenticationRequired()Says if request needs to wait for authentication.-
Methods inherited from class nl.harm27.obswebsocket.api.requests.BaseRequest
getMessageId
-
-
-
-
Method Detail
-
getResponseType
public Class<?> getResponseType()
Description copied from class:BaseRequestResponse type class to map the response to the correct datatype.- Specified by:
getResponseTypein classBaseRequest
-
isAuthenticationRequired
public boolean isAuthenticationRequired()
Description copied from class:BaseRequestSays if request needs to wait for authentication.- Overrides:
isAuthenticationRequiredin classBaseRequest
-
getRequestName
public String getRequestName()
Description copied from class:BaseRequestSays what the name is of this class.- Specified by:
getRequestNamein classBaseRequest
-
-