Uses of Class
com.veeva.vault.vapil.api.model.response.DocumentAnnotationReplyReadResponse
Packages that use DocumentAnnotationReplyReadResponse
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of DocumentAnnotationReplyReadResponse in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return DocumentAnnotationReplyReadResponseModifier and TypeMethodDescriptionDocumentAnnotationRequest.readRepliesOfParentAnnotation
(int docId, int majorVersion, int minorVersion, int annotationId) Read Replies of Parent Annotation
Given a parent annotation ID, retrieves all replies to the annotation.DocumentAnnotationRequest.readRepliesOfParentAnnotationByPage
(String pageUrl) Read Replies of Parent Annotation (By Page)