Package | Description |
---|---|
org.mule.modules.box | |
org.mule.modules.box.internal.item.file.comment |
Modifier and Type | Method and Description |
---|---|
Comment |
BoxConnector.addCommentToFile(String fileId,
String message)
Used to add a comment by the user to a specific file.
|
Comment |
BoxConnector.getCommentInfo(String commentId)
Used to retrieve the message and metadata about a specific comment.
|
Comment |
BoxConnector.replyToComment(String commentId,
String message)
Replies to this comment with another message.
|
Comment |
BoxConnector.updateComment(String commentId,
String message)
Used to update the message of the comment.
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
BoxConnector.getFileComments(String fileId)
Gets a list of any comments on this file.
|
Modifier and Type | Method and Description |
---|---|
Comment |
CommentOutputConverter.apply(com.box.sdk.BoxComment.Info item) |
Comment |
CommentClientImpl.create(String fileId,
String message) |
Comment |
CommentClient.create(String fileId,
String message) |
protected Comment |
CommentOutputConverter.createOutputItem() |
Comment |
CommentClientImpl.get(String id) |
Comment |
CommentClient.get(String id) |
Comment |
CommentClientImpl.reply(String commentId,
String message) |
Comment |
CommentClient.reply(String commentId,
String message) |
Comment |
CommentClientImpl.update(String id,
String message) |
Comment |
CommentClient.update(String id,
String message) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentClientImpl.list(String fileId) |
List<Comment> |
CommentClient.list(String fileId) |
Copyright © 2010–2016. All rights reserved.