Package com.veeva.vault.sdk.api.document
Interface PositionalDocumentVersionId
- All Superinterfaces:
PositionalResult
- All Known Subinterfaces:
RecordAttachmentPositionResult
Represents a successful result of processing a document in a batch operation, such as a save or delete.
Exposes the index of a
DocumentVersion
in a batch input and the DocumentVersion
's id.-
Method Summary
Methods inherited from interface com.veeva.vault.sdk.api.core.PositionalResult
getInputPosition
-
Method Details
-
getDocumentVersionId
String getDocumentVersionId()Retrieves theDocumentVersion
ID.- Returns:
- id of
DocumentVersion
-