public class Attendee
extends java.lang.Object
| Constructor and Description |
|---|
Attendee()
Initializes a new instance of the Attendee class.
|
Attendee(Mailbox mailbox)
Initializes a new instance of the Attendee class.
|
Attendee(Mailbox mailbox,
ResponseType responseType)
Initializes a new instance of the Attendee class.
|
Attendee(java.lang.String emailAddress)
Initializes a new instance of the Attendee class.
|
Attendee(java.lang.String emailAddress,
ResponseType responseType)
Initializes a new instance of the Attendee class.
|
Attendee(java.lang.String emailAddress,
java.lang.String name)
Initializes a new instance of the Attendee class.
|
Attendee(java.lang.String emailAddress,
java.lang.String name,
ResponseType responseType)
Initializes a new instance of the Attendee class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getLastResponseTime()
Gets the date and time of the latest response that is received.
|
Mailbox |
getMailbox()
Gets a fully resolved e-mail address.
|
ResponseType |
getResponseType()
Gets the type of recipient response that is received for a meeting.
|
void |
setMailbox(Mailbox mailbox)
Sets a fully resolved e-mail address.
|
void |
setResponseType(ResponseType responseType)
Sets the type of recipient response that is received for a meeting.
|
java.lang.String |
toString()
Converts the value of the current Attendee object to its equivalent string representation.
|
public Attendee()
public Attendee(Mailbox mailbox)
mailbox - the mailboxpublic Attendee(java.lang.String emailAddress)
emailAddress - the email addresspublic Attendee(java.lang.String emailAddress,
java.lang.String name)
emailAddress - the email addressname - the namepublic Attendee(Mailbox mailbox, ResponseType responseType)
mailbox - the mailboxresponseType - the response typepublic Attendee(java.lang.String emailAddress,
ResponseType responseType)
emailAddress - the email addressresponseType - the response typepublic Attendee(java.lang.String emailAddress,
java.lang.String name,
ResponseType responseType)
emailAddress - the email addressname - the nameresponseType - the response typepublic java.lang.String toString()
toString in class java.lang.Objectpublic Mailbox getMailbox()
public void setMailbox(Mailbox mailbox)
mailbox - the new mailboxpublic ResponseType getResponseType()
public void setResponseType(ResponseType responseType)
responseType - the new response typepublic java.util.Date getLastResponseTime()