Skip navigation links
Zoho Analytics - Java Documentation
A B C D E G H I M O P R S T U V W 

A

activateUsers(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
Activate users in the specified organization.
addAdmins(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Add admins for the specified workspace.
addAggregateFormula(String, String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Add a aggregate formula in the specified table.
addColumn(String, String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Add a column in the specified table.
addDefault() - Method in class com.zoho.analytics.client.WorkspaceAPI
Adds a specified workspace as default.
addFavorite() - Method in class com.zoho.analytics.client.ViewAPI
Adds a specified view as favorite.
addFavorite() - Method in class com.zoho.analytics.client.WorkspaceAPI
Adds a specified workspace as favorite.
addFormulaColumn(String, String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Add a formula column in the specified table.
addGroupMembers(long, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Add users to the specified group.
addLookup(long, long, long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Add a lookup in the specified child table.
addRow(JSONObject, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Add a single row in the specified table.
addUsers(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
Add users to the specified organization.
addWorkspaceUsers(JSONArray, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Add users to the specified workspace.
AnalyticsClient - Class in com.zoho.analytics.client
AnalyticsClient provides the java based language binding to the HTTPS based API of Zoho Analytics.
AnalyticsClient(String, String, String) - Constructor for class com.zoho.analytics.client.AnalyticsClient
Creates a new AnalyticsClient instance.
autoAnalyse(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Auto generate reports for the specified table.
autoAnalyseColumn(long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Auto generate reports for the specified column.

B

BulkAPI - Class in com.zoho.analytics.client
BulkAPI contains bulk data operation.
BulkAPI(AnalyticsClient, long, long) - Constructor for class com.zoho.analytics.client.BulkAPI
Creates a new BulkAPI instance.

C

changeFolderHierarchy(long, int, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Swaps the hierarchy of a parent folder and a subfolder.
changeFolderPosition(long, long, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Place the folder above the reference folder.
changeUserRole(JSONArray, String, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
Change role for the specified users.
changeWorkspaceUserRole(JSONArray, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Change role of the specified users in the workspace.
changeWorkspaceUserStatus(JSONArray, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Change users staus in the specified workspace.
close(Closeable...) - Static method in class com.zoho.analytics.client.AnalyticsClient
 
com.zoho.analytics.client - package com.zoho.analytics.client
 
copy(String, JSONObject, Long) - Method in class com.zoho.analytics.client.WorkspaceAPI
Copy the specified workspace from one organization to another or within the organization.
copyFormulas(JSONArray, long, JSONObject, Long) - Method in class com.zoho.analytics.client.ViewAPI
Copy the specified formulas from one table to another within the workspace or across workspaces.
copyViews(JSONArray, long, JSONObject, Long) - Method in class com.zoho.analytics.client.WorkspaceAPI
Copy the specified views from one workspace to another workspace.
createFolder(String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Create a folder in the specified workspace.
createGroup(String, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Create a group in the specified workspace.
createPrivateURL(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Create a private URL for the specified view.
createQueryTable(String, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Create a new query table in the workspace.
createSimilarViews(long, long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Create reports for the specified table based on the reference table.
createSlideshow(String, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Create a slideshow in the specified workspace.
createTable(JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Create a table in the specified workspace.
createVariable(String, int, int, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Create a variable in the workspace.
createWorkspace(String, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
Create a blank workspace in the specified organization.

D

deactivateUsers(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
Deactivate users in the specified organization.
delete(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Delete a specified view in the workspace.
delete() - Method in class com.zoho.analytics.client.WorkspaceAPI
Delete a specified workspace in the organization.
deleteAggregateFormula(long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Delete the specified aggregate formula.
deleteColumn(long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Delete a specified column in the table.
deleteFolder(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
Delete a specified folder in the workspace.
deleteFormulaColumn(long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Delete the specified formula column.
deleteGroup(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
Delete a specified group.
deleteRow(String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Delete rows in the specified table.
deleteSlideshow(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
Delete a specified slideshow in the workspace.
deleteTrashView(long, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Delete the specified view permanently from trash.
deleteVariable(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
Delete a specified variable in the workspace.
disableDomainAccess() - Method in class com.zoho.analytics.client.WorkspaceAPI
Disable workspace from the specified white label domain.

E

editAggregateFormula(long, String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Edit the specified aggregate formula.
editFormulaColumn(long, String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Edit the specified formula column.
enableDomainAccess() - Method in class com.zoho.analytics.client.WorkspaceAPI
Enable workspace to the specified white label domain.
exportBulkData(long, String) - Method in class com.zoho.analytics.client.BulkAPI
Download the exported data for the mentioned job id.
exportBulkData(long, OutputStream) - Method in class com.zoho.analytics.client.BulkAPI
Download the exported data for the mentioned job id.
exportData(long, String, String, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Export the mentioned table (or) view data.
exportData(long, String, OutputStream, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Export the mentioned table (or) view data.

G

getAdmins() - Method in class com.zoho.analytics.client.OrgAPI
Returns list of admins for a specified organization.
getAdmins() - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns list of admins for the specified workspace.
getAggregateFormulas() - Method in class com.zoho.analytics.client.ViewAPI
Returns list of all aggregate formulas for the specified table.
getBulkInstance(long, long) - Method in class com.zoho.analytics.client.AnalyticsClient
Creates a new BulkAPI instance.
getColumnDependents(long) - Method in class com.zoho.analytics.client.ViewAPI
Returns list of dependents views and formulas for the specified column.
getConnectionTimeout() - Method in class com.zoho.analytics.client.AnalyticsClient
Returns the timeout until a connection is established.
getDashboards() - Method in class com.zoho.analytics.client.AnalyticsClient
Returns list of all accessible dashboards.
getDatasources() - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns list of all datasource for the specified workspace.
getEmbedURL(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Returns embed URL to access the specified view.
getErrorCode() - Method in exception com.zoho.analytics.client.ServerException
Returns the error code sent by the server.
getErrorMessage() - Method in exception com.zoho.analytics.client.ServerException
Returns the error message sent by the server.
getExportJobDetails(long) - Method in class com.zoho.analytics.client.BulkAPI
Returns the details of the export job.
getFilterCriteria() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to get the filter criteria associated to this PermissionInfo.
getFolders() - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns list of all accessible folders for the specified workspace.
getFormulaColumns() - Method in class com.zoho.analytics.client.ViewAPI
Returns list of all formula columns for the specified table.
getGroupDetails(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns details of the specified group.
getGroupNames() - Method in class com.zoho.analytics.client.ShareInfo
This method is used to get the Group names of the specified workspace.
getGroupPermissions() - Method in class com.zoho.analytics.client.ShareInfo
This method is used to get the Permissions of the Groups.
getGroups() - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns list of groups for the specified workspace.
getHttpStatusCode() - Method in exception com.zoho.analytics.client.ServerException
The http status code for the request.
getImportJobDetails(long) - Method in class com.zoho.analytics.client.BulkAPI
Returns the details of the import job.
getLastImportDetails() - Method in class com.zoho.analytics.client.ViewAPI
Returns last import details of the specified view.
getMetaDetails(String, String) - Method in class com.zoho.analytics.client.OrgAPI
Returns details of the specified workspace/view.
getMyPermissions() - Method in class com.zoho.analytics.client.ViewAPI
Returns permissions for the specified view.
getOrgInstance(long) - Method in class com.zoho.analytics.client.AnalyticsClient
Creates a new OrgAPI instance.
getOrgs() - Method in class com.zoho.analytics.client.AnalyticsClient
Returns list of all accessible organizations.
getOwnedDashboards() - Method in class com.zoho.analytics.client.AnalyticsClient
Returns list of owned dashboards.
getOwnedWorkspaces() - Method in class com.zoho.analytics.client.AnalyticsClient
Returns list of owned workspaces.
getPrivateLinkPermissions() - Method in class com.zoho.analytics.client.ShareInfo
This method is used to get the Permissions of the Private Link.
getPrivateURL(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Returns private URL to access the specified view.
getPublicPermissions() - Method in class com.zoho.analytics.client.ShareInfo
This method is used to get the Permissions of the Public Visitors.
getPublishConfigurations() - Method in class com.zoho.analytics.client.ViewAPI
Returns publish configurations for the specified view.
getReadTimeout() - Method in class com.zoho.analytics.client.AnalyticsClient
Returns the read timeout value which will wait for the packet to receive from the server end.
getRecentViews() - Method in class com.zoho.analytics.client.AnalyticsClient
Returns list of recently accessed views.
getResourceDetails() - Method in class com.zoho.analytics.client.OrgAPI
Returns resource usage details of the specified organization.
getResponseMessage() - Method in exception com.zoho.analytics.client.ParseException
Returns the complete response content as sent by the server.
getSecretKey(JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns the secret key of the specified workspace.
getSharedBy() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to get the email address of the user who shared the View.
getSharedDashboards() - Method in class com.zoho.analytics.client.AnalyticsClient
Returns list of shared dashboards.
getSharedDetailsForViews(JSONArray) - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns shared details of the specified views.
getSharedUserPermissions() - Method in class com.zoho.analytics.client.ShareInfo
This method is used to get the Permissions of the Shared Users.
getSharedUsers() - Method in class com.zoho.analytics.client.ShareInfo
This method is used to get the Shared Users of the specified workspace.
getSharedWorkspaces() - Method in class com.zoho.analytics.client.AnalyticsClient
Returns list of shared workspaces.
getShareInfo() - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns shared details of the specified workspace.
getSlideshowDetails(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns details of the specified slideshow.
getSlideshows() - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns list of slideshows for the specified workspace.
getSlideshowURL(long, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns slide URL to access the specified slideshow.
getSubscriptionDetails() - Method in class com.zoho.analytics.client.OrgAPI
Returns subscription details of the specified organization.
getTrashViews() - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns list of all views available in trash for the specified workspace.
getUsers() - Method in class com.zoho.analytics.client.OrgAPI
Returns list of users for the specified organization.
getVariableDetails(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns details of the specified variable.
getVariables() - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns list of all variables for the specified workspace.
getViewDependents() - Method in class com.zoho.analytics.client.ViewAPI
Returns list of dependents views for the specified view.
getViewDetails(long, JSONObject) - Method in class com.zoho.analytics.client.AnalyticsClient
Returns details of the specified view.
getViewId() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to get the id of the View that is shared.
getViewInstance(long, long, long) - Method in class com.zoho.analytics.client.AnalyticsClient
Creates a new ViewAPI instance.
getViewName() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to get the name of the View that is shared.
getViews() - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns list of all accessible views for the specified workspace.
getViewURL(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Returns the URL to access the specified view.
getWorkspaceDetails(long) - Method in class com.zoho.analytics.client.AnalyticsClient
Returns details of the specified workspace.
getWorkspaceInstance(long, long) - Method in class com.zoho.analytics.client.AnalyticsClient
Creates a new WorkspaceAPI instance.
getWorkspaces() - Method in class com.zoho.analytics.client.AnalyticsClient
Returns list of all accessible workspaces.
getWorkspaceUsers() - Method in class com.zoho.analytics.client.WorkspaceAPI
Returns list of users for the specified workspace.

H

hasAddRowPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has ADDROW permission.
hasAppendImportPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has APPEND IMPORT permission.
hasDeleteAllRowsPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has DELETEALLROWS permission.
hasDeleteRowPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has DELETEROW permission.
hasDeleteUpdateAddImportPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has DELETE UPDATEADD IMPORT permission.
hasDiscussionPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has DISCUSSION permission.
hasDrillDownPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has DRILLDOWN permission.
hasExportPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has EXPORT permission.
hasReadPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has READ permission.
hasSharePermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has SHARE permission.
hasTruncateImportPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has TRUNCATE IMPORT permission.
hasUpdateImportPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has UPDATE IMPORT permission.
hasUpdateRowPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has UPDATEROW permission.
hasVUDPermission() - Method in class com.zoho.analytics.client.PermissionInfo
This method is used to find whether this permission entry has View Underlying Data permission.
hideColumns(JSONArray) - Method in class com.zoho.analytics.client.ViewAPI
Hide the specified columns in the table.

I

importBulkData(long, String, String, boolean, String, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Asynchronously import the data contained in the mentioned file into the table.
importBulkDataInNewTable(String, String, boolean, String, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Asynchronously create a new table and import the data contained in the mentioned file into the created table.
importData(long, String, String, boolean, String, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Import the data contained in the mentioned file into the table.
importDataAsBatches(long, String, boolean, String, int, JSONObject, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Asynchronously import the data contained in the mentioned file into the table.
importDataInBatches(String, JSONObject, Map<String, String>, File, int, JSONObject) - Method in class com.zoho.analytics.client.AnalyticsClient
 
importDataInNewTable(String, String, boolean, String, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Create a new table and import the data contained in the mentioned file into the created table.
importDataInNewTableAsBatches(String, boolean, String, int, JSONObject, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Create a new table and import the data contained in the mentioned file into the created table.
importRawData(long, String, String, boolean, String, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Import the raw data provided into the table.
importRawDataInNewTable(String, String, boolean, String, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Create a new table and import the raw data provided into the created table.
initiateBulkExport(long, String, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Initiate asynchronous export for the mentioned table (or) view data.
initiateBulkExportUsingSQL(String, String, JSONObject) - Method in class com.zoho.analytics.client.BulkAPI
Initiate asynchronous export with the given SQL Query.

M

makeDefaultFolder(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
Make the specified folder as default.
makeViewPublic(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Make the specified view publically accessible.
moveViewsToFolder(long, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Move views to the mentioned folder.

O

OrgAPI - Class in com.zoho.analytics.client
OrgAPI contains organization level operations.
OrgAPI(AnalyticsClient, long) - Constructor for class com.zoho.analytics.client.OrgAPI
Creates a new OrgAPI instance.

P

ParseException - Exception in com.zoho.analytics.client
ParseException is thrown if the server has responded but client was not able to parse the response.
ParseException(String, String, Throwable) - Constructor for exception com.zoho.analytics.client.ParseException
 
PermissionInfo - Class in com.zoho.analytics.client
PermissionInfo contains the complete information of each permission entry.
PermissionInfo(String, long, String) - Constructor for class com.zoho.analytics.client.PermissionInfo
 

R

refetchData(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Sync data from available datasource for the specified view.
removeAdmins(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Remove admins from the specified workspace.
removeDefault() - Method in class com.zoho.analytics.client.WorkspaceAPI
Remove a specified workspace from default.
removeFavorite() - Method in class com.zoho.analytics.client.ViewAPI
Remove a specified view from favorite.
removeFavorite() - Method in class com.zoho.analytics.client.WorkspaceAPI
Remove a specified workspace from favorite.
removeGroupMembers(long, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Remove users from the specified group.
removeLookup(long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Remove the lookup for the specified column in the table.
removePrivateAccess() - Method in class com.zoho.analytics.client.ViewAPI
Remove private link access for the specified view.
removePublicAccess() - Method in class com.zoho.analytics.client.ViewAPI
Remove public access for the specified view.
removeShare(JSONArray, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Remove shared views for the specified users.
removeUsers(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
Remove users from the specified organization.
removeWorkspaceUsers(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Remove users from the specified workspace.
rename(String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Rename a specified view in the workspace.
rename(String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Rename a specified workspace in the organization.
renameColumn(long, String) - Method in class com.zoho.analytics.client.ViewAPI
Rename a specified column in the table.
renameFolder(long, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Rename a specified folder in the workspace.
renameGroup(long, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Rename a specified group.
restoreTrashView(long, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Restore the specified view from trash.

S

saveAs(String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Copy a specified view within the workspace.
sendAPIRequest(String, String, JSONObject, Map<String, String>) - Method in class com.zoho.analytics.client.AnalyticsClient
Internal method to send API request.
sendBatchImportAPIRequest(String, JSONObject, Map<String, String>, Object) - Method in class com.zoho.analytics.client.AnalyticsClient
Internal method to send API request.
sendExportAPIRequest(String, JSONObject, Map<String, String>, Object) - Method in class com.zoho.analytics.client.AnalyticsClient
Internal method to send API request.
sendImportAPIRequest(String, JSONObject, Map<String, String>, Object) - Method in class com.zoho.analytics.client.AnalyticsClient
Internal method to send API request.
ServerException - Exception in com.zoho.analytics.client
ServerException is thrown if the analytics server has received the request but did not process the request due to some error.
ServerException(int, int, String) - Constructor for exception com.zoho.analytics.client.ServerException
 
setAccountsServerURL(String) - Method in class com.zoho.analytics.client.AnalyticsClient
Sets the accounts server URL.
setAnalyticsServerURL(String) - Method in class com.zoho.analytics.client.AnalyticsClient
Sets the analytics server URL.
setConnectionTimeout(int) - Method in class com.zoho.analytics.client.AnalyticsClient
Sets the timeout until a connection is established.
setProxy(String, int, String, String) - Method in class com.zoho.analytics.client.AnalyticsClient
To specify the proxy server details.
setReadTimeout(int) - Method in class com.zoho.analytics.client.AnalyticsClient
Sets the read timeout which will wait for data response from the server end.
ShareInfo - Class in com.zoho.analytics.client
ShareInfo contains the result of getWorkspaceShareInfo operation.
ShareInfo(JSONObject) - Constructor for class com.zoho.analytics.client.ShareInfo
 
shareViews(JSONArray, JSONArray, JSONObject, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Share views to the specified users.
showColumns(JSONArray) - Method in class com.zoho.analytics.client.ViewAPI
Show the specified hidden columns in the table.
syncData(long, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Initiate data sync for the specified datasource.

T

toString() - Method in exception com.zoho.analytics.client.ServerException
Returns the entire error details sent by the server.

U

updateDatasourceConnection(long, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Update connection details for the specified datasource.
updatePublishConfigurations(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Update publish configurations for the specified view.
updateQueryTable(long, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Update the mentioned query table in the workspace.
updateRow(JSONObject, String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Update rows in the specified table.
UpdateSharedDetails(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
Update the existing sharing configuration for the specified view.
updateSlideshow(long, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Update details of the specified slideshow.
updateVariable(long, String, int, int, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
Update details of the specified variable in the workspace.

V

ViewAPI - Class in com.zoho.analytics.client
ViewAPI contains view level operations.
ViewAPI(AnalyticsClient, long, long, long) - Constructor for class com.zoho.analytics.client.ViewAPI
Creates a new ViewAPI instance.

W

WorkspaceAPI - Class in com.zoho.analytics.client
WorkspaceAPI contains workspace level operations.
WorkspaceAPI(AnalyticsClient, long, long) - Constructor for class com.zoho.analytics.client.WorkspaceAPI
Creates a new WorkspaceAPI instance.
writeLine(Appendable, String) - Method in class com.zoho.analytics.client.AnalyticsClient
 
A B C D E G H I M O P R S T U V W 
Skip navigation links
Zoho Analytics - Java Documentation

Copyright © 2023 AdventNet Inc. All Rights Reserved.