53.5.2. 端点前缀 注释
有关 Box 注释的更多信息,请参阅 https://developer.box.com/reference#comment-object。 以下端点可以通过前缀 注释
调用,如下所示:
box:comments/endpoint?[options]
端点 | 简写别名 | 选项 | 结果 Body 类型 |
---|---|---|---|
addFileComment | add | fileId, message | com.box.sdk.BoxFile |
changeCommentMessage | updateMessage | commentId, message | com.box.sdk.BoxComment |
deleteComment | delete | commentId | |
getCommentInfo | info | commentId | com.box.sdk.BoxComment.Info |
getFileComments | 注释 | fileId | java.util.List |
replyToComment | 答复 | commentId, message | com.box.sdk.BoxComment |
用于 协作的URI 选项
名称 | 类型 |
---|---|
commentId | 字符串 |
fileId | 字符串 |
message | 字符串 |