public class ChangeEntitiesVdrJson extends BaseJson
Constructor and Description |
---|
ChangeEntitiesVdrJson() |
Modifier and Type | Method and Description |
---|---|
PathOrFolderIdJson |
getFolderPathOrId()
Id or path of a single folder to modify
|
Set<PathOrFolderIdJson> |
getFolderPathsOrIds()
Id or paths of multiple folders to modify
|
Boolean |
getForceAction()
Whether to do the action on the entities that haven't failed (true) Or
through error on first error found (false)
|
Boolean |
getForceInheritanceOnDescendants()
if set to TRUE, all subfolders and files of the input folders will
inherit permissions and get their parents' permissions (including the
change made by this operation)
|
Set<PermittedEntityWithPermissionsFromUserJson> |
getPermittedEntitiesWithPermissions()
The entities with their new permissions.
|
String |
getRoomGuid()
Guid of the workspace where the folder exists
|
Integer |
getRoomId()
Id of the workspace where the folder exists
|
void |
setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Id or path of a single folder to modify
|
void |
setFolderPathsOrIds(Set<PathOrFolderIdJson> folderPathsOrIds)
Id or paths of multiple folders to modify
|
void |
setForceAction(Boolean forceAction)
Whether to do the action on the entities that haven't failed (true) Or
through error on first error found (false)
|
void |
setForceInheritanceOnDescendants(Boolean forceInheritanceOnDescendants)
if set to TRUE, all subfolders and files of the input folders will
inherit permissions and get their parents' permissions (including the
change made by this operation)
|
void |
setPermittedEntitiesWithPermissions(Set<PermittedEntityWithPermissionsFromUserJson> permittedEntitiesWithPermissions)
The entities with their new permissions.
|
void |
setRoomGuid(String roomGuid)
Guid of the workspace where the folder exists
|
void |
setRoomId(Integer roomId)
Id of the workspace where the folder exists
|
getObjType, setObjType, toString
public String getRoomGuid()
public void setRoomGuid(String roomGuid)
roomGuid
- Guid of the workspace where the folder existspublic PathOrFolderIdJson getFolderPathOrId()
public void setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
folderPathOrId
- Id or path of a single folder to modifypublic Set<PermittedEntityWithPermissionsFromUserJson> getPermittedEntitiesWithPermissions()
public void setPermittedEntitiesWithPermissions(Set<PermittedEntityWithPermissionsFromUserJson> permittedEntitiesWithPermissions)
permittedEntitiesWithPermissions
- The entities with their new
permissions.public Set<PathOrFolderIdJson> getFolderPathsOrIds()
public void setFolderPathsOrIds(Set<PathOrFolderIdJson> folderPathsOrIds)
folderPathsOrIds
- Id or paths of multiple folders to modifypublic Boolean getForceInheritanceOnDescendants()
public void setForceInheritanceOnDescendants(Boolean forceInheritanceOnDescendants)
forceInheritanceOnDescendants
- if set to TRUE, all subfolders and
files of the input folders will inherit permissions and get their
parents' permissions (including the change made by this operation)public Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- Id of the workspace where the folder existspublic Boolean getForceAction()
public void setForceAction(Boolean forceAction)
forceAction
- Whether to do the action on the entities that
haven't failed (true) Or through error on first error found (false)Copyright © 2019. All rights reserved.