public interface LegacyStatusClient
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_URL_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
LegacyCurrentStatus |
current() |
String |
getEndpointUrlPrefix() |
List<LegacySlackIssue> |
history() |
void |
setEndpointUrlPrefix(String endpointUrlPrefix) |
static final String ENDPOINT_URL_PREFIX
String getEndpointUrlPrefix()
void setEndpointUrlPrefix(String endpointUrlPrefix)
LegacyCurrentStatus current() throws IOException, LegacyStatusApiException
IOExceptionLegacyStatusApiExceptionList<LegacySlackIssue> history() throws IOException, LegacyStatusApiException
IOExceptionLegacyStatusApiExceptionCopyright © 2020. All rights reserved.