Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentComment
Parameters
Name Type Description

commentUuid

String

creatingUserAddress

String

creatingUserName

String

creationDate

Date

data

String

deleteDate

Date

documentUuid

String

folderId

Integer

isRead

Boolean

mentionType

String

organizationId

Integer

parentCommentUuid

String

path

String

replyCommentsList

List(DocumentComment)

roomId

Integer

updateDate

Date

workspaceUuid

String

Json Format
{
commentUuid: String,
parentCommentUuid: String,
documentUuid: String,
roomId: Integer,
folderId: Integer,
organizationId: Integer,
creatingUserAddress: String,
creatingUserName: String,
data: String,
creationDate: Date,
updateDate: Date,
deleteDate: Date,
replyCommentsList: List(DocumentComment ),
isRead: Boolean,
path: String,
mentionType: String,
workspaceUuid: String
}