Uses of Class
com.veeva.vault.vapil.api.model.response.DocumentAnnotationReadResponse
Packages that use DocumentAnnotationReadResponse
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of DocumentAnnotationReadResponse in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return DocumentAnnotationReadResponseModifier and TypeMethodDescriptionDocumentAnnotationRequest.readAnnotationsByDocumentVersionAndType
(int docId, int majorVersion, int minorVersion) Read Annotations by Document Version and Type
Retrieve annotations from a specific document version.DocumentAnnotationRequest.readAnnotationsByDocumentVersionAndTypeByPage
(String pageUrl) Read Annotations by Document Version and Type (By Page)DocumentAnnotationRequest.readAnnotationsById
(int docId, int majorVersion, int minorVersion, int annotationId) Read Annotations by ID