|
|||||||||
| 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 Exception
referenceItem - the reference item
Exception - the exception| Method Detail |
|---|
protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceObjectprotected ServiceObjectSchema getSchema()
getSchema in class ResponseObject<MeetingCancellation>
public MessageBody getBody()
throws ServiceLocalException
ServiceLocalException - the service local exception
public void setBody(MessageBody value)
throws Exception
value - the new body
Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||