| Package | Description |
|---|---|
| com.hubspot.slack.client | |
| com.hubspot.slack.client.interceptors.http |
| Modifier and Type | Method and Description |
|---|---|
Optional<ResponseDebugger> |
SlackClientRuntimeConfig.getResponseDebugger() |
Optional<ResponseDebugger> |
SlackClientRuntimeConfigIF.getResponseDebugger() |
| Modifier and Type | Method and Description |
|---|---|
SlackClientRuntimeConfig.Builder |
SlackClientRuntimeConfig.Builder.setResponseDebugger(ResponseDebugger responseDebugger)
Initializes the optional value
responseDebugger to responseDebugger. |
SlackClientRuntimeConfig |
SlackClientRuntimeConfig.withResponseDebugger(ResponseDebugger value)
Copy the current immutable object by setting a present value for the optional
responseDebugger attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackClientRuntimeConfig.Builder |
SlackClientRuntimeConfig.Builder.setResponseDebugger(Optional<ResponseDebugger> responseDebugger)
Initializes the optional value
responseDebugger to responseDebugger. |
SlackClientRuntimeConfig |
SlackClientRuntimeConfig.withResponseDebugger(Optional<ResponseDebugger> optional)
Copy the current immutable object by setting an optional value for the
responseDebugger attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpResponseDebugger |
Copyright © 2020. All rights reserved.