Package | Description |
---|---|
com.veeva.vault.vapil.connector |
Generic connector methods for Vault API
|
Modifier and Type | Method and Description |
---|---|
HttpResponseConnector |
HttpRequestConnector.send(HttpRequestConnector.HttpMethod method)
Perform an HTTP call based on the class properties
(url, queryParams, headerParams, bodyParams)
for the provided HTTP Method.
|
HttpResponseConnector |
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.
|
HttpResponseConnector |
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.
|
HttpResponseConnector |
HttpRequestConnector.sendDelete()
Perform an HTTP DELETE
|
HttpResponseConnector |
HttpRequestConnector.sendGet()
Perform an HTTP GET with default response processing (as a string)
|
HttpResponseConnector |
HttpRequestConnector.sendGet(HttpRequestConnector.ResponseOption responseOption)
Perform an HTTP GET while specifying the response processing option
|
HttpResponseConnector |
HttpRequestConnector.sendGet(String outputFilePath)
Perform an HTTP GET and writing the response to the specified file.
|
HttpResponseConnector |
HttpRequestConnector.sendPost()
Perform an HTTP POST
|
HttpResponseConnector |
HttpRequestConnector.sendPut()
Perform an HTTP PUT
|
Copyright © 2021. All rights reserved.