Class GetTransitionList.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.transitions.GetTransitionList.Response
-
- Enclosing class:
- GetTransitionList
public static class GetTransitionList.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrentTransition()
Name of the currently active transition.List<GetTransitionList.Transition>
getTransitions()
List of transitions.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getCurrentTransition
public String getCurrentTransition()
Name of the currently active transition.
-
getTransitions
public List<GetTransitionList.Transition> getTransitions()
List of transitions.
-
-