Class SetCurrentTransition.Request
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseRequest
-
- nl.harm27.obs.websocket.api.requests.transitions.SetCurrentTransition.Request
-
- Enclosing class:
- SetCurrentTransition
public static class SetCurrentTransition.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.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseRequest
getMessageId, getRequestType, isAuthenticationRequired
-
-
-
-
Method Detail
-
getResponseType
public Class<?> getResponseType()
Response type class to map the response to the correct datatype.- Specified by:
getResponseTypein classBaseRequest
-
getRequestName
public String getRequestName()
Says what the name is of this class.- Specified by:
getRequestNamein classBaseRequest
-
-