|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.core.response.ServiceResponse
microsoft.exchange.webservices.data.core.response.AttendeeAvailability
public final class AttendeeAvailability
Represents the availability of an individual attendee.
| Constructor Summary | |
|---|---|
AttendeeAvailability()
Initializes a new instance of the AttendeeAvailability class. |
|
| Method Summary | |
|---|---|
Collection<CalendarEvent> |
getCalendarEvents()
Gets a collection of calendar events for the attendee. |
Collection<LegacyFreeBusyStatus> |
getMergedFreeBusyStatus()
Gets a collection of merged free/busy status for the attendee. |
FreeBusyViewType |
getViewType()
Gets the free/busy view type that wes retrieved for the attendee. |
WorkingHours |
getWorkingHours()
Gets the working hours of the attendee. |
void |
loadFreeBusyViewFromXml(EwsServiceXmlReader reader,
FreeBusyViewType viewType)
Loads the free busy view from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.core.response.ServiceResponse |
|---|
getBatchProcessingStopped, getErrorCode, getErrorDetails, getErrorMessage, getErrorProperties, getResult, internalThrowIfNecessary, loaded, loadExtraErrorDetailsFromXml, loadFromXml, mapErrorCodeToErrorMessage, parseMessageXml, readElementsFromXml, setErrorMessage, throwIfNecessary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttendeeAvailability()
| Method Detail |
|---|
public void loadFreeBusyViewFromXml(EwsServiceXmlReader reader,
FreeBusyViewType viewType)
throws Exception
reader - the readerviewType - the view type
Exception - the exceptionpublic Collection<CalendarEvent> getCalendarEvents()
public Collection<LegacyFreeBusyStatus> getMergedFreeBusyStatus()
public FreeBusyViewType getViewType()
public WorkingHours getWorkingHours()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||