public class LockDocumentsRequestJson extends BaseJson
Constructor and Description |
---|
LockDocumentsRequestJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType() |
Set<String> |
getDocumentUuids()
List of file guids
|
String |
getRoomGuid()
Workspace guid
|
Integer |
getRoomId()
Workspace id
|
void |
setDeviceType(DeviceType deviceType) |
void |
setDocumentUuids(Set<String> documentUuids)
List of file guids
|
void |
setRoomGuid(String roomGuid)
Workspace guid
|
void |
setRoomId(Integer roomId)
Workspace id
|
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
public String getRoomGuid()
public void setRoomGuid(String roomGuid)
roomGuid
- Workspace guidpublic Set<String> getDocumentUuids()
public void setDocumentUuids(Set<String> documentUuids)
documentUuids
- List of file guidspublic Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- Workspace idCopyright © 2019. All rights reserved.