Uses of Enum Class
com.veeva.vault.vapil.api.request.DocumentRequest.DownloadOption
Packages that use DocumentRequest.DownloadOption
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of DocumentRequest.DownloadOption in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return DocumentRequest.DownloadOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DocumentRequest.DownloadOption[]
DocumentRequest.DownloadOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.veeva.vault.vapil.api.request with parameters of type DocumentRequest.DownloadOptionModifier and TypeMethodDescriptionDocumentRequest.setDownloadOption
(DocumentRequest.DownloadOption downloadOption) Include the downloadOption request parameter set to PDF, source, both, or none.