Uses of Enum Class
com.veeva.vault.vapil.connector.HttpRequestConnector.ResponseOption
Packages that use HttpRequestConnector.ResponseOption
-
Uses of HttpRequestConnector.ResponseOption in com.veeva.vault.vapil.connector
Methods in com.veeva.vault.vapil.connector that return HttpRequestConnector.ResponseOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HttpRequestConnector.ResponseOption[]HttpRequestConnector.ResponseOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.veeva.vault.vapil.connector with parameters of type HttpRequestConnector.ResponseOptionModifier and TypeMethodDescriptionHttpRequestConnector.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.sendGet(HttpRequestConnector.ResponseOption responseOption) Perform an HTTP GET while specifying the response processing optionConstructors in com.veeva.vault.vapil.connector with parameters of type HttpRequestConnector.ResponseOptionModifierConstructorDescriptionHttpResponseConnector(HttpRequestConnector.ResponseOption responseOption) Constructor to set specific response option (String, write to file, byte array)