|
ManageEngine Analytics Plus API Docs | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adventnet.zoho.client.report.ShareInfo
public class ShareInfo
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 |
---|
public java.util.Set<java.lang.String> getSharedUsers()
Set
.public java.util.ArrayList<java.util.HashMap> getGroupMembers()
Set
.public java.util.Set<java.lang.String> getDatabaseOwners()
Set
.public java.util.HashMap<java.lang.String,java.util.ArrayList<PermissionInfo>> getSharedUserPermissions()
HashMap
<String
,ArrayList
<PermissionInfo
>>.
This HashMap contains Shared User Vs. ArrayList
of PermissionInfo
.public java.util.ArrayList<PermissionInfo> getGroupPermissions()
ArrayList
<PermissionInfo
>. It contains the PermissionInfo list for the Database Group.public java.util.ArrayList<PermissionInfo> getPrivateLinkPermissions()
ArrayList
<PermissionInfo
>. It contains the PermissionInfo list for the Private Link.public java.util.ArrayList<PermissionInfo> getPublicPermissions()
ArrayList
<PermissionInfo
>. It contains the PermissionInfo list for the Public Visitors.
|
ManageEngine Analytics Plus API Docs | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |