Using the DownloadedFile Class
Monday, November 7, 2016 at 03:37amHello,
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. I've looked at both the feature guide and the Github examples and they are both using DownloadedFile as a raw type. Can this warning be safely ignored or should the class be parameterized, and if so then how should it be parameterized? Thanks in advance
Reply to: Using the DownloadedFile Class
Tuesday, November 8, 2016 at 02:01pm