Class Overview
Comments are messages generated by Box users.
Each message is tied to specific files or discussions.
You can create comments independently or create them as responses to other comments.
Summary
| Fields |
|
private
String |
createdAt |
The time this comment was created
|
|
private
User |
createdBy |
object representing the author of the comment
|
|
private
Boolean |
isReplyComment |
Whether or not this comment is a reply to another comment
|
|
private
Item |
item |
The object this comment was placed on
|
|
private
String |
message |
The comment text that the user typed
|
|
private
String |
modifiedAt |
The time this comment was last modified
|
|
private
String |
taggedMessage |
The string representing the comment text with @mentions included. |
|
[Expand]
Inherited Fields |
From class
org.mule.modules.box.model.Entity
|
private
String |
etag |
A unique string identifying the version of this folder
|
|
private
String |
id |
the id of the item
|
|
private
String |
name |
The name of the item
|
|
private
String |
sequenceId |
A unique ID for use with the /events endpoint
|
|
private
String |
type |
string representing the item's type
|
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.box.model.Entity
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
7670402222846957689
(0x6a72be2ea128d879)
Fields
private
String
createdAt
The time this comment was created
private
User
createdBy
object representing the author of the comment
private
Boolean
isReplyComment
Whether or not this comment is a reply to another comment
private
Item
item
The object this comment was placed on
private
String
message
The comment text that the user typed
private
String
modifiedAt
The time this comment was last modified
private
String
taggedMessage
The string representing the comment text with @mentions included.
Public Constructors
Public Methods
public
String
getCreatedAt
()
public
User
getCreatedBy
()
public
String
getMessage
()
public
String
getModifiedAt
()
public
String
getTaggedMessage
()
public
Boolean
isReplyComment
()
public
void
setCreatedAt
(String createdAt)
public
void
setCreatedBy
(User createdBy)
public
void
setItem
(Item item)
public
void
setMessage
(String message)
public
void
setModifiedAt
(String modifiedAt)
public
void
setReplyComment
(Boolean isReplyComment)
public
void
setTaggedMessage
(String taggedMessage)