Uses of Interface
com.veeva.vault.sdk.api.http.HttpResponse
Packages that use HttpResponse
Package
Description
This package provides interfaces to make HTTP callouts (to Vault or to an external service).
-
Uses of HttpResponse in com.veeva.vault.sdk.api.http
Methods in com.veeva.vault.sdk.api.http that return HttpResponseModifier and TypeMethodDescriptionHttpOperationError.getHttpResponse()
Result of HTTP operation execution when there is an error.Method parameters in com.veeva.vault.sdk.api.http with type arguments of type HttpResponseModifier and TypeMethodDescriptionHttpOperation.onSuccess
(Consumer<HttpResponse<T>> successHandler) A function called when HTTP request execution has completed successfully with an HTTP response status code of 200.