public interface StatusClient
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_URL_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
CurrentStatus |
current() |
String |
getEndpointUrlPrefix() |
List<SlackIssue> |
history() |
void |
setEndpointUrlPrefix(String endpointUrlPrefix) |
static final String ENDPOINT_URL_PREFIX
String getEndpointUrlPrefix()
void setEndpointUrlPrefix(String endpointUrlPrefix)
CurrentStatus current() throws IOException, StatusApiException
IOExceptionStatusApiExceptionList<SlackIssue> history() throws IOException, StatusApiException
IOExceptionStatusApiExceptionCopyright © 2020. All rights reserved.