public class AuditClientImpl extends Object implements AuditClient
ENDPOINT_URL_PREFIX| Constructor and Description |
|---|
AuditClientImpl(SlackHttpClient slackHttpClient) |
AuditClientImpl(SlackHttpClient slackHttpClient,
String token) |
| Modifier and Type | Method and Description |
|---|---|
ActionsResponse |
getActions() |
ActionsResponse |
getActions(ActionsRequest req) |
ActionsResponse |
getActions(RequestConfigurator<ActionsRequest.ActionsRequestBuilder> req) |
String |
getEndpointUrlPrefix() |
LogsResponse |
getLogs(LogsRequest req) |
LogsResponse |
getLogs(RequestConfigurator<LogsRequest.LogsRequestBuilder> req) |
SchemasResponse |
getSchemas() |
SchemasResponse |
getSchemas(RequestConfigurator<SchemasRequest.SchemasRequestBuilder> req) |
SchemasResponse |
getSchemas(SchemasRequest req) |
void |
setEndpointUrlPrefix(String endpointUrlPrefix) |
public AuditClientImpl(SlackHttpClient slackHttpClient)
public AuditClientImpl(SlackHttpClient slackHttpClient, String token)
public String getEndpointUrlPrefix()
public void setEndpointUrlPrefix(String endpointUrlPrefix)
public SchemasResponse getSchemas() throws IOException, AuditApiException
getSchemas in interface AuditClientIOExceptionAuditApiExceptionpublic SchemasResponse getSchemas(SchemasRequest req) throws IOException, AuditApiException
getSchemas in interface AuditClientIOExceptionAuditApiExceptionpublic SchemasResponse getSchemas(RequestConfigurator<SchemasRequest.SchemasRequestBuilder> req) throws IOException, AuditApiException
getSchemas in interface AuditClientIOExceptionAuditApiExceptionpublic ActionsResponse getActions() throws IOException, AuditApiException
getActions in interface AuditClientIOExceptionAuditApiExceptionpublic ActionsResponse getActions(ActionsRequest req) throws IOException, AuditApiException
getActions in interface AuditClientIOExceptionAuditApiExceptionpublic ActionsResponse getActions(RequestConfigurator<ActionsRequest.ActionsRequestBuilder> req) throws IOException, AuditApiException
getActions in interface AuditClientIOExceptionAuditApiExceptionpublic LogsResponse getLogs(LogsRequest req) throws IOException, AuditApiException
getLogs in interface AuditClientIOExceptionAuditApiExceptionpublic LogsResponse getLogs(RequestConfigurator<LogsRequest.LogsRequestBuilder> req) throws IOException, AuditApiException
getLogs in interface AuditClientIOExceptionAuditApiExceptionCopyright © 2020. All rights reserved.