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 |
---|---|
LogRequest |
LogRequest.setAllDates(Boolean allDates)
Used to request audit information for all dates
|
LogRequest |
LogRequest.setEndDate(ZonedDateTime endDate)
Specify an end date to retrieve audit information.
|
LogRequest |
LogRequest.setFormatResult(LogRequest.FormatResultType formatResult)
The format of the returned results (JSON or CSV)
|
LogRequest |
LogRequest.setLimit(Integer limit)
The maximum number of results to return
|
LogRequest |
LogRequest.setLogDate(ZonedDateTime logDate)
The day to retrieve the API Usage log
|
LogRequest |
LogRequest.setLogFormat(LogRequest.LogFormatType logFormat)
Specify the format to download
|
LogRequest |
LogRequest.setOutputPath(String outputPath)
Specify source data in an output file
|
LogRequest |
LogRequest.setStartDate(ZonedDateTime startDate)
Specify a start date to retrieve audit information.
|
Copyright © 2021. All rights reserved.