public class ShareInfo
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ShareInfo(org.json.JSONObject shareInfo) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getGroupNames()
This method is used to get the Group names of the specified workspace.
|
java.util.HashMap<java.lang.String,java.util.ArrayList<PermissionInfo>> |
getGroupPermissions()
This method is used to get the Permissions of the Groups.
|
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 workspace.
|
protected ShareInfo(org.json.JSONObject shareInfo) throws ParseException
ParseException
public java.util.Set<java.lang.String> getSharedUsers()
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.Set<java.lang.String> getGroupNames()
Set
.public java.util.HashMap<java.lang.String,java.util.ArrayList<PermissionInfo>> getGroupPermissions()
HashMap
<String
,ArrayList
<PermissionInfo
>>. It contains the PermissionInfo list for the workspace 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.Copyright © 2023 AdventNet Inc. All Rights Reserved.