|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ServiceResponse
microsoft.exchange.webservices.data.AttendeeAvailability
public final class AttendeeAvailability
Represents the availability of an individual attendee.
Constructor Summary | |
---|---|
protected |
AttendeeAvailability()
Initializes a new instance of the AttendeeAvailability class. |
Method Summary | |
---|---|
java.util.Collection<CalendarEvent> |
getCalendarEvents()
Gets a collection of calendar events for the attendee. |
java.util.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. |
protected void |
loadFreeBusyViewFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
FreeBusyViewType viewType)
Loads the free busy view from XML. |
Methods inherited from class microsoft.exchange.webservices.data.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 |
---|
protected AttendeeAvailability()
Method Detail |
---|
protected void loadFreeBusyViewFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader, FreeBusyViewType viewType) throws java.lang.Exception
reader
- the readerviewType
- the view type
java.lang.Exception
- the exceptionpublic java.util.Collection<CalendarEvent> getCalendarEvents()
public java.util.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 |