|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo.Sender
public class MailThreadInfo.Sender
The class describes a single participant in this email thread.
| Field Summary | |
|---|---|
String |
address
The email address of the sender. |
static String |
ELEMENT_NAME
The name of the XML tag element containing information for an individual sender and represented by this class. |
String |
name
The display name of the sender. |
boolean |
originator
Indicates whether this sender originated this thread. |
boolean |
unread
Indicates whether or not the thread contains an unread message from this sender. |
| Constructor Summary | |
|---|---|
MailThreadInfo.Sender()
|
|
| Method Summary | |
|---|---|
String |
getFirstName()
Tries to parse and return the first name of this sender. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ELEMENT_NAME
public String address
public String name
public boolean originator
public boolean unread
| Constructor Detail |
|---|
public MailThreadInfo.Sender()
| Method Detail |
|---|
public String getFirstName()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||