public class StatusClientImpl extends Object implements StatusClient
ENDPOINT_URL_PREFIX| Constructor and Description |
|---|
StatusClientImpl(SlackHttpClient slackHttpClient) |
| Modifier and Type | Method and Description |
|---|---|
CurrentStatus |
current() |
String |
getEndpointUrlPrefix() |
List<SlackIssue> |
history() |
void |
setEndpointUrlPrefix(String endpointUrlPrefix) |
public StatusClientImpl(SlackHttpClient slackHttpClient)
public String getEndpointUrlPrefix()
getEndpointUrlPrefix in interface StatusClientpublic void setEndpointUrlPrefix(String endpointUrlPrefix)
setEndpointUrlPrefix in interface StatusClientpublic CurrentStatus current() throws IOException, StatusApiException
current in interface StatusClientIOExceptionStatusApiExceptionpublic List<SlackIssue> history() throws IOException, StatusApiException
history in interface StatusClientIOExceptionStatusApiExceptionCopyright © 2020. All rights reserved.