Uses of Class
com.veeva.vault.vapil.api.request.EDLRequest
Packages that use EDLRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of EDLRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return EDLRequestModifier and TypeMethodDescriptionEDLRequest.setAcceptCSV()Set the Header Accept to return CSVEDLRequest.setAcceptJson()Set the Header Accept to return CSVEDLRequest.setBinaryFile(String filename, byte[] binaryContent) Specify source data in an input fileEDLRequest.setContentTypeCsv()Set the Header Content Type to CSVEDLRequest.setContentTypeJson()Set the Header Content Type to JSONEDLRequest.setIdParam(String idParam) Identify nodes by a unique field on the corresponding record instead of the node IDEDLRequest.setInputPath(String inputPath) Specify source data in an input fileEDLRequest.setRequestString(String requestString) Specify source data in an input string, such as a JSON request