Class DeleteRoomEntitiesJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DeleteRoomEntitiesJson
-
- All Implemented Interfaces:
Serializable
public class DeleteRoomEntitiesJson extends BaseJson
Delete multiple items from a workspace.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteRoomEntitiesJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getDeleteUsersFromEntireWorkspace()
If set to True, the users will be deleted from the entire workspaceList<PermittedEntityFromUserJson>
getEntities()
List of entitiesvoid
setDeleteUsersFromEntireWorkspace(Boolean deleteUsersFromEntireWorkspace)
If set to True, the users will be deleted from the entire workspacevoid
setEntities(List<PermittedEntityFromUserJson> entities)
List of entities-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getEntities
public List<PermittedEntityFromUserJson> getEntities()
List of entities- Returns:
- List of entities
-
setEntities
public void setEntities(List<PermittedEntityFromUserJson> entities)
List of entities- Parameters:
entities
- List of entities
-
getDeleteUsersFromEntireWorkspace
public Boolean getDeleteUsersFromEntireWorkspace()
If set to True, the users will be deleted from the entire workspace- Returns:
- If set to True, the users will be deleted from the entire workspace
-
setDeleteUsersFromEntireWorkspace
public void setDeleteUsersFromEntireWorkspace(Boolean deleteUsersFromEntireWorkspace)
If set to True, the users will be deleted from the entire workspace- Parameters:
deleteUsersFromEntireWorkspace
- If set to True, the users will be deleted from the entire workspace
-
-