|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.object.infos.XObjectInfo
waggle.common.modules.tag.infos.XTagableInfo
waggle.common.modules.artifact.infos.XArtifactInfo
waggle.common.modules.document.infos.XContentInfo
waggle.common.modules.document.infos.XDocumentInfo
waggle.common.modules.mail.infos.XMailInfo
public class XMailInfo
Mail Information DTO. Used for Mail Documents.
| Field Summary | |
|---|---|
Collection<String> |
BCCRecipientAddressesThe set of BCC addresses. |
Collection<String> |
CCRecipientAddressesThe set of CC addresses. |
Collection<String> |
FromAddressesThe set of FROM addresses. |
Collection<String> |
ReplyToAddressesThe set of Reply To addresses. |
Date |
SentDateThe date that this mail was sent. |
String |
SubjectThe subject. |
Collection<String> |
TORecipientAddressesThe set of TO addresses. |
| Fields inherited from class waggle.common.modules.document.infos.XDocumentInfo |
|---|
AttachmentDocumentInfos, HeadVersionInfo, LockedByUserID, LockedUntil, RenditionsSupported, RepositoryData, RepositoryID |
| Fields inherited from class waggle.common.modules.document.infos.XContentInfo |
|---|
ContentLength, ContentMimeType, ContentURL |
| Fields inherited from class waggle.common.modules.artifact.infos.XArtifactInfo |
|---|
AnnotatedByChatIDs, AssociatedWithChatID, fLockStatus, GroupID, State |
| Fields inherited from class waggle.common.modules.tag.infos.XTagableInfo |
|---|
TagInfos |
| Fields inherited from class waggle.common.modules.object.infos.XObjectInfo |
|---|
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID |
| Constructor Summary | |
|---|---|
XMailInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String Subject
public Collection<String> FromAddresses
public Collection<String> ReplyToAddresses
public Collection<String> TORecipientAddresses
public Collection<String> CCRecipientAddresses
public Collection<String> BCCRecipientAddresses
public Date SentDate
| Constructor Detail |
|---|
public XMailInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||