Uses of Class
io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
Packages that use WebClientServiceResponse.BuilderBase
-
Uses of WebClientServiceResponse.BuilderBase in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type WebClientServiceResponse.BuilderBaseModifier and TypeClassDescriptionstatic class
WebClientServiceResponse.BuilderBase<BUILDER extends WebClientServiceResponse.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientServiceResponse> Fluent API builder base forWebClientServiceResponse
.Subclasses of WebClientServiceResponse.BuilderBase in io.helidon.webclient.apiMethods in io.helidon.webclient.api with parameters of type WebClientServiceResponse.BuilderBaseModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.from
(WebClientServiceResponse.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webclient.api with parameters of type WebClientServiceResponse.BuilderBaseModifierConstructorDescriptionprotected
Create an instance providing a builder.