public class OutlookMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
body |
protected Calendar |
created |
static DateFormat |
DATE_FORMAT |
static DateFormat |
DATE_FORMAT_CLIENT
Deprecated.
|
protected javax.jcr.Node |
fileNode |
protected OutlookEmail |
from |
protected String |
id |
protected Calendar |
modified |
protected String |
subject |
protected List<OutlookEmail> |
to |
protected String |
type |
protected OutlookUser |
user |
| Modifier | Constructor and Description |
|---|---|
protected |
OutlookMessage(OutlookUser user) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
Calendar |
getCreated() |
protected javax.jcr.Node |
getFileNode() |
OutlookEmail |
getFrom() |
String |
getId() |
Calendar |
getModified() |
String |
getSubject() |
List<OutlookEmail> |
getTo() |
String |
getType() |
OutlookUser |
getUser() |
protected void |
setBody(String body) |
protected void |
setCreated(Calendar created) |
protected void |
setFileNode(javax.jcr.Node fileNode) |
protected void |
setFrom(OutlookEmail from) |
protected void |
setId(String id) |
protected void |
setModified(Calendar modified) |
protected void |
setSubject(String subject)
Set message subject.
|
protected void |
setTo(List<OutlookEmail> to) |
protected void |
setType(String 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 subject
protected String body
protected String type
protected Calendar created
protected Calendar modified
protected javax.jcr.Node fileNode
protected OutlookMessage(OutlookUser user)
protected 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 getSubject()
public String getBody()
public String getType()
public Calendar getCreated()
public Calendar getModified()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.