Uses of Interface
com.veeva.vault.sdk.api.annotation.AnnotationReadRequest.Builder
Packages that use AnnotationReadRequest.Builder
Package
Description
This package provides interfaces to manage document annotations in Vault.
-
Uses of AnnotationReadRequest.Builder in com.veeva.vault.sdk.api.annotation
Methods in com.veeva.vault.sdk.api.annotation that return AnnotationReadRequest.BuilderModifier and TypeMethodDescriptionAnnotationService.newReadAnnotationRequestBuilder()Creates a newAnnotationReadRequest.Builder.AnnotationReadRequest.Builder.withAnnotationIds(List<String> annotationIds) Conditional: The annotation IDs of the annotations to read.AnnotationReadRequest.Builder.withAnnotationTypes(Set<String> annotationTypes) Optional: Specifies the annotation types to limit the read operation to by name.AnnotationReadRequest.Builder.withDocumentVersionId(String documentVersionId) Conditional: The document version ID to request annotations from.