Interface AnnotationBatchSaveSuccess
- All Superinterfaces:
PositionalResult
Represents the result of processing an
AnnotationService.batchSaveAnnotations(AnnotationBatchSaveRequest)
,
indicating that one of the Annotation
s passed in the batch successfully created at least one resulting
annotation.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves aStream
of the IDs of the newly created annotations resulting from the associated input annotation.Methods inherited from interface com.veeva.vault.sdk.api.core.PositionalResult
getInputPosition
-
Method Details
-
streamSavedAnnotations
Retrieves aStream
of the IDs of the newly created annotations resulting from the associated input annotation.- Returns:
- the IDs of the newly created annotations
-