Uses of Class
com.veeva.vault.vapil.connector.HttpResponseConnector
Packages that use HttpResponseConnector
-
Uses of HttpResponseConnector in com.veeva.vault.vapil.connector
Methods in com.veeva.vault.vapil.connector that return HttpResponseConnectorModifier and TypeMethodDescriptionHttpRequestConnector.send
(HttpRequestConnector.HttpMethod method) Perform an HTTP call based on the class properties (url, queryParams, headerParams, bodyParams) for the provided HTTP Method.HttpRequestConnector.send
(HttpRequestConnector.HttpMethod method, HttpRequestConnector.ResponseOption responseOption) Perform an HTTP call based on the class properties (url, queryParams, headerParams, bodyParams) for the provided HTTP Method.HttpRequestConnector.send
(HttpRequestConnector.HttpMethod method, HttpRequestConnector.ResponseOption responseOption, String outputFilePath) Perform an HTTP call based on the class properties (url, queryParams, headerParams, bodyParams) for the provided HTTP Method.HttpRequestConnector.sendDelete()
Perform an HTTP DELETEHttpRequestConnector.sendGet()
Perform an HTTP GET with default response processing (as a string)HttpRequestConnector.sendGet
(HttpRequestConnector.ResponseOption responseOption) Perform an HTTP GET while specifying the response processing optionPerform an HTTP GET and writing the response to the specified file.HttpRequestConnector.sendPost()
Perform an HTTP POSTHttpRequestConnector.sendPut()
Perform an HTTP PUT