Package | Description |
---|---|
com.veeva.vault.vapil.api.request |
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
|
Modifier and Type | Method and Description |
---|---|
JobRequest |
JobRequest.setEndDate(ZonedDateTime endDate)
Sets the date to end retrieving completed jobs, in the format YYYY-MM-DDTHH:MM:SSZ.
|
JobRequest |
JobRequest.setLimit(String limit)
Paginate the results by specifying the maximum number of histories per page in the response.
|
JobRequest |
JobRequest.setOffset(String offset)
Paginate the results displayed per page by specifying
the amount of offset from the first job history returned.
|
JobRequest |
JobRequest.setStartDate(ZonedDateTime startDate)
Sets the date to start retrieving completed jobs, in the format YYYY-MM-DDTHH:MM:SSZ.
|
JobRequest |
JobRequest.setStats(String status)
Filter to only retrieve jobs in a certain status.
|
Copyright © 2021. All rights reserved.