public class AddEntitiesTransientJson extends BaseJson
Constructor and Description |
---|
AddEntitiesTransientJson() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAccess()
Set if the entity ( new gruop) has access
|
Set<String> |
getDocumentPaths()
Collection of file paths to use
|
String |
getEmailMessage() |
String |
getEmailSubject() |
String |
getFolderPath()
Folder path to use
|
Boolean |
getIncludeAllSubItems() |
PermissionFromUserJson |
getNewPermissions()
Path permissions
|
String |
getRole()
The new role in the specified paths.
|
Set<PermittedEntityFromUserJson> |
getRoomEntities()
Collection of entities to add
|
List<GroupAndMembersJson> |
getRoomGroups()
Collection of workspaces to use
|
String |
getWorkspaceUuid()
GUID of the workspace
|
boolean |
isIsSendMail() |
void |
setAccess(Boolean access)
Set if the entity ( new gruop) has access
|
void |
setDocumentPaths(Set<String> documentPaths)
Collection of file paths to use
|
void |
setEmailMessage(String emailMessage) |
void |
setEmailSubject(String emailSubject) |
void |
setFolderPath(String folderPath)
Folder path to use
|
void |
setIncludeAllSubItems(Boolean includeAllSubItems) |
void |
setIsSendMail(boolean isSendMail) |
void |
setNewPermissions(PermissionFromUserJson newPermissions)
Path permissions
|
void |
setRole(String role)
The new role in the specified paths.
|
void |
setRoomEntities(Set<PermittedEntityFromUserJson> roomEntities)
Collection of entities to add
|
void |
setRoomGroups(List<GroupAndMembersJson> roomGroups)
Collection of workspaces to use
|
void |
setWorkspaceUuid(String workspaceUuid)
GUID of the workspace
|
getObjType, setObjType, toString
public List<GroupAndMembersJson> getRoomGroups()
public void setRoomGroups(List<GroupAndMembersJson> roomGroups)
roomGroups
- Collection of workspaces to usepublic Boolean getAccess()
public void setAccess(Boolean access)
access
- Set if the entity ( new gruop) has accesspublic String getRole()
public void setRole(String role)
role
- The new role in the specified paths.public boolean isIsSendMail()
public void setIsSendMail(boolean isSendMail)
public PermissionFromUserJson getNewPermissions()
public void setNewPermissions(PermissionFromUserJson newPermissions)
newPermissions
- Path permissionspublic String getEmailSubject()
public void setEmailSubject(String emailSubject)
public String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
workspaceUuid
- GUID of the workspacepublic String getFolderPath()
public void setFolderPath(String folderPath)
folderPath
- Folder path to usepublic Boolean getIncludeAllSubItems()
public void setIncludeAllSubItems(Boolean includeAllSubItems)
public Set<PermittedEntityFromUserJson> getRoomEntities()
public void setRoomEntities(Set<PermittedEntityFromUserJson> roomEntities)
roomEntities
- Collection of entities to addpublic String getEmailMessage()
public void setEmailMessage(String emailMessage)
public Set<String> getDocumentPaths()
Copyright © 2019. All rights reserved.