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
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 workspaceMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AddEntitiesIManageJson
public AddEntitiesIManageJson()
-
-
Method Details
-
getIncludeAllSubItems
-
setIncludeAllSubItems
-
getAccess
Set if the entity ( new gruop) has access- Returns:
- Set if the entity ( new gruop) has access
-
setAccess
Set if the entity ( new gruop) has access- Parameters:
access
- Set if the entity ( new gruop) has access
-
getRole
The new role in the specified paths.- Returns:
- The new role in the specified paths.
-
setRole
The new role in the specified paths.- Parameters:
role
- The new role in the specified paths.
-
getRoomGroups
Collection of workspaces to use- Returns:
- Collection of workspaces to use
-
setRoomGroups
Collection of workspaces to use- Parameters:
roomGroups
- Collection of workspaces to use
-
getRoomEntities
Collection of entities to add- Returns:
- Collection of entities to add
-
setRoomEntities
Collection of entities to add- Parameters:
roomEntities
- Collection of entities to add
-
getEmailMessage
-
setEmailMessage
-
isIsSendMail
public boolean isIsSendMail() -
setIsSendMail
public void setIsSendMail(boolean isSendMail) -
getDocumentItemIds
Collection of document item IDs- Returns:
- Collection of document item IDs
-
setDocumentItemIds
Collection of document item IDs- Parameters:
documentItemIds
- Collection of document item IDs
-
getNewPermissions
Path permissions- Returns:
- Path permissions
-
setNewPermissions
Path permissions- Parameters:
newPermissions
- Path permissions
-
getEmailSubject
-
setEmailSubject
-
getWorkspaceUuid
GUID of the workspace- Returns:
- GUID of the workspace
-
setWorkspaceUuid
GUID of the workspace- Parameters:
workspaceUuid
- GUID of the workspace
-