| Package | Description |
|---|---|
| com.box.boxjavalibv2.dao | |
| com.box.boxjavalibv2.resourcemanagers |
| Constructor and Description |
|---|
BoxComment(BoxComment obj)
Copy constructor, this does deep copy for all the fields.
|
| Modifier and Type | Method and Description |
|---|---|
BoxComment |
BoxCommentsManager.addComment(BoxCommentRequestObject requestObject)
Add a comment to an item.
|
BoxComment |
BoxCommentsManager.getComment(String commentId,
BoxDefaultRequestObject requestObject)
Get a comment, given a comment id.
|
BoxComment |
BoxCommentsManager.updateComment(String commentId,
BoxCommentRequestObject requestObject)
Update a comment.
|
| Modifier and Type | Method and Description |
|---|---|
static List<BoxComment> |
BoxCommentsManager.getComments(BoxCollection collection)
Get comments from a collection.
|
Copyright © 2014. All Rights Reserved.