|
|||||||||
| 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.CalendarEventDetails
public final class CalendarEventDetails
Represents the details of a calendar event as returned by the GetUserAvailability operation.
| Constructor Summary | |
|---|---|
protected |
CalendarEventDetails()
Initializes a new instance of the CalendarEventDetails class. |
| Method Summary | |
|---|---|
String |
getLocation()
Gets the location of the calendar event. |
String |
getStoreId()
Gets the store Id of the calendar event. |
String |
getSubject()
Gets the subject of the calendar event. |
boolean |
isException()
Gets a value indicating whether the calendar event is an exception in a recurring series. |
boolean |
isMeeting()
Gets a value indicating whether the calendar event is a meeting. |
boolean |
isPrivate()
Gets a value indicating whether the calendar event is private. |
boolean |
isRecurring()
Gets a value indicating whether the calendar event is recurring. |
boolean |
isReminderSet()
Gets a value indicating whether the calendar event has a reminder set. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Attempts to read the element at the reader's current position. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CalendarEventDetails()
| Method Detail |
|---|
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exceptionpublic String getStoreId()
public String getSubject()
public String getLocation()
public boolean isMeeting()
public boolean isRecurring()
public boolean isException()
public boolean isReminderSet()
public boolean isPrivate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||