Class ListSceneCollections.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.scenecollections.ListSceneCollections.Response
-
- Enclosing class:
- ListSceneCollections
public static class ListSceneCollections.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScenesCollection>
getSceneCollections()
Scene collections list-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getSceneCollections
public List<ScenesCollection> getSceneCollections()
Scene collections list
-
-