Class ReorderSceneItems.Request
- java.lang.Object
-
- nl.harm27.obswebsocket.api.requests.BaseRequest
-
- nl.harm27.obswebsocket.api.requests.scenes.ReorderSceneItems.Request
-
- Enclosing class:
- ReorderSceneItems
public static class ReorderSceneItems.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.voidsetScene(String scene)Name of the scene to reorder (defaults to current).-
Methods inherited from class nl.harm27.obswebsocket.api.requests.BaseRequest
getMessageId, isAuthenticationRequired
-
-
-
-
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
-
getRequestName
public String getRequestName()
Description copied from class:BaseRequestSays what the name is of this class.- Specified by:
getRequestNamein classBaseRequest
-
setScene
public void setScene(String scene)
Name of the scene to reorder (defaults to current).
-
-