Class AddEntitiesIManageJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.AddEntitiesIManageJson
-
- All Implemented Interfaces:
Serializable
public class AddEntitiesIManageJson extends BaseJson
Add user permissions to IManage workspaces or imanage documents.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddEntitiesIManageJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAccess()
Set if the entity ( new gruop) has accessSet<String>
getDocumentItemIds()
Collection of document item IDsString
getEmailMessage()
String
getEmailSubject()
Boolean
getIncludeAllSubItems()
PermissionFromUserJson
getNewPermissions()
Path permissionsString
getRole()
The new role in the specified paths.Set<PermittedEntityFromUserJson>
getRoomEntities()
Collection of entities to addList<GroupAndMembersJson>
getRoomGroups()
Collection of workspaces to useString
getWorkspaceUuid()
GUID of the workspaceboolean
isIsSendMail()
void
setAccess(Boolean access)
Set if the entity ( new gruop) has accessvoid
setDocumentItemIds(Set<String> documentItemIds)
Collection of document item IDsvoid
setEmailMessage(String emailMessage)
void
setEmailSubject(String emailSubject)
void
setIncludeAllSubItems(Boolean includeAllSubItems)
void
setIsSendMail(boolean isSendMail)
void
setNewPermissions(PermissionFromUserJson newPermissions)
Path permissionsvoid
setRole(String role)
The new role in the specified paths.void
setRoomEntities(Set<PermittedEntityFromUserJson> roomEntities)
Collection of entities to addvoid
setRoomGroups(List<GroupAndMembersJson> roomGroups)
Collection of workspaces to usevoid
setWorkspaceUuid(String workspaceUuid)
GUID of the workspace-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getIncludeAllSubItems
public Boolean getIncludeAllSubItems()
-
setIncludeAllSubItems
public void setIncludeAllSubItems(Boolean includeAllSubItems)
-
getAccess
public Boolean getAccess()
Set if the entity ( new gruop) has access- Returns:
- Set if the entity ( new gruop) has access
-
setAccess
public void setAccess(Boolean access)
Set if the entity ( new gruop) has access- Parameters:
access
- Set if the entity ( new gruop) has access
-
getRoomGroups
public List<GroupAndMembersJson> getRoomGroups()
Collection of workspaces to use- Returns:
- Collection of workspaces to use
-
setRoomGroups
public void setRoomGroups(List<GroupAndMembersJson> roomGroups)
Collection of workspaces to use- Parameters:
roomGroups
- Collection of workspaces to use
-
getRole
public String getRole()
The new role in the specified paths.- Returns:
- The new role in the specified paths.
-
setRole
public void setRole(String role)
The new role in the specified paths.- Parameters:
role
- The new role in the specified paths.
-
getRoomEntities
public Set<PermittedEntityFromUserJson> getRoomEntities()
Collection of entities to add- Returns:
- Collection of entities to add
-
setRoomEntities
public void setRoomEntities(Set<PermittedEntityFromUserJson> roomEntities)
Collection of entities to add- Parameters:
roomEntities
- Collection of entities to add
-
getEmailMessage
public String getEmailMessage()
-
setEmailMessage
public void setEmailMessage(String emailMessage)
-
isIsSendMail
public boolean isIsSendMail()
-
setIsSendMail
public void setIsSendMail(boolean isSendMail)
-
getNewPermissions
public PermissionFromUserJson getNewPermissions()
Path permissions- Returns:
- Path permissions
-
setNewPermissions
public void setNewPermissions(PermissionFromUserJson newPermissions)
Path permissions- Parameters:
newPermissions
- Path permissions
-
getDocumentItemIds
public Set<String> getDocumentItemIds()
Collection of document item IDs- Returns:
- Collection of document item IDs
-
setDocumentItemIds
public void setDocumentItemIds(Set<String> documentItemIds)
Collection of document item IDs- Parameters:
documentItemIds
- Collection of document item IDs
-
getEmailSubject
public String getEmailSubject()
-
setEmailSubject
public void setEmailSubject(String emailSubject)
-
getWorkspaceUuid
public String getWorkspaceUuid()
GUID of the workspace- Returns:
- GUID of the workspace
-
setWorkspaceUuid
public void setWorkspaceUuid(String workspaceUuid)
GUID of the workspace- Parameters:
workspaceUuid
- GUID of the workspace
-
-