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,
java.lang.String commentId,
BoxCommentRequestObject requestObject)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static BoxCommentRequestObject |
BoxCommentRequestObject.addCommentRequestObject(IBoxType type,
java.lang.String itemId,
java.lang.String message)
A BoxCommentRequestObject to add a comment.
|
BoxCommentRequestObject |
BoxCommentRequestObject.setItem(IBoxType type,
java.lang.String itemId)
Set the item to be commented.
|
BoxCommentRequestObject |
BoxCommentRequestObject.setMessage(java.lang.String message)
Set the comment message.
|
static BoxCommentRequestObject |
BoxCommentRequestObject.updateCommentRequestObject(java.lang.String message)
A BoxCommentRequestEntity to update comment.
|
Modifier and Type | Method and Description |
---|---|
BoxComment |
IBoxCommentsManager.addComment(BoxCommentRequestObject requestObject)
Add a comment to an item.
|
BoxComment |
BoxCommentsManagerImpl.addComment(BoxCommentRequestObject requestObject) |
BoxComment |
IBoxCommentsManager.updateComment(java.lang.String commentId,
BoxCommentRequestObject requestObject)
Update a comment.
|
BoxComment |
BoxCommentsManagerImpl.updateComment(java.lang.String commentId,
BoxCommentRequestObject requestObject) |