Class MeetingResponseSchema
- 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
-
- microsoft.exchange.webservices.data.core.service.schema.MeetingResponseSchema
-
- All Implemented Interfaces:
Iterable<PropertyDefinition>
public class MeetingResponseSchema extends MeetingMessageSchema
Represents the schema for meeting request.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDefinitionAppointmentTypeDefines the AppointmentType property.static PropertyDefinitionEndDefines the End property.static MeetingResponseSchemaInstanceThis must be after the declaration of property definitions.static PropertyDefinitionLocationDefines the Location property.static PropertyDefinitionProposedEndThe Constant End.static PropertyDefinitionProposedStartThe Constant Start.static PropertyDefinitionRecurrenceDefines the Recurrence property.static PropertyDefinitionStartDefines the Start property.-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
AssociatedAppointmentId, HasBeenProcessed, ICalDateTimeStamp, ICalRecurrenceId, ICalUid, IsDelegated, IsOutOfDate, ResponseType
-
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 protectedMeetingResponseSchema()Initializes a new instance of the class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregisterProperties()Registers property.-
Methods inherited from class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
getInstance
-
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
-
Start
public static final PropertyDefinition Start
Defines the Start property.
-
End
public static final PropertyDefinition End
Defines the End property.
-
Location
public static final PropertyDefinition Location
Defines the Location property.
-
Recurrence
public static final PropertyDefinition Recurrence
Defines the Recurrence property.
-
AppointmentType
public static final PropertyDefinition AppointmentType
Defines the AppointmentType property.
-
ProposedStart
public static final PropertyDefinition ProposedStart
The Constant Start.
-
ProposedEnd
public static final PropertyDefinition ProposedEnd
The Constant End.
-
Instance
public static final MeetingResponseSchema Instance
This must be after the declaration of property definitions.
-
-
Constructor Detail
-
MeetingResponseSchema
protected MeetingResponseSchema()
Initializes a new instance of the class.
-
-
Method Detail
-
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 classMeetingMessageSchema
-
-