Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart.httpget.HttpHeaders
-
-
Uses of HttpHeaders in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart that return HttpHeaders Modifier and Type Method Description HttpHeadersHttpGetFluent. buildFirstHttpHeader()HttpHeadersHttpGetFluent. buildHttpHeader(int index)HttpHeadersHttpGetFluent. buildLastHttpHeader()HttpHeadersHttpGetFluent. buildMatchingHttpHeader(Predicate<HttpHeadersBuilder> predicate)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart that return types with arguments of type HttpHeaders Modifier and Type Method Description List<HttpHeaders>HttpGetFluent. buildHttpHeaders()List<HttpHeaders>HttpGet. getHttpHeaders()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart with parameters of type HttpHeaders Modifier and Type Method Description HttpGetFluent.EphemeralcontainersHttpHeadersNested<A>HttpGetFluent. addNewHttpHeaderLike(HttpHeaders item)AHttpGetFluent. addToHttpHeaders(int index, HttpHeaders item)AHttpGetFluent. addToHttpHeaders(HttpHeaders... items)AHttpGetFluent. removeFromHttpHeaders(HttpHeaders... items)HttpGetFluent.EphemeralcontainersHttpHeadersNested<A>HttpGetFluent. setNewHttpHeaderLike(int index, HttpHeaders item)AHttpGetFluent. setToHttpHeaders(int index, HttpHeaders item)AHttpGetFluent. withHttpHeaders(HttpHeaders... httpHeaders)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart with type arguments of type HttpHeaders Modifier and Type Method Description AHttpGetFluent. addAllToEphemeralcontainersHttpHeaders(Collection<HttpHeaders> items)AHttpGetFluent. removeAllFromEphemeralcontainersHttpHeaders(Collection<HttpHeaders> items)voidHttpGet. setHttpHeaders(List<HttpHeaders> httpHeaders)AHttpGetFluent. withHttpHeaders(List<HttpHeaders> httpHeaders) -
Uses of HttpHeaders in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart.httpget
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart.httpget that return HttpHeaders Modifier and Type Method Description HttpHeadersHttpHeadersBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart.httpget with parameters of type HttpHeaders Constructor Description HttpHeadersBuilder(HttpHeaders instance)HttpHeadersBuilder(HttpHeadersFluent<?> fluent, HttpHeaders instance)HttpHeadersBuilder(HttpHeadersFluent<?> fluent, HttpHeaders instance, Boolean validationEnabled)HttpHeadersBuilder(HttpHeaders instance, Boolean validationEnabled)HttpHeadersFluent(HttpHeaders instance)
-