Package com.veeva.vault.sdk.api.document
Interface DocumentAttachment
- All Superinterfaces:
SharedAttachment
Represents the target attachment. Used for creating new attachments with
DocumentService.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetVersion(String version) Sets major and minor document version for the document parent of the attachment.
-
Method Details
-
setVersion
Sets major and minor document version for the document parent of the attachment.DocumentAttachmentis required for Vaults configured to use source-version-specific attachments.- Parameters:
version- version of the attachment's parent document. For example, 0_1.
-