Class FastDownloadSession
java.lang.Object
ch.ethz.sis.openbis.generic.dssapi.v3.dto.datasetfile.fastdownload.FastDownloadSession
- All Implemented Interfaces:
Serializable
@JsonObject("dss.dto.datasetfile.fastdownload.FastDownloadSession")
public class FastDownloadSession
extends Object
implements Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFastDownloadSession(String downloadUrl, String fileTransferUserSessionId, List<IDataSetFileId> files, FastDownloadSessionOptions options) -
Method Summary
-
Constructor Details
-
FastDownloadSession
public FastDownloadSession(String downloadUrl, String fileTransferUserSessionId, List<IDataSetFileId> files, FastDownloadSessionOptions options)
-
-
Method Details