public class SlackConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static SlackConfig |
DEFAULT
The default instance is immutable.
|
| Constructor and Description |
|---|
SlackConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAuditEndpointUrlPrefix() |
List<HttpResponseListener> |
getHttpClientResponseHandlers() |
String |
getLegacyStatusEndpointUrlPrefix() |
MethodsConfig |
getMethodsConfig() |
String |
getMethodsEndpointUrlPrefix() |
String |
getProxyUrl()
The proxy server URL supposed to be used for all api calls.
|
String |
getScimEndpointUrlPrefix() |
String |
getStatusEndpointUrlPrefix() |
int |
hashCode() |
boolean |
isFailOnUnknownProperties()
If you would like to detect unknown properties by throwing exceptions, set this flag as true.
|
boolean |
isLibraryMaintainerMode()
Don't enable this flag in production.
|
boolean |
isPrettyResponseLoggingEnabled() |
boolean |
isTokenExistenceVerificationEnabled()
Slack Web API client verifies the existence of tokens before sending HTTP requests to Slack servers.
|
void |
setAuditEndpointUrlPrefix(String auditEndpointUrlPrefix) |
void |
setFailOnUnknownProperties(boolean failOnUnknownProperties)
If you would like to detect unknown properties by throwing exceptions, set this flag as true.
|
void |
setHttpClientResponseHandlers(List<HttpResponseListener> httpClientResponseHandlers) |
void |
setLegacyStatusEndpointUrlPrefix(String legacyStatusEndpointUrlPrefix) |
void |
setLibraryMaintainerMode(boolean libraryMaintainerMode)
Don't enable this flag in production.
|
void |
setMethodsConfig(MethodsConfig methodsConfig) |
void |
setMethodsEndpointUrlPrefix(String methodsEndpointUrlPrefix) |
void |
setPrettyResponseLoggingEnabled(boolean prettyResponseLoggingEnabled) |
void |
setProxyUrl(String proxyUrl)
The proxy server URL supposed to be used for all api calls.
|
void |
setScimEndpointUrlPrefix(String scimEndpointUrlPrefix) |
void |
setStatusEndpointUrlPrefix(String statusEndpointUrlPrefix) |
void |
setTokenExistenceVerificationEnabled(boolean tokenExistenceVerificationEnabled)
Slack Web API client verifies the existence of tokens before sending HTTP requests to Slack servers.
|
String |
toString() |
public static final SlackConfig DEFAULT
public String getProxyUrl()
public boolean isPrettyResponseLoggingEnabled()
public boolean isLibraryMaintainerMode()
public boolean isFailOnUnknownProperties()
public boolean isTokenExistenceVerificationEnabled()
public List<HttpResponseListener> getHttpClientResponseHandlers()
public String getAuditEndpointUrlPrefix()
public String getMethodsEndpointUrlPrefix()
public String getScimEndpointUrlPrefix()
public String getStatusEndpointUrlPrefix()
public String getLegacyStatusEndpointUrlPrefix()
public MethodsConfig getMethodsConfig()
public void setProxyUrl(String proxyUrl)
public void setPrettyResponseLoggingEnabled(boolean prettyResponseLoggingEnabled)
public void setLibraryMaintainerMode(boolean libraryMaintainerMode)
public void setFailOnUnknownProperties(boolean failOnUnknownProperties)
public void setTokenExistenceVerificationEnabled(boolean tokenExistenceVerificationEnabled)
public void setHttpClientResponseHandlers(List<HttpResponseListener> httpClientResponseHandlers)
public void setAuditEndpointUrlPrefix(String auditEndpointUrlPrefix)
public void setMethodsEndpointUrlPrefix(String methodsEndpointUrlPrefix)
public void setScimEndpointUrlPrefix(String scimEndpointUrlPrefix)
public void setStatusEndpointUrlPrefix(String statusEndpointUrlPrefix)
public void setLegacyStatusEndpointUrlPrefix(String legacyStatusEndpointUrlPrefix)
public void setMethodsConfig(MethodsConfig methodsConfig)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.