Class ListProfiles.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.profiles.ListProfiles.Response
-
- Enclosing class:
- ListProfiles
public static class ListProfiles.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ListProfiles.Profile>
getProfiles()
List of available profiles.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getProfiles
public List<ListProfiles.Profile> getProfiles()
List of available profiles.
-
-