public class DeleteRoomEntitiesJson extends BaseJson
Constructor and Description |
---|
DeleteRoomEntitiesJson() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDeleteUsersFromEntireWorkspace()
If set to True, the users will be deleted from the entire workspace
|
List<PermittedEntityFromUserJson> |
getEntities()
List of entities
|
void |
setDeleteUsersFromEntireWorkspace(Boolean deleteUsersFromEntireWorkspace)
If set to True, the users will be deleted from the entire workspace
|
void |
setEntities(List<PermittedEntityFromUserJson> entities)
List of entities
|
getObjType, setObjType, toString
public List<PermittedEntityFromUserJson> getEntities()
public void setEntities(List<PermittedEntityFromUserJson> entities)
entities
- List of entitiespublic Boolean getDeleteUsersFromEntireWorkspace()
public void setDeleteUsersFromEntireWorkspace(Boolean deleteUsersFromEntireWorkspace)
deleteUsersFromEntireWorkspace
- If set to True, the users will be
deleted from the entire workspaceCopyright © 2019. All rights reserved.