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.GUIDocumentZoho. createFolder(String name, String parentId)voidZoho. delete(String docId)voidZoho. download(String docId, File out)com.logicaldoc.gui.common.client.beans.GUIDocumentZoho. 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 voidZoho. main(String[] args)StringZoho. uploadFile(String filename, File file, String folderId)StringZoho. uploadFile(String filename, InputStream content, String folderId)
-