| Package | Description |
|---|---|
| com.hubspot.slack.client.http |
| Modifier and Type | Method and Description |
|---|---|
HttpExchange |
HttpExchange.Builder.build()
Builds a new
HttpExchange. |
static HttpExchange |
HttpExchange.copyOf(HttpExchangeIF instance)
Creates an immutable copy of a
HttpExchangeIF value. |
HttpExchange |
HttpExchange.withExchangeDuration(Duration exchangeDuration)
Copy the current immutable object by setting a value for the
exchangeDuration attribute. |
HttpExchange |
HttpExchange.withRequest(com.hubspot.horizon.HttpRequest request)
Copy the current immutable object by setting a value for the
request attribute. |
HttpExchange |
HttpExchange.withResponse(com.hubspot.horizon.HttpResponse response)
Copy the current immutable object by setting a value for the
response attribute. |
Copyright © 2020. All rights reserved.