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.setEndDate
(ZonedDateTime endDate) Sets the date to end retrieving completed jobs, in the format YYYY-MM-DDTHH:MM:SSZ.Paginate 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.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.