@Path(value="attachments/download") public class DownloadResource extends AbstractDownloadResource
DownloadResource()
void
download(javax.ws.rs.container.AsyncResponse asyncResponse, String clientId, String tokenId, String attachmentId)
download
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DownloadResource()
@Path(value="/{attachmentId}") @GET public void download(@Suspended javax.ws.rs.container.AsyncResponse asyncResponse, @MatrixParam(value="c") String clientId, @MatrixParam(value="t") String tokenId, @PathParam(value="attachmentId") String attachmentId)
Copyright © 2017. All rights reserved.