Uses of Class
com.veeva.vault.vapil.api.request.LogRequest
Packages that use LogRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of LogRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return LogRequestModifier and TypeMethodDescriptionLogRequest.setAllDates
(Boolean allDates) Used to request audit information for all datesLogRequest.setClassFilters
(Set<String> classFilters) Specify class filters when creating SDK debug log sessionsLogRequest.setDescription
(String description) Specify an Admin-facing description of the sessionLogRequest.setEndDate
(LocalDate endDate) Specify an end date to retrieve email notification history.LogRequest.setEndDateTime
(ZonedDateTime endDate) Specify an end date and time to retrieve audit information or email notification historySpecify audit events when retrieving object or documents audit trailsLogRequest.setFormatResult
(LogRequest.FormatResultType formatResult) The format of the returned results (JSON or CSV)LogRequest.setIncludeInactive
(boolean includeInactive) Specify whether to include inactive sessions in SDK Debug requestsThe maximum number of results to returnLogRequest.setLogFormat
(LogRequest.LogFormatType logFormat) Specify the format to downloadLogRequest.setLogLevel
(String logLevel) Specify log level for SDK Debug Log session.LogRequest.setObjects
(Set<String> objects) Specify object names when retrieving object audit trailsLogRequest.setOutputPath
(String outputPath) Specify source data in an output fileLogRequest.setStartDate
(LocalDate startDate) Specify a start date to retrieve email notification history.LogRequest.setStartDateTime
(ZonedDateTime startDate) Specify a start date and time to retrieve audit information or email notification historySpecify the user ID for SDK Profiling and Debug requests