| Package | Description |
|---|---|
| com.hubspot.slack.client | |
| com.hubspot.slack.client.interceptors.http |
| Modifier and Type | Method and Description |
|---|---|
Optional<RequestDebugger> |
SlackClientRuntimeConfig.getRequestDebugger() |
Optional<RequestDebugger> |
SlackClientRuntimeConfigIF.getRequestDebugger() |
| Modifier and Type | Method and Description |
|---|---|
SlackClientRuntimeConfig.Builder |
SlackClientRuntimeConfig.Builder.setRequestDebugger(RequestDebugger requestDebugger)
Initializes the optional value
requestDebugger to requestDebugger. |
SlackClientRuntimeConfig |
SlackClientRuntimeConfig.withRequestDebugger(RequestDebugger value)
Copy the current immutable object by setting a present value for the optional
requestDebugger attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackClientRuntimeConfig.Builder |
SlackClientRuntimeConfig.Builder.setRequestDebugger(Optional<RequestDebugger> requestDebugger)
Initializes the optional value
requestDebugger to requestDebugger. |
SlackClientRuntimeConfig |
SlackClientRuntimeConfig.withRequestDebugger(Optional<RequestDebugger> optional)
Copy the current immutable object by setting an optional value for the
requestDebugger attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpRequestDebugger |
Copyright © 2020. All rights reserved.