Package com.veeva.vault.sdk.api.file
Interface FileReference
- All Known Subinterfaces:
DocumentAttachmentFileReference
,DocumentFileReference
,DocumentRenditionFileReference
,DocumentSourceFileReference
,EmailFileReference
,RecordAttachmentFileReference
public interface FileReference
Represents a file location in either the current Vault or in a different
Vault.
FileReference
does not retrieve nor modify the original file.
FileReference
is typically used when creating and copying documents
with DocumentService
.
Starting from 23R3, we will support creating Object Record Attachments via
RecordService
.