Module io.helidon.webclient.api
Package io.helidon.webclient.api
Class WebClientServiceResponse.Builder
java.lang.Object
io.helidon.webclient.api.WebClientServiceResponse.BuilderBase<WebClientServiceResponse.Builder,WebClientServiceResponse>
io.helidon.webclient.api.WebClientServiceResponse.Builder
- All Implemented Interfaces:
Prototype.Builder<WebClientServiceResponse.Builder,
,WebClientServiceResponse> Builder<WebClientServiceResponse.Builder,
,WebClientServiceResponse> Supplier<WebClientServiceResponse>
- Enclosing interface:
WebClientServiceResponse
public static class WebClientServiceResponse.Builder
extends WebClientServiceResponse.BuilderBase<WebClientServiceResponse.Builder,WebClientServiceResponse>
implements Builder<WebClientServiceResponse.Builder,WebClientServiceResponse>
Fluent API builder for
WebClientServiceResponse
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
-
Method Summary
Methods inherited from class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
clearInputStream, connection, connection, from, from, headers, headers, inputStream, inputStream, preBuildPrototype, serviceRequest, serviceRequest, status, status, toString, trailers, trailers, validatePrototype, whenComplete, whenComplete
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<WebClientServiceResponse.Builder,
WebClientServiceResponse> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<WebClientServiceResponse.Builder,
WebClientServiceResponse> - Returns:
- instance of the built type
-