Uses of Class
com.logicaldoc.zoho.ZohoException
Packages that use ZohoException
-
Uses of ZohoException in com.logicaldoc.zoho
Methods in com.logicaldoc.zoho that throw ZohoExceptionModifier and TypeMethodDescriptionZohoClient.buildAuthorizationUrl()ZohoClient.createDocument(String folderId, String filename) Creates a new document in Zoho.ZohoClient.createFolder(String parentId, String name) voidvoidstatic ZohoClientZohoClient.get(long userId) ZohoClient.getDocument(String docId) Gets the details of a document stored in ZohoLists the files inside a given folderZohoClient.listFolders(String parentId) voidZohoClient.loadSettings()ZohoClient.obtainAccessToken(String grantCode) voidZohoClient.saveSettings()Upload an existing file to the ZohoZohoClient.upload(String filename, InputStream content, String folderId) Upload an existing file to the Zoho