Class ExecuteBatch.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.general.ExecuteBatch.Response
-
- Enclosing class:
- ExecuteBatch
public static class ExecuteBatch.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BaseResponse>
getResults()
Batch requests results, ordered sequentially.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getResults
public List<BaseResponse> getResults()
Batch requests results, ordered sequentially.
-
-