Class TransitionToProgram.Request
- java.lang.Object
-
- nl.harm27.obswebsocket.api.requests.BaseRequest
-
- nl.harm27.obswebsocket.api.requests.studiomode.TransitionToProgram.Request
-
- Enclosing class:
- TransitionToProgram
public static class TransitionToProgram.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.void
setWithTransition(TransitionToProgram.Transition withTransition)
Change the active transition before switching scenes.-
Methods inherited from class nl.harm27.obswebsocket.api.requests.BaseRequest
getMessageId, isAuthenticationRequired
-
-
-
-
Constructor Detail
-
Request
public Request(String messageId)
-
-
Method Detail
-
setWithTransition
public void setWithTransition(TransitionToProgram.Transition withTransition)
Change the active transition before switching scenes. Defaults to the active transition.
-
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
-
-