Forums
Hello,
Hopefully a quick question, but I'm attempting to use the DownloadedFile class (com.silanis.esl.sdk.io.DownloadedFile) when downloading signer attachment files using the line:
DownloadedFile file = eslClient.getAttachmentRequirementService().downloadAttachmentFile(packageId, attachmentId);but the DownloadedFile class is leaving a warning stating that DownloadedFile is a raw type and should be parameterized.
- Read more about Using the DownloadedFile Class
- 1 comment
- Log in or register to post comments
- 53 views