Class MeetingMessageSchema
- java.lang.Object
-
- microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
-
- microsoft.exchange.webservices.data.core.service.schema.ItemSchema
-
- microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
-
- microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
-
- All Implemented Interfaces:
Iterable<PropertyDefinition>
- Direct Known Subclasses:
MeetingRequestSchema,MeetingResponseSchema
public class MeetingMessageSchema extends EmailMessageSchema
Represents the schema for meeting messages.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDefinitionAssociatedAppointmentIdDefines the AssociatedAppointmentId property.static PropertyDefinitionHasBeenProcessedDefines the HasBeenProcessed property.static PropertyDefinitionICalDateTimeStampDefines the ICalendar DateTimeStamp property.static PropertyDefinitionICalRecurrenceIdDefines the ICalendar RecurrenceId property.static PropertyDefinitionICalUidDefines the ICalendar Uid property.protected static MeetingMessageSchemaInstanceThis must be after the declaration of property definitions.static PropertyDefinitionIsDelegatedDefines the IsDelegated property.static PropertyDefinitionIsOutOfDateDefines the IsOutOfDate property.static PropertyDefinitionResponseTypeDefines the ResponseType property.-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
BccRecipients, CcRecipients, ConversationIndex, ConversationTopic, From, InternetMessageId, IsDeliveryReceiptRequested, IsRead, IsReadReceiptRequested, IsResponseRequested, ReceivedBy, ReceivedRepresenting, References, ReplyTo, Sender, ToRecipients
-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
AllowedResponseActions, Attachments, Body, Categories, ConversationId, Culture, DateTimeCreated, DateTimeReceived, DateTimeSent, DisplayCc, DisplayTo, EffectiveRights, HasAttachments, Id, Importance, InReplyTo, InternetMessageHeaders, IsAssociated, IsDraft, IsFromMe, IsReminderSet, IsResend, IsSubmitted, IsUnmodified, ItemClass, LastModifiedName, LastModifiedTime, MimeContent, ParentFolderId, ReminderDueBy, ReminderMinutesBeforeStart, Sensitivity, Size, StoreEntryId, Subject, UniqueBody, WebClientEditFormQueryString, WebClientReadFormQueryString
-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
extendedProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMeetingMessageSchema()Initializes a new instance of the class.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MeetingMessageSchemagetInstance()Gets the single instance of MeetingMessageSchema.protected voidregisterProperties()Registers property.-
Methods inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
addSchemaPropertiesToDictionary, addSchemaPropertyNamesToDictionary, findPropertyDefinition, getFirstClassProperties, getFirstClassSummaryProperties, initializeSchemaPropertyNames, iterator, registerIndexedProperty, registerInternalProperty, registerProperty, tryGetPropertyDefinition
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
AssociatedAppointmentId
public static final PropertyDefinition AssociatedAppointmentId
Defines the AssociatedAppointmentId property.
-
IsDelegated
public static final PropertyDefinition IsDelegated
Defines the IsDelegated property.
-
IsOutOfDate
public static final PropertyDefinition IsOutOfDate
Defines the IsOutOfDate property.
-
HasBeenProcessed
public static final PropertyDefinition HasBeenProcessed
Defines the HasBeenProcessed property.
-
ResponseType
public static final PropertyDefinition ResponseType
Defines the ResponseType property.
-
ICalUid
public static final PropertyDefinition ICalUid
Defines the ICalendar Uid property.
-
ICalRecurrenceId
public static final PropertyDefinition ICalRecurrenceId
Defines the ICalendar RecurrenceId property.
-
ICalDateTimeStamp
public static final PropertyDefinition ICalDateTimeStamp
Defines the ICalendar DateTimeStamp property.
-
Instance
protected static final MeetingMessageSchema Instance
This must be after the declaration of property definitions.
-
-
Constructor Detail
-
MeetingMessageSchema
protected MeetingMessageSchema()
Initializes a new instance of the class.
-
-
Method Detail
-
getInstance
public static MeetingMessageSchema getInstance()
Gets the single instance of MeetingMessageSchema.- Returns:
- single instance of MeetingMessageSchema
-
registerProperties
protected void registerProperties()
Registers property. IMPORTANT NOTE: PROPERTIES MUST BE REGISTERED IN SCHEMA ORDER (i.e. the same order as they are defined in types.xsd)- Overrides:
registerPropertiesin classEmailMessageSchema
-
-