public class

Discussion

extends Entity
java.lang.Object
   ↳ org.mule.modules.box.model.Entity
     ↳ org.mule.modules.box.model.Discussion

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

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.box.model.Entity
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
Public Constructors
Discussion()
Public Methods
String getCreatedAt()
User getCreatedBy()
String getDescription()
String getModifiedAt()
Item getParent()
void setCreatedAt(String createdAt)
void setCreatedBy(User createdBy)
void setDescription(String description)
void setModifiedAt(String modifiedAt)
void setParent(Item parent)
[Expand]
Inherited Methods
From class org.mule.modules.box.model.Entity
From class java.lang.Object

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 Discussion ()

Public Methods

public String getCreatedAt ()

public User getCreatedBy ()

public String getDescription ()

public String getModifiedAt ()

public Item getParent ()

public void setCreatedAt (String createdAt)

Parameters
createdAt

public void setCreatedBy (User createdBy)

Parameters
createdBy

public void setDescription (String description)

Parameters
description

public void setModifiedAt (String modifiedAt)

Parameters
modifiedAt

public void setParent (Item parent)

Parameters
parent