Class EditRoomJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.EditRoomJson
-
- All Implemented Interfaces:
Serializable
public class EditRoomJson extends BaseJson
A workspace to be edited- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditRoomJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
New (optional) descriptionBoolean
getIsPersonal()
True if this is a personal workspace, False if notYesNoDefault
getLogAccessActionsToFiles()
String
getName()
New nameBoolean
getRenameIfExists()
If set to true will create workspace with modified name - if name already existsBoolean
getShouldUpdatePersonal()
True if a personal workspace should be updated, False if notvoid
setDescription(String description)
New (optional) descriptionvoid
setIsPersonal(Boolean isPersonal)
True if this is a personal workspace, False if notvoid
setLogAccessActionsToFiles(YesNoDefault logAccessActionsToFiles)
void
setName(String name)
New namevoid
setRenameIfExists(Boolean renameIfExists)
If set to true will create workspace with modified name - if name already existsvoid
setShouldUpdatePersonal(Boolean shouldUpdatePersonal)
True if a personal workspace should be updated, False if not-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getShouldUpdatePersonal
public Boolean getShouldUpdatePersonal()
True if a personal workspace should be updated, False if not- Returns:
- True if a personal workspace should be updated, False if not
-
setShouldUpdatePersonal
public void setShouldUpdatePersonal(Boolean shouldUpdatePersonal)
True if a personal workspace should be updated, False if not- Parameters:
shouldUpdatePersonal
- True if a personal workspace should be updated, False if not
-
getLogAccessActionsToFiles
public YesNoDefault getLogAccessActionsToFiles()
-
setLogAccessActionsToFiles
public void setLogAccessActionsToFiles(YesNoDefault logAccessActionsToFiles)
-
getRenameIfExists
public Boolean getRenameIfExists()
If set to true will create workspace with modified name - if name already exists- Returns:
- If set to true will create workspace with modified name - if name already exists
-
setRenameIfExists
public void setRenameIfExists(Boolean renameIfExists)
If set to true will create workspace with modified name - if name already exists- Parameters:
renameIfExists
- If set to true will create workspace with modified name - if name already exists
-
getName
public String getName()
New name- Returns:
- New name
-
setName
public void setName(String name)
New name- Parameters:
name
- New name
-
getDescription
public String getDescription()
New (optional) description- Returns:
- New (optional) description
-
setDescription
public void setDescription(String description)
New (optional) description- Parameters:
description
- New (optional) description
-
getIsPersonal
public Boolean getIsPersonal()
True if this is a personal workspace, False if not- Returns:
- True if this is a personal workspace, False if not
-
setIsPersonal
public void setIsPersonal(Boolean isPersonal)
True if this is a personal workspace, False if not- Parameters:
isPersonal
- True if this is a personal workspace, False if not
-
-