|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.AttendeeInfo
public final class AttendeeInfo
Represents information about an attendee for which to request availability information.
Constructor Summary | |
---|---|
AttendeeInfo()
Initializes a new instance of the AttendeeInfo class. |
|
AttendeeInfo(java.lang.String smtpAddress)
Initializes a new instance of the AttendeeInfo class. |
|
AttendeeInfo(java.lang.String smtpAddress,
MeetingAttendeeType attendeeType,
boolean excludeConflicts)
Initializes a new instance of the AttendeeInfo class. |
Method Summary | |
---|---|
static AttendeeInfo |
getAttendeeInfoFromString(java.lang.String smtpAddress)
Defines an implicit conversion between a string representing an SMTP address and AttendeeInfo. |
MeetingAttendeeType |
getAttendeeType()
Gets the type of this attendee. |
java.lang.String |
getSmtpAddress()
Gets the SMTP address of this attendee. |
boolean |
isExcludeConflicts()
Gets a value indicating whether times when this attendee is not available should be returned. |
void |
setAttendeeType(MeetingAttendeeType attendeeType)
Sets the attendee type. |
void |
setExcludeConflicts(boolean excludeConflicts)
Sets the exclude conflicts. |
void |
setSmtpAddress(java.lang.String smtpAddress)
Sets the smtp address. |
void |
validate()
Validates this instance. |
protected void |
writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes to XML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttendeeInfo()
public AttendeeInfo(java.lang.String smtpAddress, MeetingAttendeeType attendeeType, boolean excludeConflicts)
smtpAddress
- the smtp addressattendeeType
- the attendee typeexcludeConflicts
- the exclude conflictspublic AttendeeInfo(java.lang.String smtpAddress)
smtpAddress
- the smtp addressMethod Detail |
---|
public static AttendeeInfo getAttendeeInfoFromString(java.lang.String smtpAddress)
smtpAddress
- the smtp address
protected void writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws java.lang.Exception
writer
- the writer
java.lang.Exception
- the exceptionpublic java.lang.String getSmtpAddress()
public void setSmtpAddress(java.lang.String smtpAddress)
smtpAddress
- the new smtp addresspublic MeetingAttendeeType getAttendeeType()
public void setAttendeeType(MeetingAttendeeType attendeeType)
attendeeType
- the new attendee typepublic boolean isExcludeConflicts()
public void setExcludeConflicts(boolean excludeConflicts)
excludeConflicts
- the new exclude conflictspublic void validate() throws java.lang.Exception
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |