|
||||||||
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 | |
---|---|
java.lang.String |
getLocation()
Gets the location of the calendar event. |
java.lang.String |
getStoreId()
Gets the store Id of the calendar event. |
java.lang.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, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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 java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the reader
java.lang.Exception
- the exceptionpublic java.lang.String getStoreId()
public java.lang.String getSubject()
public java.lang.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 |