Uses of Class
com.veeva.vault.vapil.api.model.response.DocumentAttachmentResponse
Packages that use DocumentAttachmentResponse
Package
Description
Models for Vault API responses
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of DocumentAttachmentResponse in com.veeva.vault.vapil.api.model.response
Methods in com.veeva.vault.vapil.api.model.response that return types with arguments of type DocumentAttachmentResponseMethod parameters in com.veeva.vault.vapil.api.model.response with type arguments of type DocumentAttachmentResponseModifier and TypeMethodDescriptionvoid
DocumentAttachmentBulkResponse.setData
(List<DocumentAttachmentResponse> data) -
Uses of DocumentAttachmentResponse in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return DocumentAttachmentResponseModifier and TypeMethodDescriptionDocumentAttachmentRequest.createDocumentAttachment
(int docId) Create Document AttachmentDocumentAttachmentRequest.restoreDocumentAttachmentVersion
(int docId, int attachmentId, int attachVersionId) Restore Document Attachment Version Restores the specific version of an existing attachment to make it the latest versionDocumentAttachmentRequest.retrieveDocumentAttachmentMetadata
(int docId, int attachmentId) Retrieve Document Attachment MetadataDocumentAttachmentRequest.retrieveDocumentAttachments
(int docId) Retrieve Document AttachmentsDocumentAttachmentRequest.retrieveDocumentAttachmentVersionMetadata
(int docId, int attachmentId, int attachVersionId) Retrieve Document Attachment Version MetadataDocumentAttachmentRequest.retrieveDocumentAttachmentVersions
(int docId, int attachmentId) Retrieve Document Attachment VersionsDocumentAttachmentRequest.retrieveDocumentVersionAttachmentMetadata
(int docId, int majorVersionNumber, int minorVersionNumber, int attachmentId) Retrieve Document Version Attachment MetadataDocumentAttachmentRequest.retrieveDocumentVersionAttachments
(int docId, int majorVersionNumber, int minorVersionNumber) Retrieve Document Version AttachmentsDocumentAttachmentRequest.retrieveDocumentVersionAttachmentVersionMetadata
(int docId, int majorVersionNumber, int minorVersionNumber, int attachmentId, int attachVersionId) Retrieve Document Version Attachment Version MetadataDocumentAttachmentRequest.retrieveDocumentVersionAttachmentVersions
(int docId, int majorVersionNumber, int minorVersionNumber, int attachmentId) Retrieve Document Version Attachment Versions