public class DeleteRoomJson extends BaseJson
Constructor and Description |
---|
DeleteRoomJson() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsPermanent()
Flag indicating workspace is to be deleted permanently (not placed in
the Recycle Bin)
|
String |
getRoomGuid()
Workspace guid
|
Integer |
getRoomId()
Workspace id
|
void |
setIsPermanent(Boolean isPermanent)
Flag indicating workspace is to be deleted permanently (not placed in
the Recycle Bin)
|
void |
setRoomGuid(String roomGuid)
Workspace guid
|
void |
setRoomId(Integer roomId)
Workspace id
|
getObjType, setObjType, toString
public String getRoomGuid()
public void setRoomGuid(String roomGuid)
roomGuid
- Workspace guidpublic Boolean getIsPermanent()
public void setIsPermanent(Boolean isPermanent)
isPermanent
- Flag indicating workspace is to be deleted
permanently (not placed in the Recycle Bin)public Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- Workspace idCopyright © 2019. All rights reserved.