Uses of Class
com.slack.api.SlackConfig
-
Packages that use SlackConfig Package Description com.slack.api The root package of all the libraries in this SDK.com.slack.api.audit Audit Logs API client.com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl com.slack.api.scim SCIM API client.com.slack.api.util.http Provides HTTP client and related utilities.com.slack.api.util.http.listener com.slack.api.util.json Provides JSON utilities. -
-
Uses of SlackConfig in com.slack.api
Fields in com.slack.api declared as SlackConfig Modifier and Type Field Description static SlackConfigSlackConfig. DEFAULTThe default instance is immutable.Methods in com.slack.api that return SlackConfig Modifier and Type Method Description SlackConfigSlack. getConfig()Methods in com.slack.api with parameters of type SlackConfig Modifier and Type Method Description static SlackSlack. getInstance(SlackConfig config)static SlackSlack. getInstance(SlackConfig config, SlackHttpClient httpClient) -
Uses of SlackConfig in com.slack.api.audit
Constructors in com.slack.api.audit with parameters of type SlackConfig Constructor Description AuditApiException(SlackConfig config, okhttp3.Response response, String responseBody) -
Uses of SlackConfig in com.slack.api.methods
Constructors in com.slack.api.methods with parameters of type SlackConfig Constructor Description SlackApiException(SlackConfig config, okhttp3.Response response, String responseBody) -
Uses of SlackConfig in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type SlackConfig Modifier and Type Method Description static AsyncRateLimitExecutorAsyncRateLimitExecutor. getOrCreate(MethodsClientImpl client, SlackConfig config)Constructors in com.slack.api.methods.impl with parameters of type SlackConfig Constructor Description AsyncMethodsClientImpl(String token, MethodsClientImpl clientImpl, SlackConfig config) -
Uses of SlackConfig in com.slack.api.scim
Constructors in com.slack.api.scim with parameters of type SlackConfig Constructor Description SCIMApiException(SlackConfig config, okhttp3.Response response, String responseBody) -
Uses of SlackConfig in com.slack.api.util.http
Methods in com.slack.api.util.http that return SlackConfig Modifier and Type Method Description SlackConfigSlackHttpClient. getConfig()Methods in com.slack.api.util.http with parameters of type SlackConfig Modifier and Type Method Description static okhttp3.OkHttpClientSlackHttpClient. buildOkHttpClient(SlackConfig config)static okhttp3.OkHttpClientSlackHttpClient. buildOkHttpClient(SlackConfig config, Map<String,String> userAgentCustomInfo)static SlackHttpClientSlackHttpClient. buildSlackHttpClient(SlackConfig config)static SlackHttpClientSlackHttpClient. buildSlackHttpClient(SlackConfig config, Map<String,String> userAgentCustomInfo)voidSlackHttpClient. setConfig(SlackConfig config)Constructors in com.slack.api.util.http with parameters of type SlackConfig Constructor Description SlackHttpClient(SlackConfig config, Map<String,String> userAgentCustomInfo) -
Uses of SlackConfig in com.slack.api.util.http.listener
Methods in com.slack.api.util.http.listener that return SlackConfig Modifier and Type Method Description SlackConfigHttpResponseListener.State. getConfig()Methods in com.slack.api.util.http.listener with parameters of type SlackConfig Modifier and Type Method Description voidHttpResponseListener.State. setConfig(SlackConfig config)Constructors in com.slack.api.util.http.listener with parameters of type SlackConfig Constructor Description State(SlackConfig config, okhttp3.Response response, String parsedResponseBody) -
Uses of SlackConfig in com.slack.api.util.json
Methods in com.slack.api.util.json with parameters of type SlackConfig Modifier and Type Method Description static com.google.gson.GsonGsonFactory. createCamelCase(SlackConfig config)Mainly used for SCIM APIs.static com.google.gson.GsonGsonFactory. createSnakeCase(SlackConfig config)Most of the Slack APIs' key naming is snake-cased.
-