Uses of Class
com.logicaldoc.zoho.ZohoException
-
Packages that use ZohoException Package Description com.logicaldoc.zoho -
-
Uses of ZohoException in com.logicaldoc.zoho
Methods in com.logicaldoc.zoho that throw ZohoException Modifier and Type Method Description String[]
Zoho. create(String filename, String folderId)
Creates a new document in Zoho.com.logicaldoc.gui.common.client.beans.GUIDocument
Zoho. createFolder(String name, String parentId)
void
Zoho. delete(String docId)
void
Zoho. download(String docId, File out)
com.logicaldoc.gui.common.client.beans.GUIDocument
Zoho. getDocument(String docId)
List<com.logicaldoc.gui.common.client.beans.GUIDocument>
Zoho. list(String parentId)
Retrieves the folders and files children of a given parent.static void
Zoho. main(String[] args)
String
Zoho. uploadFile(String filename, File file, String folderId)
String
Zoho. uploadFile(String filename, InputStream content, String folderId)
-