Class SetTransitionSettings.Request
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseRequest
-
- nl.harm27.obs.websocket.api.requests.transitions.SetTransitionSettings.Request
-
- Enclosing class:
- SetTransitionSettings
public static class SetTransitionSettings.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.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:
getResponseType
in classBaseRequest
-
getRequestName
public String getRequestName()
Says what the name is of this class.- Specified by:
getRequestName
in classBaseRequest
-
-