Class DeleteRoomEntitiesJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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 entitiesMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DeleteRoomEntitiesJson
public DeleteRoomEntitiesJson()
-
-
Method Details
-
getEntities
List of entities- Returns:
- List of entities
-
setEntities
List of entities- Parameters:
entities
- List of entities
-
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
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
-