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
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 UuidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentLinkInfoResultJson
public DocumentLinkInfoResultJson()
-
-
Method Details
-
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
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
The address of the annotating user- Returns:
- The address of the annotating user
-
setAnnotatingUserAddress
The address of the annotating user- Parameters:
annotatingUserAddress
- The address of the annotating user
-
getVersionUUID
The version Uuid- Returns:
- The version Uuid
-
setVersionUUID
The version Uuid- Parameters:
versionUUID
- The version Uuid
-
getDocumentUUID
The file's Uuid- Returns:
- The file's Uuid
-
setDocumentUUID
The file's Uuid- Parameters:
documentUUID
- The file's Uuid
-
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
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
The workspace id- Returns:
- The workspace id
-
setRoomId
The workspace id- Parameters:
roomId
- The workspace id
-