Class Overview
Discussions are sets of comments related to a single folder.
Each folder can have multiple discussions, and discussions can contain multiple comments
Summary
| Fields |
|
private
String |
createdAt |
The time this discussion was created
|
|
private
User |
createdBy |
The user who created this discussion
|
|
private
String |
description |
The description of this discussion. |
|
private
String |
modifiedAt |
The time this discussion was last modified
|
|
private
Item |
parent |
The folder this discussion is related to
|
|
[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:
-6017687026974352422
(0xac7ce18833b79bda)
Fields
private
String
createdAt
The time this discussion was created
private
User
createdBy
The user who created this discussion
private
String
description
The description of this discussion. 1024 chars max
private
String
modifiedAt
The time this discussion was last modified
private
Item
parent
The folder this discussion is related to
Public Constructors
Public Methods
public
String
getCreatedAt
()
public
User
getCreatedBy
()
public
String
getDescription
()
public
String
getModifiedAt
()
public
void
setCreatedAt
(String createdAt)
public
void
setCreatedBy
(User createdBy)
public
void
setDescription
(String description)
public
void
setModifiedAt
(String modifiedAt)
public
void
setParent
(Item parent)