Uses of Interface
com.veeva.vault.sdk.api.annotation.AnnotationBatchDeleteRequest
Packages that use AnnotationBatchDeleteRequest
Package
Description
This package provides interfaces to manage document annotations in Vault.
-
Uses of AnnotationBatchDeleteRequest in com.veeva.vault.sdk.api.annotation
Methods in com.veeva.vault.sdk.api.annotation that return AnnotationBatchDeleteRequestModifier and TypeMethodDescriptionAnnotationBatchDeleteRequest.Builder.build()Builds theAnnotationBatchDeleteRequestbased on the provided data.Methods in com.veeva.vault.sdk.api.annotation with parameters of type AnnotationBatchDeleteRequestModifier and TypeMethodDescriptionAnnotationService.batchDeleteAnnotations(AnnotationBatchDeleteRequest request) Given aListof unique annotation IDs, delete their associated annotations if they are found.