| Package | Description |
|---|---|
| org.cloudfoundry.reactor |
| Modifier and Type | Method and Description |
|---|---|
HttpClientResponseWithParsedBody.Builder<T> |
HttpClientResponseWithParsedBody.Builder.body(Optional<? extends T> body)
Initializes the optional value
body to body. |
HttpClientResponseWithParsedBody.Builder<T> |
HttpClientResponseWithParsedBody.Builder.body(T body)
Initializes the optional value
body to body. |
static <T> HttpClientResponseWithParsedBody.Builder<T> |
HttpClientResponseWithParsedBody.builder()
Creates a builder for
HttpClientResponseWithParsedBody. |
HttpClientResponseWithParsedBody.Builder<T> |
HttpClientResponseWithParsedBody.Builder.from(_HttpClientResponseWithParsedBody<T> instance)
Fill a builder with attribute values from the provided
_HttpClientResponseWithParsedBody instance. |
HttpClientResponseWithParsedBody.Builder<T> |
HttpClientResponseWithParsedBody.Builder.response(reactor.netty.http.client.HttpClientResponse response)
Initializes the value for the
response attribute. |
Copyright © 2024. All rights reserved.