Class AcceptMeetingInvitationMessage
- 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<TMessage>
-
- microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage<MeetingResponse>
-
- microsoft.exchange.webservices.data.core.service.response.AcceptMeetingInvitationMessage
-
public final class AcceptMeetingInvitationMessage extends CalendarResponseMessage<MeetingResponse>
Represents a meeting acceptance message.
-
-
Constructor Summary
Constructors Constructor Description AcceptMeetingInvitationMessage(Item referenceItem, boolean tentative)Initializes a new instance of the AcceptMeetingInvitationMessage class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExchangeVersiongetMinimumRequiredServerVersion()Gets the minimum required server version.booleangetTentative()Gets the tentative.StringgetXmlElementName()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.core.service.response.CalendarResponseMessage
getAttachments, getBccRecipients, getBody, getCcRecipients, getInternetMessageHeaders, getItemClass, getProposedEnd, getProposedStart, getSchema, getSender, getSensitivity, getToRecipients, setBody, setItemClass, setProposedEnd, setProposedStart, setSender, setSensitivity
-
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, getXmlElementNameOverride, isDirty, isNew, load, load, loadFromXml, loadFromXml, removeServiceObjectChangedEvent, schema, setService, throwIfThisIsNew, throwIfThisIsNotNew, tryGetExtendedProperty, tryGetProperty, tryGetProperty, validate, writeToXml, writeToXmlForUpdate
-
-
-
-
Constructor Detail
-
AcceptMeetingInvitationMessage
public AcceptMeetingInvitationMessage(Item referenceItem, boolean tentative) throws Exception
Initializes a new instance of the AcceptMeetingInvitationMessage class.- Parameters:
referenceItem- the reference itemtentative- the tentative- Throws:
Exception- the exception
-
-
Method Detail
-
getXmlElementName
public String getXmlElementName()
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved.- Overrides:
getXmlElementNamein classServiceObject- Returns:
- The XML element name associated with this type. If this method
returns null or empty, the XML element name associated with this
type is determined by the EwsObjectDefinition attribute that
decorates the type, if present.
Item and folder classes that can be returned by EWS MUST rely on the EwsObjectDefinition attribute for XML element name determination.
-
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.
-
getTentative
public boolean getTentative()
Gets the tentative.- Returns:
- Gets a value indicating whether the associated meeting is tentatively accepted.
-
-