Package com.veeva.vault.sdk.api.document
Interface DeleteDocumentVersionsResponse
public interface DeleteDocumentVersionsResponse
Response from a call to
DocumentService.deleteDocumentVersions(List).-
Method Summary
Modifier and TypeMethodDescriptionRetrieves successfully deleted document or document version IDs.
-
Method Details
-
getSuccesses
List<PositionalDocumentVersionId> getSuccesses()Retrieves successfully deleted document or document version IDs.You can retrieve the deleted document or document version ID with
PositionalDocumentVersionId.getDocumentVersionId().- Returns:
- all successfully deleted
DocumentVersions
-