microsoft.exchange.webservices.data
Class AcceptMeetingInvitationMessage

java.lang.Object
  extended by microsoft.exchange.webservices.data.ServiceObject
      extended by microsoft.exchange.webservices.data.ResponseObject<TMessage>
          extended by microsoft.exchange.webservices.data.CalendarResponseMessageBase<TMessage>
              extended by microsoft.exchange.webservices.data.CalendarResponseMessage<MeetingResponse>
                  extended by microsoft.exchange.webservices.data.AcceptMeetingInvitationMessage

public final class AcceptMeetingInvitationMessage
extends CalendarResponseMessage<MeetingResponse>

Represents a meeting acceptance message.


Constructor Summary
protected AcceptMeetingInvitationMessage(Item referenceItem, boolean tentative)
          Initializes a new instance of the AcceptMeetingInvitationMessage class.
 
Method Summary
protected  ExchangeVersion getMinimumRequiredServerVersion()
          Gets the minimum required server version.
 boolean getTentative()
          Gets the tentative.
protected  java.lang.String getXmlElementName()
          This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved.
 
Methods inherited from class microsoft.exchange.webservices.data.CalendarResponseMessage
getAttachments, getBccRecipients, getBody, getCcRecipients, getInternetMessageHeaders, getItemClass, getSchema, getSender, getSensitivity, getToRecipients, setBody, setItemClass, setSender, setSensitivity
 
Methods inherited from class microsoft.exchange.webservices.data.CalendarResponseMessageBase
calendarSave, calendarSave, calendarSave, calendarSend, calendarSendAndSaveCopy, calendarSendAndSaveCopy, calendarSendAndSaveCopy
 
Methods inherited from class microsoft.exchange.webservices.data.ResponseObject
internalCreate, internalDelete, internalLoad, save, save, save, send, sendAndSaveCopy, sendAndSaveCopy, sendAndSaveCopy
 
Methods inherited from class microsoft.exchange.webservices.data.ServiceObject
addServiceObjectChangedEvent, changed, clearChangeLog, clearServiceObjectChangedEvent, getChangeXmlElementName, getDeleteFieldXmlElementName, getExtendedProperties, getId, getIdPropertyDefinition, getIsCustomDateTimeScopingRequired, getIsTimeZoneHeaderRequired, getLoadedPropertyDefinitions, getObjectFromPropertyDefinition, getPropertyBag, getService, getSetFieldXmlElementName, getXmlElementNameOverride, isDirty, isNew, load, load, loadFromXml, loadFromXml, removeServiceObjectChangedEvent, schema, setService, throwIfThisIsNew, throwIfThisIsNotNew, tryGetExtendedProperty, tryGetProperty, tryGetProperty, validate, writeToXml, writeToXmlForUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptMeetingInvitationMessage

protected AcceptMeetingInvitationMessage(Item referenceItem,
                                         boolean tentative)
                                  throws java.lang.Exception
Initializes a new instance of the AcceptMeetingInvitationMessage class.

Parameters:
referenceItem - the reference item
tentative - the tentative
Throws:
java.lang.Exception - the exception
Method Detail

getXmlElementName

protected java.lang.String getXmlElementName()
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved.

Overrides:
getXmlElementName in class ServiceObject
Returns:
The XML element name associated with this type. If this method returns null or empty, the XML element name associated with this type is determined by the EwsObjectDefinition attribute that decorates the type, if present. Item and folder classes that can be returned by EWS MUST rely on the EwsObjectDefinition attribute for XML element name determination.

getMinimumRequiredServerVersion

protected ExchangeVersion getMinimumRequiredServerVersion()
Gets the minimum required server version.

Specified by:
getMinimumRequiredServerVersion in class ServiceObject
Returns:
Earliest Exchange version in which this service object type is supported.

getTentative

public boolean getTentative()
Gets the tentative.

Returns:
Gets a value indicating whether the associated meeting is tentatively accepted.