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 protectedFileTransferOptions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FileMgr.FileTransferOptionsfileKey(String fileKey)FileMgr.FileTransferOptionsfileName(String fileName)FileMgr.FileTransferOptionsmimeType(String mimeType)static FileMgr.FileTransferOptionsnewInstance()FileMgr.FileTransferOptionsparams(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)
-
-