| Package | Description |
|---|---|
| com.box.boxjavalibv2.requests | |
| com.box.boxjavalibv2.requests.requestobjects | |
| com.box.boxjavalibv2.resourcemanagers |
| Constructor and Description |
|---|
CreateCommentRequest(IBoxConfig config,
IBoxJSONParser parser,
BoxCommentRequestObject requestObject)
Constructor.
|
UpdateCommentRequest(IBoxConfig config,
IBoxJSONParser parser,
String commentId,
BoxCommentRequestObject requestObject)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BoxCommentRequestObject |
BoxCommentRequestObject.addCommentRequestObject(BoxResourceType type,
String itemId,
String message)
A BoxCommentRequestObject for AddCommentRequest.
|
BoxCommentRequestObject |
BoxCommentRequestObject.setItem(BoxResourceType type,
String itemId)
Set the item to be commented.
|
BoxCommentRequestObject |
BoxCommentRequestObject.setMessage(String message)
Set the comment message.
|
static BoxCommentRequestObject |
BoxCommentRequestObject.updateCommentRequestObject(String message)
A BoxCommentRequestObject for UpdateCommentRequest.
|
| Modifier and Type | Method and Description |
|---|---|
BoxComment |
BoxCommentsManager.addComment(BoxCommentRequestObject requestObject)
Add a comment to an item.
|
BoxComment |
BoxCommentsManager.updateComment(String commentId,
BoxCommentRequestObject requestObject)
Update a comment.
|
Copyright © 2014. All Rights Reserved.