Uses of Class
com.veeva.vault.vapil.api.request.DocumentAnnotationRequest
Packages that use DocumentAnnotationRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of DocumentAnnotationRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return DocumentAnnotationRequestModifier and TypeMethodDescriptionDocumentAnnotationRequest.setAnnotationTypes
(Set<String> annotationTypes) The type(s) of annotations to retrieve.DocumentAnnotationRequest.setBinaryFile
(String filename, byte[] binaryContent) Specify source data in an input fileDocumentAnnotationRequest.setContentTypeCsv()
Set the Header Content Type to CSVDocumentAnnotationRequest.setContentTypeJson()
Set the Header Content Type to JSONDocumentAnnotationRequest.setInputPath
(String inputPath) Specify source data in an input fileSet a raw JSON string to the Annotation requestThis parameter paginates the results by specifying the maximum number of records per page in the response.This parameter is used to paginate the results.DocumentAnnotationRequest.setOutputPath
(String outputPath) Specify source data in an output fileDocumentAnnotationRequest.setPaginationId
(String paginationId) A unique identifier used to load requests with paginated results.DocumentAnnotationRequest.setRequestString
(String requestString) Specify source data in an input string, such as a JSON request