Package | Description |
---|---|
com.box.boxandroidlibv2.dao | |
com.box.boxjavalibv2.dao | |
com.box.boxjavalibv2.resourcemanagers |
Modifier and Type | Class and Description |
---|---|
class |
BoxAndroidComment
Data class for Comment.
|
Constructor and Description |
---|
BoxComment(BoxComment obj)
Copy constructor, this does deep copy for all the fields.
|
Modifier and Type | Method and Description |
---|---|
BoxComment |
IBoxCommentsManager.addComment(BoxCommentRequestObject requestObject)
Add a comment to an item.
|
BoxComment |
BoxCommentsManagerImpl.addComment(BoxCommentRequestObject requestObject) |
BoxComment |
IBoxCommentsManager.addComment(java.lang.String commentedItemId,
IBoxType commentedItemType,
java.lang.String message) |
BoxComment |
BoxCommentsManagerImpl.addComment(java.lang.String commentedItemId,
IBoxType commentedItemType,
java.lang.String message) |
BoxComment |
IBoxCommentsManager.getComment(java.lang.String commentId,
BoxDefaultRequestObject requestObject)
Get a comment, given a comment id.
|
BoxComment |
BoxCommentsManagerImpl.getComment(java.lang.String commentId,
BoxDefaultRequestObject requestObject) |
BoxComment |
IBoxCommentsManager.updateComment(java.lang.String commentId,
BoxCommentRequestObject requestObject)
Update a comment.
|
BoxComment |
BoxCommentsManagerImpl.updateComment(java.lang.String commentId,
BoxCommentRequestObject requestObject) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<BoxComment> |
BoxCommentsManagerImpl.getComments(BoxCollection collection)
Deprecated.
|