Uses of Class
org.silverpeas.mobile.client.common.file.FileMgr.FileTransferOptions
-
Packages that use FileMgr.FileTransferOptions Package Description org.silverpeas.mobile.client.common.file -
-
Uses of FileMgr.FileTransferOptions in org.silverpeas.mobile.client.common.file
Methods in org.silverpeas.mobile.client.common.file that return FileMgr.FileTransferOptions Modifier and Type Method Description FileMgr.FileTransferOptions
FileMgr.FileTransferOptions. fileKey(String fileKey)
FileMgr.FileTransferOptions
FileMgr.FileTransferOptions. fileName(String fileName)
FileMgr.FileTransferOptions
FileMgr.FileTransferOptions. mimeType(String mimeType)
static FileMgr.FileTransferOptions
FileMgr.FileTransferOptions. newInstance()
FileMgr.FileTransferOptions
FileMgr.FileTransferOptions. params(String params)
Methods in org.silverpeas.mobile.client.common.file with parameters of type FileMgr.FileTransferOptions Modifier and Type Method Description String
FileMgr.FileTransfer. upload(String filePath, String serverUrl, FileMgr.FileTransferCallback callback, FileMgr.FileTransferOptions options)
-