Uses of Class
com.veeva.vault.vapil.api.request.AgentRequest
Packages that use AgentRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of AgentRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return AgentRequestModifier and TypeMethodDescriptionAgentRequest.setBinaryFile(String filename, byte[] binaryContent) Specify source data in an input fileAgentRequest.setExecutionId(String executionId) Specify the execution ID of the agent action execution.AgentRequest.setExternalId(String externalId) Specify the external ID of the agent action execution.AgentRequest.setInputPath(String inputPath) Specify source data in an input fileAgentRequest.setRequestString(String requestString) Specify source data in an input string, such as a JSON request