Class CancelMeetingMessage
- java.lang.Object
-
- microsoft.exchange.webservices.data.core.service.ServiceObject
-
- microsoft.exchange.webservices.data.core.service.response.ResponseObject<TMessage>
-
- microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase<MeetingCancellation>
-
- microsoft.exchange.webservices.data.core.service.response.CancelMeetingMessage
-
public final class CancelMeetingMessage extends CalendarResponseMessageBase<MeetingCancellation>
Represents a meeting cancellation message.
-
-
Constructor Summary
Constructors Constructor Description CancelMeetingMessage(Item referenceItem)Initializes a new instance of the class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageBodygetBody()Gets the body of the response.ExchangeVersiongetMinimumRequiredServerVersion()Gets the minimum required server version.ServiceObjectSchemagetSchema()Gets the minimum required server version.voidsetBody(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
-
-
-
-
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:
getMinimumRequiredServerVersionin classServiceObject- Returns:
- Earliest Exchange version in which this service object type is supported.
-
getSchema
public ServiceObjectSchema getSchema()
Gets the minimum required server version.- Overrides:
getSchemain classResponseObject<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
-
-