|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.EmailAddress
microsoft.exchange.webservices.data.Attendee
public final class Attendee
Represents an attendee to a meeting.
Field Summary |
---|
Fields inherited from class microsoft.exchange.webservices.data.EmailAddress |
---|
SmtpRoutingType |
Constructor Summary | |
---|---|
Attendee()
Initializes a new instance of the Attendee class. |
|
Attendee(EmailAddress mailbox)
* Initializes a new instance of the Attendee class. |
|
Attendee(java.lang.String smtpAddress)
* Initializes a new instance of the Attendee class. |
|
Attendee(java.lang.String name,
java.lang.String smtpAddress)
* Initializes a new instance of the Attendee class. |
|
Attendee(java.lang.String name,
java.lang.String smtpAddress,
java.lang.String routingType)
* Initializes a new instance of the Attendee class. |
Method Summary | |
---|---|
java.util.Date |
getLastResponseTime()
Gets the last response time. |
MeetingResponseType |
getResponseType()
* Gets the type of response the attendee gave to the meeting invitation it received. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Tries to read element from XML. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes the elements to XML. |
Methods inherited from class microsoft.exchange.webservices.data.EmailAddress |
---|
getAddress, getEmailAddressFromString, getId, getMailboxType, getName, getRoutingType, getSearchString, getSmtpRoutingType, setAddress, setId, setMailboxType, setName, setRoutingType, toString |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Attendee()
public Attendee(java.lang.String smtpAddress) throws java.lang.Exception
smtpAddress
- the smtp address
java.lang.Exception
- the exceptionpublic Attendee(java.lang.String name, java.lang.String smtpAddress)
name
- the namesmtpAddress
- the smtp addresspublic Attendee(java.lang.String name, java.lang.String smtpAddress, java.lang.String routingType)
name
- the namesmtpAddress
- the smtp addressroutingType
- the routing typepublic Attendee(EmailAddress mailbox) throws java.lang.Exception
mailbox
- the mailbox
java.lang.Exception
- the exceptionMethod Detail |
---|
public MeetingResponseType getResponseType()
public java.util.Date getLastResponseTime()
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class EmailAddress
reader
- the reader
java.lang.Exception
- the exceptionprotected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws java.lang.Exception
writeElementsToXml
in class EmailAddress
writer
- the writer
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |