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.FileTransferOptionsFileMgr.FileTransferOptions. fileKey(String fileKey)FileMgr.FileTransferOptionsFileMgr.FileTransferOptions. fileName(String fileName)FileMgr.FileTransferOptionsFileMgr.FileTransferOptions. mimeType(String mimeType)static FileMgr.FileTransferOptionsFileMgr.FileTransferOptions. newInstance()FileMgr.FileTransferOptionsFileMgr.FileTransferOptions. params(String params)Methods in org.silverpeas.mobile.client.common.file with parameters of type FileMgr.FileTransferOptions Modifier and Type Method Description StringFileMgr.FileTransfer. upload(String filePath, String serverUrl, FileMgr.FileTransferCallback callback, FileMgr.FileTransferOptions options)
-