|
||||||||
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<TMessage>
microsoft.exchange.webservices.data.CalendarResponseMessage<MeetingResponse>
microsoft.exchange.webservices.data.AcceptMeetingInvitationMessage
public final class AcceptMeetingInvitationMessage
Represents a meeting acceptance message.
Constructor Summary | |
---|---|
protected |
AcceptMeetingInvitationMessage(Item referenceItem,
boolean tentative)
Initializes a new instance of the AcceptMeetingInvitationMessage class. |
Method Summary | |
---|---|
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum required server version. |
boolean |
getTentative()
Gets the tentative. |
protected java.lang.String |
getXmlElementName()
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved. |
Methods inherited from class microsoft.exchange.webservices.data.CalendarResponseMessage |
---|
getAttachments, getBccRecipients, getBody, getCcRecipients, getInternetMessageHeaders, getItemClass, getSchema, getSender, getSensitivity, getToRecipients, setBody, setItemClass, setSender, setSensitivity |
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 AcceptMeetingInvitationMessage(Item referenceItem, boolean tentative) throws java.lang.Exception
referenceItem
- the reference itemtentative
- the tentative
java.lang.Exception
- the exceptionMethod Detail |
---|
protected java.lang.String getXmlElementName()
getXmlElementName
in class ServiceObject
protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion
in class ServiceObject
public boolean getTentative()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |