Uses of Class
com.veeva.vault.vapil.api.request.JobRequest
Packages that use JobRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of JobRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return JobRequestModifier and TypeMethodDescriptionJobRequest.setBinaryFile(String filename, byte[] binaryContent) Specify source data in an input fileJobRequest.setContentTypeCsv()Set the Header Content Type to CSVJobRequest.setContentTypeJson()Set the Header Content Type to JSONJobRequest.setEndDate(ZonedDateTime endDate) Sets the date to end retrieving completed jobs, in the format YYYY-MM-DDTHH:MM:SSZ.JobRequest.setInputPath(String inputPath) Specify source data in an input filePaginate the results by specifying the maximum number of histories per page in the response.Paginate the results displayed per page by specifying the amount of offset from the first job history returned.JobRequest.setRequestString(String requestString) Specify source data in an input string, such as a JSON requestJobRequest.setStartDate(ZonedDateTime startDate) Sets the date to start retrieving completed jobs, in the format YYYY-MM-DDTHH:MM:SSZ.Filter to only retrieve jobs in a certain status.