microsoft.exchange.webservices.data.core.service.response
Class CancelMeetingMessage

java.lang.Object
  extended by microsoft.exchange.webservices.data.core.service.ServiceObject
      extended by microsoft.exchange.webservices.data.core.service.response.ResponseObject<TMessage>
          extended by microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase<MeetingCancellation>
              extended by microsoft.exchange.webservices.data.core.service.response.CancelMeetingMessage

public final class CancelMeetingMessage
extends CalendarResponseMessageBase<MeetingCancellation>

Represents a meeting cancellation message.


Constructor Summary
CancelMeetingMessage(Item referenceItem)
          Initializes a new instance of the class.
 
Method Summary
 MessageBody getBody()
          Gets the body of the response.
 ExchangeVersion getMinimumRequiredServerVersion()
          Gets the minimum required server version.
 ServiceObjectSchema getSchema()
          Gets the minimum required server version.
 void setBody(MessageBody value)
          Sets the body.
 
Methods inherited from class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase
calendarSave, calendarSave, calendarSave, calendarSend, calendarSendAndSaveCopy, calendarSendAndSaveCopy, calendarSendAndSaveCopy
 
Methods inherited from class microsoft.exchange.webservices.data.core.service.response.ResponseObject
internalCreate, internalDelete, internalLoad, save, save, save, send, sendAndSaveCopy, sendAndSaveCopy, sendAndSaveCopy
 
Methods inherited from class microsoft.exchange.webservices.data.core.service.ServiceObject
addServiceObjectChangedEvent, changed, clearChangeLog, clearServiceObjectChangedEvent, getChangeXmlElementName, getDeleteFieldXmlElementName, getExtendedProperties, getId, getIdPropertyDefinition, getIsCustomDateTimeScopingRequired, getIsTimeZoneHeaderRequired, getLoadedPropertyDefinitions, getObjectFromPropertyDefinition, getPropertyBag, getService, getSetFieldXmlElementName, getXmlElementName, 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

CancelMeetingMessage

public CancelMeetingMessage(Item referenceItem)
                     throws Exception
Initializes a new instance of the class.

Parameters:
referenceItem - the reference item
Throws:
Exception - the exception
Method Detail

getMinimumRequiredServerVersion

public 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.

getSchema

public ServiceObjectSchema getSchema()
Gets the minimum required server version.

Overrides:
getSchema in class ResponseObject<MeetingCancellation>
Returns:
Earliest Exchange version in which this service object type is supported.

getBody

public MessageBody getBody()
                    throws ServiceLocalException
Gets the body of the response.

Returns:
the body
Throws:
ServiceLocalException - the service local exception

setBody

public void setBody(MessageBody value)
             throws Exception
Sets the body.

Parameters:
value - the new body
Throws:
Exception - the exception


Copyright © 2012–2015 Microsoft. All rights reserved.