public class AddFolderEntityJson extends BaseJson
Constructor and Description |
---|
AddFolderEntityJson() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Set description (only for groups) relevant only if permittedEntity is a
roomGroup
|
String |
getEmailMessage() |
String |
getEmailSubject() |
PathOrFolderIdJson |
getFolderPathOrId()
Path or id for the folder to be changed, if not supplied the root
folder will be assumed
|
AddMembersToGroupJson |
getGroupMembers()
In case of a workspace group was supplied in field "permittedEntity"
these members will be added to the group, otherwise this will be
ignored.
|
String |
getIdentifier()
Only for workspace groups - adds another identifier to find the group
by.
|
Boolean |
getIncludeAllSubItems() |
boolean |
getIsDefaultEntity()
Deprecated.
|
PermissionFromUserJson |
getNewPermissions()
Workspace permissions
|
PermittedEntityFromUserJson |
getPermittedEntity()
Single entity to add.
|
String |
getRole()
The new role in the workspace.
|
Set<PermittedEntityFromUserJson> |
getRoomEntities() |
List<GroupAndMembersJson> |
getRoomGroups() |
String |
getRoomGuid()
Guid of the workspace
|
Integer |
getRoomId()
Id of the workspace
|
boolean |
isIsDefaultEntity()
Set if the entity is default for workspace
|
boolean |
isIsSendMail() |
void |
setDescription(String description)
Set description (only for groups) relevant only if permittedEntity is a
roomGroup
|
void |
setEmailMessage(String emailMessage) |
void |
setEmailSubject(String emailSubject) |
void |
setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Path or id for the folder to be changed, if not supplied the root
folder will be assumed
|
void |
setGroupMembers(AddMembersToGroupJson groupMembers)
In case of a workspace group was supplied in field "permittedEntity"
these members will be added to the group, otherwise this will be
ignored.
|
void |
setIdentifier(String identifier)
Only for workspace groups - adds another identifier to find the group
by.
|
void |
setIncludeAllSubItems(Boolean includeAllSubItems) |
void |
setIsDefaultEntity(boolean isDefaultEntity)
Set if the entity is default for workspace
|
void |
setIsSendMail(boolean isSendMail) |
void |
setNewPermissions(PermissionFromUserJson newPermissions)
Workspace permissions
|
void |
setPermittedEntity(PermittedEntityFromUserJson permittedEntity)
Single entity to add.
|
void |
setRole(String role)
The new role in the workspace.
|
void |
setRoomEntities(Set<PermittedEntityFromUserJson> roomEntities) |
void |
setRoomGroups(List<GroupAndMembersJson> roomGroups) |
void |
setRoomGuid(String roomGuid)
Guid of the workspace
|
void |
setRoomId(Integer roomId)
Id of the workspace
|
getObjType, setObjType, toString
public AddMembersToGroupJson getGroupMembers()
public void setGroupMembers(AddMembersToGroupJson groupMembers)
groupMembers
- In case of a workspace group was supplied in field
"permittedEntity" these members will be added to the group, otherwise
this will be ignored.public PermittedEntityFromUserJson getPermittedEntity()
public void setPermittedEntity(PermittedEntityFromUserJson permittedEntity)
permittedEntity
- Single entity to add.public String getIdentifier()
public void setIdentifier(String identifier)
identifier
- Only for workspace groups - adds another identifier
to find the group by. This identifier may be supplied instead of
workspace group name or address, in all workspace group based
operations. relvant only if permittedEntity is a roomGrouppublic String getRoomGuid()
public void setRoomGuid(String roomGuid)
roomGuid
- Guid of the workspacepublic List<GroupAndMembersJson> getRoomGroups()
public void setRoomGroups(List<GroupAndMembersJson> roomGroups)
public String getRole()
public void setRole(String role)
role
- The new role in the workspace.public PathOrFolderIdJson getFolderPathOrId()
public void setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
folderPathOrId
- Path or id for the folder to be changed, if not
supplied the root folder will be assumedpublic boolean isIsSendMail()
public void setIsSendMail(boolean isSendMail)
public boolean isIsDefaultEntity()
@Deprecated public boolean getIsDefaultEntity()
public void setIsDefaultEntity(boolean isDefaultEntity)
isDefaultEntity
- Set if the entity is default for workspacepublic String getDescription()
public void setDescription(String description)
description
- Set description (only for groups) relevant only if
permittedEntity is a roomGrouppublic PermissionFromUserJson getNewPermissions()
public void setNewPermissions(PermissionFromUserJson newPermissions)
newPermissions
- Workspace permissionspublic String getEmailSubject()
public void setEmailSubject(String emailSubject)
public Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- Id of the workspacepublic Boolean getIncludeAllSubItems()
public void setIncludeAllSubItems(Boolean includeAllSubItems)
public Set<PermittedEntityFromUserJson> getRoomEntities()
public void setRoomEntities(Set<PermittedEntityFromUserJson> roomEntities)
public String getEmailMessage()
public void setEmailMessage(String emailMessage)
Copyright © 2019. All rights reserved.