Class DocumentLinkInfoResultJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.DocumentLinkInfoResultJson
-
- All Implemented Interfaces:
Serializable
public class DocumentLinkInfoResultJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentLinkInfoResultJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAnnotatingUserAddress()
The address of the annotating userString
getDocumentRecipient()
file recipient will not always appear on file links even if they were sent from exchangeString
getDocumentUUID()
The file's UuidString
getRequestPermissionFrom()
the email address to request permission from will not be set if this file is in a workspaceInteger
getRoomId()
The workspace idString
getVersionUUID()
The version Uuidvoid
setAnnotatingUserAddress(String annotatingUserAddress)
The address of the annotating uservoid
setDocumentRecipient(String documentRecipient)
file recipient will not always appear on file links even if they were sent from exchangevoid
setDocumentUUID(String documentUUID)
The file's Uuidvoid
setRequestPermissionFrom(String requestPermissionFrom)
the email address to request permission from will not be set if this file is in a workspacevoid
setRoomId(Integer roomId)
The workspace idvoid
setVersionUUID(String versionUUID)
The version Uuid-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getRequestPermissionFrom
public String getRequestPermissionFrom()
the email address to request permission from will not be set if this file is in a workspace- Returns:
- the email address to request permission from will not be set if this file is in a workspace
-
setRequestPermissionFrom
public void setRequestPermissionFrom(String requestPermissionFrom)
the email address to request permission from will not be set if this file is in a workspace- Parameters:
requestPermissionFrom
- the email address to request permission from will not be set if this file is in a workspace
-
getAnnotatingUserAddress
public String getAnnotatingUserAddress()
The address of the annotating user- Returns:
- The address of the annotating user
-
setAnnotatingUserAddress
public void setAnnotatingUserAddress(String annotatingUserAddress)
The address of the annotating user- Parameters:
annotatingUserAddress
- The address of the annotating user
-
getVersionUUID
public String getVersionUUID()
The version Uuid- Returns:
- The version Uuid
-
setVersionUUID
public void setVersionUUID(String versionUUID)
The version Uuid- Parameters:
versionUUID
- The version Uuid
-
getDocumentUUID
public String getDocumentUUID()
The file's Uuid- Returns:
- The file's Uuid
-
setDocumentUUID
public void setDocumentUUID(String documentUUID)
The file's Uuid- Parameters:
documentUUID
- The file's Uuid
-
getDocumentRecipient
public String getDocumentRecipient()
file recipient will not always appear on file links even if they were sent from exchange- Returns:
- file recipient will not always appear on file links even if they were sent from exchange
-
setDocumentRecipient
public void setDocumentRecipient(String documentRecipient)
file recipient will not always appear on file links even if they were sent from exchange- Parameters:
documentRecipient
- file recipient will not always appear on file links even if they were sent from exchange
-
getRoomId
public Integer getRoomId()
The workspace id- Returns:
- The workspace id
-
setRoomId
public void setRoomId(Integer roomId)
The workspace id- Parameters:
roomId
- The workspace id
-
-