Class FileMgr.FileTransferOptions
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- org.silverpeas.mobile.client.common.file.FileMgr.FileTransferOptions
-
- Enclosing class:
- FileMgr
public static class FileMgr.FileTransferOptions extends com.google.gwt.core.client.JavaScriptObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FileTransferOptions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FileMgr.FileTransferOptions
fileKey(String fileKey)
FileMgr.FileTransferOptions
fileName(String fileName)
FileMgr.FileTransferOptions
mimeType(String mimeType)
static FileMgr.FileTransferOptions
newInstance()
FileMgr.FileTransferOptions
params(String params)
-
-
-
Method Detail
-
newInstance
public static FileMgr.FileTransferOptions newInstance()
-
fileKey
public final FileMgr.FileTransferOptions fileKey(String fileKey)
-
fileName
public final FileMgr.FileTransferOptions fileName(String fileName)
-
mimeType
public final FileMgr.FileTransferOptions mimeType(String mimeType)
-
params
public final FileMgr.FileTransferOptions params(String params)
-
-