Class GetFilenameFormatting.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.general.GetFilenameFormatting.Response
-
- Enclosing class:
- GetFilenameFormatting
public static class GetFilenameFormatting.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilenameFormatting()
Current filename formatting string.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getFilenameFormatting
public String getFilenameFormatting()
Current filename formatting string.
-
-