ManageEngine Analytics Plus API Docs

com.adventnet.zoho.client.report
Class ShareInfo

java.lang.Object
  extended by com.adventnet.zoho.client.report.ShareInfo

public class ShareInfo
extends java.lang.Object

ShareInfo contains the result of getShareInfo operation.


Method Summary
 java.util.Set<java.lang.String> getDatabaseOwners()
          This method is used to get the Database Owners of the specified database.
 java.util.ArrayList<java.util.HashMap> getGroupMembers()
          This method is used to get the Group Members of the specified database.
 java.util.ArrayList<PermissionInfo> getGroupPermissions()
          This method is used to get the Permissions of the Database Group.
 java.util.ArrayList<PermissionInfo> getPrivateLinkPermissions()
          This method is used to get the Permissions of the Private Link.
 java.util.ArrayList<PermissionInfo> getPublicPermissions()
          This method is used to get the Permissions of the Public Visitors.
 java.util.HashMap<java.lang.String,java.util.ArrayList<PermissionInfo>> getSharedUserPermissions()
          This method is used to get the Permissions of the Shared Users.
 java.util.Set<java.lang.String> getSharedUsers()
          This method is used to get the Shared Users of the specified database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSharedUsers

public java.util.Set<java.lang.String> getSharedUsers()
This method is used to get the Shared Users of the specified database.

Returns:
Shared Users of the database as Set.

getGroupMembers

public java.util.ArrayList<java.util.HashMap> getGroupMembers()
This method is used to get the Group Members of the specified database.

Returns:
Group Members of the database as Set.

getDatabaseOwners

public java.util.Set<java.lang.String> getDatabaseOwners()
This method is used to get the Database Owners of the specified database.

Returns:
Database Owners of the database as Set.

getSharedUserPermissions

public java.util.HashMap<java.lang.String,java.util.ArrayList<PermissionInfo>> getSharedUserPermissions()
This method is used to get the Permissions of the Shared Users.

Returns:
The HashMap<String,ArrayList<PermissionInfo>>. This HashMap contains Shared User Vs. ArrayList of PermissionInfo.

getGroupPermissions

public java.util.ArrayList<PermissionInfo> getGroupPermissions()
This method is used to get the Permissions of the Database Group.

Returns:
The ArrayList<PermissionInfo>. It contains the PermissionInfo list for the Database Group.

getPrivateLinkPermissions

public java.util.ArrayList<PermissionInfo> getPrivateLinkPermissions()
This method is used to get the Permissions of the Private Link.

Returns:
The ArrayList<PermissionInfo>. It contains the PermissionInfo list for the Private Link.

getPublicPermissions

public java.util.ArrayList<PermissionInfo> getPublicPermissions()
This method is used to get the Permissions of the Public Visitors.

Returns:
The ArrayList<PermissionInfo>. It contains the PermissionInfo list for the Public Visitors.

ManageEngine Analytics Plus API Docs

Copyright © 2018 AdventNet Inc. All Rights Reserved.