|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.core.service.ServiceObject
microsoft.exchange.webservices.data.core.service.response.RemoveFromCalendar
public class RemoveFromCalendar
Represents a response object created to remove a calendar item from a meeting cancellation.
| Constructor Summary | |
|---|---|
RemoveFromCalendar(Item referenceItem)
Initializes a new instance of the RemoveFromCalendar class. |
|
| Method Summary | |
|---|---|
ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum required server version. |
ServiceObjectSchema |
getSchema()
Internal method to return the schema associated with this type of object. |
List<Item> |
internalCreate(FolderId parentFolderId,
MessageDisposition messageDisposition)
Create response object. |
protected void |
internalDelete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes the object. |
protected void |
internalLoad(PropertySet propertySet)
Loads the specified set of property on the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveFromCalendar(Item referenceItem)
throws Exception
referenceItem - The reference item
Exception - the exception| Method Detail |
|---|
public ServiceObjectSchema getSchema()
getSchema in class ServiceObjectpublic ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceObjectprotected void internalLoad(PropertySet propertySet)
internalLoad in class ServiceObjectpropertySet - The property to load.
protected void internalDelete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
internalDelete in class ServiceObjectdeleteMode - The deletion mode.sendCancellationsMode - Indicates whether meeting cancellation messages should be
sent.affectedTaskOccurrences - Indicate which occurrence of a recurring task should be
deleted.
public List<Item> internalCreate(FolderId parentFolderId,
MessageDisposition messageDisposition)
throws Exception
parentFolderId - The parent folder id.messageDisposition - The message disposition.
Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||