Uses of Class
com.blackberry.workspaces.sdk.api.json.DocumentCommentJson
-
Packages that use DocumentCommentJson Package Description com.blackberry.workspaces.sdk.api.json com.blackberry.workspaces.sdk.api.resource -
-
Uses of DocumentCommentJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type DocumentCommentJson Modifier and Type Method Description List<DocumentCommentJson>
DocumentCommentJson. getReplyCommentsList()
Method parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type DocumentCommentJson Modifier and Type Method Description void
DocumentCommentJson. setReplyCommentsList(List<DocumentCommentJson> replyCommentsList)
-
Uses of DocumentCommentJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource that return types with arguments of type DocumentCommentJson Modifier and Type Method Description ItemListJson<DocumentCommentJson>
TransientWorkspaces. listCommentsV30(ListTransientDocumentCommentsJson listTransientDocumentCommentsJson)
List document comments hierarchyItemListJson<DocumentCommentJson>
TransientWorkspaces. listUnreadCommentsUserMentionPerDocumentV30(TransientListUserMentionInUnreadDocumentCommentsJson transientListUserMentionInUnreadDocumentCommentsJson)
List of unread comments of a certain document that user was mention in
-