public class DocumentLinkInfoResultJson extends BaseJson
Constructor and Description |
---|
DocumentLinkInfoResultJson() |
Modifier and Type | Method and Description |
---|---|
String |
getAnnotatingUserAddress()
The address of the annotating user
|
String |
getDocumentRecipient()
file recipient will not always appear on file links even if they were
sent from exchange
|
String |
getDocumentUUID()
The file's Uuid
|
String |
getRequestPermissionFrom()
the email address to request permission from will not be set if this
file is in a workspace
|
Integer |
getRoomId()
The workspace id
|
String |
getVersionUUID()
The version Uuid
|
void |
setAnnotatingUserAddress(String annotatingUserAddress)
The address of the annotating user
|
void |
setDocumentRecipient(String documentRecipient)
file recipient will not always appear on file links even if they were
sent from exchange
|
void |
setDocumentUUID(String documentUUID)
The file's Uuid
|
void |
setRequestPermissionFrom(String requestPermissionFrom)
the email address to request permission from will not be set if this
file is in a workspace
|
void |
setRoomId(Integer roomId)
The workspace id
|
void |
setVersionUUID(String versionUUID)
The version Uuid
|
getObjType, setObjType, toString
public String getRequestPermissionFrom()
public void setRequestPermissionFrom(String requestPermissionFrom)
requestPermissionFrom
- the email address to request permission
from will not be set if this file is in a workspacepublic String getVersionUUID()
public void setVersionUUID(String versionUUID)
versionUUID
- The version Uuidpublic String getAnnotatingUserAddress()
public void setAnnotatingUserAddress(String annotatingUserAddress)
annotatingUserAddress
- The address of the annotating userpublic String getDocumentUUID()
public void setDocumentUUID(String documentUUID)
documentUUID
- The file's Uuidpublic Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- The workspace idpublic String getDocumentRecipient()
public void setDocumentRecipient(String documentRecipient)
documentRecipient
- file recipient will not always appear on file
links even if they were sent from exchangeCopyright © 2019. All rights reserved.