Uses of Class
com.veeva.vault.vapil.api.request.DocumentRequest
Packages that use DocumentRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of DocumentRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return DocumentRequestModifier and TypeMethodDescriptionDocumentRequest.setBinaryFile
(String filename, byte[] binaryContent) Specify source data in an input fileDocumentRequest.setBoundSourceMajorVersion
(Integer boundSourceMajorVersion) Specify the Cross-Link Bound Source Major VersionDocumentRequest.setBoundSourceMinorVersion
(Integer boundSourceMinorVersion) Specify the Cross-Link Bound Source Minor VersionDocumentRequest.setChannel
(String channel) Include the channel request parameter set to the website object record id value that corresponds to the distribution channel where the document is being made available.DocumentRequest.setContentTypeCsv()
Set the Header Content Type to CSVDocumentRequest.setContentTypeJson()
Set the Header Content Type to JSONDocumentRequest.setCreateDraft
(DocumentRequest.CreateDraftType createDraft) Set the createDraft type.DocumentRequest.setDescription
(String description) Specify descriptionDocumentRequest.setDownloadOption
(DocumentRequest.DownloadOption downloadOption) Include the downloadOption request parameter set to PDF, source, both, or none.DocumentRequest.setEndData
(String endDate) Set the end date, used to set end date Retrieve Deleted Document IDs APIDocumentRequest.setExpiryDateOffset
(Integer expiryDateOffset) Specify number of days after which the tokens will expire and the documents will no longer be available in the viewer.DocumentRequest.setIdParam
(String idParam) Specify an UPSERT operation via the idParamDocumentRequest.setInputPath
(String inputPath) Specify source data in an input fileSet the limit of documents returned by retrieve all documentsDocumentRequest.setLockDocument
(Boolean lockDocument) Specify to check out the document before retrievalDocumentRequest.setMigrationMode
(boolean migrationMode) Enable migration mode to create multiple document versions in bulk and perform manual assignment of documents numbers.Set the offset, used to paginate Retrieve Deleted Document IDs APIDocumentRequest.setOutputPath
(String outputPath) Specify source data in an output fileDocumentRequest.setRequestString
(String requestString) Specify source data in an input string, such as a JSON requestDocumentRequest.setScopeFilter
(DocumentRequest.NamedFilter namedFilter) Set named filter of documents returned by retrieve all documentsDocumentRequest.setScopeFilter
(DocumentRequest.Scope scope) Set scope of documents returned by retrieve all documentsDocumentRequest.setSearchKeyword
(String keyword) Search keyword for documents returned by retrieve all documentsSort for documents returned by retrieve all documentsDocumentRequest.setSourceBindingRule
(DocumentRequest.CrosslinkBinding sourceBindingRule) Specify the Cross-Link Source Binding RuleSet the starting position of documents returned by retrieve all documentsDocumentRequest.setStartData
(String startDate) Set the start date, used to set start date for Retrieve Deleted Document IDs APIDocumentRequest.setSteadyState
(Boolean steadyState) Document Tokens: If set to true, Vault generates a token for the latest steady state version of a document.DocumentRequest.setSuppressRendition
(Boolean suppressRendition) Specify whether to suppress renditionDocumentRequest.setTokenGroup
(String tokenGroup) This only required if you want to group together generated tokens for multiple documents in order to display the documents being referenced in the same viewer.DocumentRequest.setVersionScope
(DocumentRequest.VersionsScope versionsScope) Set all versions or latest version of documents returned by retrieve all documents