public class OutlookMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
body
The body.
|
protected Calendar |
created
The created.
|
static DateFormat |
DATE_FORMAT
The Constant DATE_FORMAT.
|
static DateFormat |
DATE_FORMAT_CLIENT
Deprecated.
|
protected javax.jcr.Node |
fileNode
The file node.
|
protected OutlookEmail |
from
The from.
|
protected String |
id
The id.
|
protected Calendar |
modified
The modified.
|
protected String |
subject
The subject.
|
protected String |
title
The title.
|
protected List<OutlookEmail> |
to
The to.
|
protected String |
type
The type.
|
protected OutlookUser |
user
The user.
|
| Modifier | Constructor and Description |
|---|---|
protected |
OutlookMessage(OutlookUser user)
Instantiates a new outlook message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Gets the body.
|
Calendar |
getCreated()
Gets the created.
|
protected javax.jcr.Node |
getFileNode()
Gets the file node.
|
OutlookEmail |
getFrom()
Gets the from.
|
String |
getId()
Gets the id.
|
Calendar |
getModified()
Gets the modified.
|
String |
getSubject()
Gets the subject.
|
String |
getTitle()
Gets the title.
|
List<OutlookEmail> |
getTo()
Gets the to.
|
String |
getType()
Gets the type.
|
OutlookUser |
getUser()
Gets the user.
|
protected void |
setBody(String body)
Sets the body.
|
protected void |
setCreated(Calendar created)
Sets the created.
|
protected void |
setFileNode(javax.jcr.Node fileNode)
Sets the file node.
|
protected void |
setFrom(OutlookEmail from)
Sets the from.
|
protected void |
setId(String id)
Sets the id.
|
protected void |
setModified(Calendar modified)
Sets the modified.
|
protected void |
setSubject(String subject)
Set message subject.
|
protected void |
setTitle(String title)
Sets the title.
|
protected void |
setTo(List<OutlookEmail> to)
Sets the to.
|
protected void |
setType(String type)
Sets the type.
|
String |
toString() |
public static final DateFormat DATE_FORMAT
@Deprecated public static final DateFormat DATE_FORMAT_CLIENT
protected final OutlookUser user
protected OutlookEmail from
protected List<OutlookEmail> to
protected String id
protected String title
protected String subject
protected String body
protected String type
protected Calendar created
protected Calendar modified
protected javax.jcr.Node fileNode
protected OutlookMessage(OutlookUser user)
user - the userprotected void setTitle(String title)
title - the title to setprotected void setSubject(String subject)
subject - Stringprotected void setBody(String body)
body - message bodyprotected void setType(String type)
type - the type to setprotected void setId(String id)
id - the id to setprotected void setTo(List<OutlookEmail> to)
to - the to to setprotected void setFrom(OutlookEmail from)
from - the from to setprotected void setCreated(Calendar created)
created - the created to setprotected void setModified(Calendar modified)
modified - the modified to setprotected javax.jcr.Node getFileNode()
protected void setFileNode(javax.jcr.Node fileNode)
fileNode - the fileNode to setpublic OutlookUser getUser()
public OutlookEmail getFrom()
public List<OutlookEmail> getTo()
public String getId()
public String getTitle()
public String getSubject()
public String getBody()
public String getType()
public Calendar getCreated()
public Calendar getModified()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.