Uses of Interface
com.veeva.vault.sdk.api.annotation.AnnotationBatchSaveRequest
Packages that use AnnotationBatchSaveRequest
Package
Description
This package provides interfaces to manage document annotations in Vault.
-
Uses of AnnotationBatchSaveRequest in com.veeva.vault.sdk.api.annotation
Methods in com.veeva.vault.sdk.api.annotation that return AnnotationBatchSaveRequestModifier and TypeMethodDescriptionAnnotationBatchSaveRequest.Builder.build()Builds theAnnotationBatchSaveRequestbased on the provided data.Methods in com.veeva.vault.sdk.api.annotation with parameters of type AnnotationBatchSaveRequestModifier and TypeMethodDescriptionAnnotationService.batchSaveAnnotations(AnnotationBatchSaveRequest request) Given a request that includes aListofAnnotationobjects, save the annotations to Vault.