public interface AuditClient
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_URL_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
ActionsResponse |
getActions() |
ActionsResponse |
getActions(ActionsRequest req) |
ActionsResponse |
getActions(RequestConfigurator<com.github.seratch.jslack.api.audit.request.ActionsRequest.ActionsRequestBuilder> req) |
LogsResponse |
getLogs(LogsRequest req) |
LogsResponse |
getLogs(RequestConfigurator<com.github.seratch.jslack.api.audit.request.LogsRequest.LogsRequestBuilder> req) |
SchemasResponse |
getSchemas() |
SchemasResponse |
getSchemas(RequestConfigurator<com.github.seratch.jslack.api.audit.request.SchemasRequest.SchemasRequestBuilder> req) |
SchemasResponse |
getSchemas(SchemasRequest req) |
static final String ENDPOINT_URL_PREFIX
SchemasResponse getSchemas() throws IOException, AuditApiException
IOExceptionAuditApiExceptionSchemasResponse getSchemas(SchemasRequest req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionSchemasResponse getSchemas(RequestConfigurator<com.github.seratch.jslack.api.audit.request.SchemasRequest.SchemasRequestBuilder> req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionActionsResponse getActions() throws IOException, AuditApiException
IOExceptionAuditApiExceptionActionsResponse getActions(ActionsRequest req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionActionsResponse getActions(RequestConfigurator<com.github.seratch.jslack.api.audit.request.ActionsRequest.ActionsRequestBuilder> req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionLogsResponse getLogs(LogsRequest req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionLogsResponse getLogs(RequestConfigurator<com.github.seratch.jslack.api.audit.request.LogsRequest.LogsRequestBuilder> req) throws IOException, AuditApiException
IOExceptionAuditApiExceptionCopyright © 2019. All rights reserved.