Uses of Class
com.slack.api.SlackConfig
Packages that use SlackConfig
Package
Description
The root package of all the libraries in this SDK.
Audit Logs API client.
Slack API Methods (also called as Web API) client.
SCIM API client.
SCIM API client.
Provides HTTP client and related utilities.
Provides JSON utilities.
-
Uses of SlackConfig in com.slack.api
Fields in com.slack.api declared as SlackConfigModifier and TypeFieldDescriptionstatic final SlackConfigSlackConfig.DEFAULTThe default instance is immutable.Methods in com.slack.api that return SlackConfigMethods in com.slack.api with parameters of type SlackConfigModifier and TypeMethodDescriptionstatic 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 SlackConfigModifierConstructorDescriptionAuditApiException(SlackConfig config, okhttp3.Response response, String responseBody) -
Uses of SlackConfig in com.slack.api.audit.impl
Methods in com.slack.api.audit.impl with parameters of type SlackConfigModifier and TypeMethodDescriptionstatic AsyncRateLimitExecutorAsyncRateLimitExecutor.getOrCreate(MethodsClientImpl methods, SlackConfig config) Constructors in com.slack.api.audit.impl with parameters of type SlackConfigModifierConstructorDescriptionAsyncAuditClientImpl(String token, AuditClientImpl audit, MethodsClientImpl methods, SlackConfig config) AuditClientImpl(SlackConfig config, SlackHttpClient slackHttpClient, TeamIdCache teamIdCache) AuditClientImpl(SlackConfig config, SlackHttpClient slackHttpClient, TeamIdCache teamIdCache, String token) -
Uses of SlackConfig in com.slack.api.methods
Constructors in com.slack.api.methods with parameters of type SlackConfigModifierConstructorDescriptionSlackApiException(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 SlackConfigModifier and TypeMethodDescriptionstatic AsyncRateLimitExecutorAsyncRateLimitExecutor.getOrCreate(MethodsClientImpl client, SlackConfig config) Constructors in com.slack.api.methods.impl with parameters of type SlackConfigModifierConstructorDescriptionAsyncMethodsClientImpl(String token, MethodsClientImpl clientImpl, SlackConfig config) -
Uses of SlackConfig in com.slack.api.scim
Constructors in com.slack.api.scim with parameters of type SlackConfigModifierConstructorDescriptionSCIMApiException(SlackConfig config, okhttp3.Response response, String responseBody) -
Uses of SlackConfig in com.slack.api.scim.impl
Methods in com.slack.api.scim.impl with parameters of type SlackConfigModifier and TypeMethodDescriptionstatic AsyncRateLimitExecutorAsyncRateLimitExecutor.getOrCreate(MethodsClientImpl methods, SlackConfig config) Constructors in com.slack.api.scim.impl with parameters of type SlackConfigModifierConstructorDescriptionAsyncSCIMClientImpl(String token, SCIMClientImpl scim, MethodsClientImpl methods, SlackConfig config) SCIMClientImpl(SlackConfig config, SlackHttpClient slackHttpClient, TeamIdCache teamIdCache) SCIMClientImpl(SlackConfig config, SlackHttpClient slackHttpClient, TeamIdCache teamIdCache, String token) -
Uses of SlackConfig in com.slack.api.scim2
Constructors in com.slack.api.scim2 with parameters of type SlackConfigModifierConstructorDescriptionSCIM2ApiException(SlackConfig config, okhttp3.Response response, String responseBody) -
Uses of SlackConfig in com.slack.api.scim2.impl
Methods in com.slack.api.scim2.impl with parameters of type SlackConfigModifier and TypeMethodDescriptionstatic AsyncRateLimitExecutorAsyncRateLimitExecutor.getOrCreate(MethodsClientImpl methods, SlackConfig config) Constructors in com.slack.api.scim2.impl with parameters of type SlackConfigModifierConstructorDescriptionAsyncSCIM2ClientImpl(String token, SCIM2ClientImpl scim, MethodsClientImpl methods, SlackConfig config) SCIM2ClientImpl(SlackConfig config, SlackHttpClient slackHttpClient, TeamIdCache teamIdCache) SCIM2ClientImpl(SlackConfig config, SlackHttpClient slackHttpClient, TeamIdCache teamIdCache, String token) -
Uses of SlackConfig in com.slack.api.util.http
Methods in com.slack.api.util.http that return SlackConfigMethods in com.slack.api.util.http with parameters of type SlackConfigModifier and TypeMethodDescriptionstatic 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 SlackConfigModifierConstructorDescriptionSlackHttpClient(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 SlackConfigMethods in com.slack.api.util.http.listener with parameters of type SlackConfigConstructors in com.slack.api.util.http.listener with parameters of type SlackConfigModifierConstructorDescriptionState(SlackConfig config, okhttp3.Response response, String parsedResponseBody) State(SlackConfig config, okhttp3.Response response, String parsedResponseBody, boolean requestBodyBinary) -
Uses of SlackConfig in com.slack.api.util.json
Methods in com.slack.api.util.json with parameters of type SlackConfigModifier and TypeMethodDescriptionstatic 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.