|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ServiceObject
microsoft.exchange.webservices.data.ResponseObject<TMessage>
microsoft.exchange.webservices.data.CalendarResponseMessageBase<MeetingCancellation>
microsoft.exchange.webservices.data.CancelMeetingMessage
public final class CancelMeetingMessage
Represents a meeting cancellation message.
Constructor Summary | |
---|---|
protected |
CancelMeetingMessage(Item referenceItem)
* Initializes a new instance of the class. |
Method Summary | |
---|---|
MessageBody |
getBody()
* Gets the body of the response. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum required server version. |
protected ServiceObjectSchema |
getSchema()
Gets the minimum required server version. |
void |
setBody(MessageBody value)
Sets the body. |
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CancelMeetingMessage(Item referenceItem) throws java.lang.Exception
referenceItem
- the reference item
java.lang.Exception
- the exceptionMethod Detail |
---|
protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion
in class ServiceObject
protected ServiceObjectSchema getSchema()
getSchema
in class ResponseObject<MeetingCancellation>
public MessageBody getBody() throws ServiceLocalException
ServiceLocalException
- the service local exceptionpublic void setBody(MessageBody value) throws java.lang.Exception
value
- the new body
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |