| Package | Description |
|---|---|
| com.veeva.vault.vapil.connector |
Generic connector methods for Vault API
|
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestConnector.ResponseOption |
HttpRequestConnector.ResponseOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRequestConnector.ResponseOption[] |
HttpRequestConnector.ResponseOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.sendGet(HttpRequestConnector.ResponseOption responseOption)
Perform an HTTP GET while specifying the response processing option
|
| Constructor and Description |
|---|
HttpResponseConnector(HttpRequestConnector.ResponseOption responseOption)
Constructor to set specific response option
(String, write to file, byte array)
|
Copyright © 2021. All rights reserved.