microsoft.exchange.webservices.data
Class MeetingRequestSchema

java.lang.Object
  extended by microsoft.exchange.webservices.data.ServiceObjectSchema
      extended by microsoft.exchange.webservices.data.ItemSchema
          extended by microsoft.exchange.webservices.data.EmailMessageSchema
              extended by microsoft.exchange.webservices.data.MeetingMessageSchema
                  extended by microsoft.exchange.webservices.data.MeetingRequestSchema
All Implemented Interfaces:
java.lang.Iterable<PropertyDefinition>

public class MeetingRequestSchema
extends MeetingMessageSchema

Represents the schema for meeting requests.


Field Summary
static PropertyDefinition AdjacentMeetingCount
          Defines the AdjacentMeetingCount property.
static PropertyDefinition AdjacentMeetings
          Defines the AdjacentMeetings property.
static PropertyDefinition AllowNewTimeProposal
          Defines the AllowNewTimeProposal property.
static PropertyDefinition AppointmentReplyTime
          Defines the AppointmentReplyTime property.
static PropertyDefinition AppointmentSequenceNumber
          Defines the AppointmentSequenceNumber property.
static PropertyDefinition AppointmentState
          Defines the AppointmentState property.
static PropertyDefinition AppointmentType
          Defines the AppointmentType property.
static PropertyDefinition ConferenceType
          Defines the ConferenceType property.
static PropertyDefinition ConflictingMeetingCount
          Defines the ConflictingMeetingCount property.
static PropertyDefinition ConflictingMeetings
          Defines the ConflictingMeetings property.
static PropertyDefinition DeletedOccurrences
          Defines the Duration property.
static PropertyDefinition Duration
          Defines the Duration property.
static PropertyDefinition End
          Defines the End property.
static PropertyDefinition EndTimeZone
          Defines the EndTimeZone property.
static PropertyDefinition FirstOccurrence
          Defines the FirstOccurrence property.
protected static MeetingRequestSchema Instance
          This must be after the declaration of property definitions.
static PropertyDefinition IntendedFreeBusyStatus
          Defines the IntendedFreeBusyStatus property.
static PropertyDefinition IsAllDayEvent
          Defines the IsAllDayEvent property.
static PropertyDefinition IsCancelled
          Defines the IsCancelled property.
static PropertyDefinition IsMeeting
          Defines the IsMeeting property.
static PropertyDefinition IsOnlineMeeting
          Defines the IsOnlineMeeting property.
static PropertyDefinition IsRecurring
          Defines the IsRecurring property.
static PropertyDefinition LastOccurrence
          Defines the LastOccurrence property.
static PropertyDefinition LegacyFreeBusyStatus
          Defines the LegacyFreeBusyStatus property.
static PropertyDefinition Location
          Defines the Location property.
static PropertyDefinition MeetingRequestType
          Defines the MeetingRequestType property.
static PropertyDefinition MeetingRequestWasSent
          Defines the MeetingRequestWasSent property.
static PropertyDefinition MeetingWorkspaceUrl
          Defines the MeetingWorkspaceUrl property.
static PropertyDefinition ModifiedOccurrences
          Defines the ModifiedOccurrences property.
static PropertyDefinition MyResponseType
          Defines the MyResponseType property.
static PropertyDefinition NetShowUrl
          Defines the NetShowUrl property.
static PropertyDefinition OptionalAttendees
          Defines the OptionalAttendees property.
static PropertyDefinition Organizer
          Defines the Organizer property.
static PropertyDefinition OriginalStart
          Defines the OriginalStart property.
static PropertyDefinition Recurrence
          Defines the Recurrence property.
static PropertyDefinition RequiredAttendees
          Defines the RequiredAttendees property.
static PropertyDefinition Resources
          Defines the Resources property.
static PropertyDefinition Start
          Defines the Start property.
static PropertyDefinition StartTimeZone
          Defines the StartTimeZone property.
static PropertyDefinition TimeZone
          Defines the TimeZone property.
static PropertyDefinition When
          Defines the When property.
 
Fields inherited from class microsoft.exchange.webservices.data.MeetingMessageSchema
AssociatedAppointmentId, HasBeenProcessed, ICalDateTimeStamp, ICalRecurrenceId, ICalUid, IsDelegated, IsOutOfDate, ResponseType
 
Fields inherited from class microsoft.exchange.webservices.data.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.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.ServiceObjectSchema
extendedProperties
 
Constructor Summary
protected MeetingRequestSchema()
          Initializes a new instance of the class.
 
Method Summary
protected  void registerProperties()
          Registers properties.
 
Methods inherited from class microsoft.exchange.webservices.data.EmailMessageSchema
getInstance
 
Methods inherited from class microsoft.exchange.webservices.data.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
 

Field Detail

MeetingRequestType

public static final PropertyDefinition MeetingRequestType
Defines the MeetingRequestType property.


IntendedFreeBusyStatus

public static final PropertyDefinition IntendedFreeBusyStatus
Defines the IntendedFreeBusyStatus property.


Start

public static final PropertyDefinition Start
Defines the Start property.


End

public static final PropertyDefinition End
Defines the End property.


OriginalStart

public static final PropertyDefinition OriginalStart
Defines the OriginalStart property.


IsAllDayEvent

public static final PropertyDefinition IsAllDayEvent
Defines the IsAllDayEvent property.


LegacyFreeBusyStatus

public static final PropertyDefinition LegacyFreeBusyStatus
Defines the LegacyFreeBusyStatus property.


Location

public static final PropertyDefinition Location
Defines the Location property.


When

public static final PropertyDefinition When
Defines the When property.


IsMeeting

public static final PropertyDefinition IsMeeting
Defines the IsMeeting property.


IsCancelled

public static final PropertyDefinition IsCancelled
Defines the IsCancelled property.


IsRecurring

public static final PropertyDefinition IsRecurring
Defines the IsRecurring property.


MeetingRequestWasSent

public static final PropertyDefinition MeetingRequestWasSent
Defines the MeetingRequestWasSent property.


AppointmentType

public static final PropertyDefinition AppointmentType
Defines the AppointmentType property.


MyResponseType

public static final PropertyDefinition MyResponseType
Defines the MyResponseType property.


Organizer

public static final PropertyDefinition Organizer
Defines the Organizer property.


RequiredAttendees

public static final PropertyDefinition RequiredAttendees
Defines the RequiredAttendees property.


OptionalAttendees

public static final PropertyDefinition OptionalAttendees
Defines the OptionalAttendees property.


Resources

public static final PropertyDefinition Resources
Defines the Resources property.


ConflictingMeetingCount

public static final PropertyDefinition ConflictingMeetingCount
Defines the ConflictingMeetingCount property.


AdjacentMeetingCount

public static final PropertyDefinition AdjacentMeetingCount
Defines the AdjacentMeetingCount property.


ConflictingMeetings

public static final PropertyDefinition ConflictingMeetings
Defines the ConflictingMeetings property.


AdjacentMeetings

public static final PropertyDefinition AdjacentMeetings
Defines the AdjacentMeetings property.


Duration

public static final PropertyDefinition Duration
Defines the Duration property.


TimeZone

public static final PropertyDefinition TimeZone
Defines the TimeZone property.


AppointmentReplyTime

public static final PropertyDefinition AppointmentReplyTime
Defines the AppointmentReplyTime property.


AppointmentSequenceNumber

public static final PropertyDefinition AppointmentSequenceNumber
Defines the AppointmentSequenceNumber property.


AppointmentState

public static final PropertyDefinition AppointmentState
Defines the AppointmentState property.


Recurrence

public static final PropertyDefinition Recurrence
Defines the Recurrence property.


FirstOccurrence

public static final PropertyDefinition FirstOccurrence
Defines the FirstOccurrence property.


LastOccurrence

public static final PropertyDefinition LastOccurrence
Defines the LastOccurrence property.


ModifiedOccurrences

public static final PropertyDefinition ModifiedOccurrences
Defines the ModifiedOccurrences property.


DeletedOccurrences

public static final PropertyDefinition DeletedOccurrences
Defines the Duration property.


StartTimeZone

public static final PropertyDefinition StartTimeZone
Defines the StartTimeZone property.


EndTimeZone

public static final PropertyDefinition EndTimeZone
Defines the EndTimeZone property.


ConferenceType

public static final PropertyDefinition ConferenceType
Defines the ConferenceType property.


AllowNewTimeProposal

public static final PropertyDefinition AllowNewTimeProposal
Defines the AllowNewTimeProposal property.


IsOnlineMeeting

public static final PropertyDefinition IsOnlineMeeting
Defines the IsOnlineMeeting property.


MeetingWorkspaceUrl

public static final PropertyDefinition MeetingWorkspaceUrl
Defines the MeetingWorkspaceUrl property.


NetShowUrl

public static final PropertyDefinition NetShowUrl
Defines the NetShowUrl property.


Instance

protected static final MeetingRequestSchema Instance
This must be after the declaration of property definitions.

Constructor Detail

MeetingRequestSchema

protected MeetingRequestSchema()
Initializes a new instance of the class.

Method Detail

registerProperties

protected void registerProperties()
Registers properties. IMPORTANT NOTE: PROPERTIES MUST BE REGISTERED IN SCHEMA ORDER (i.e. the same order as they are defined in types.xsd)

Overrides:
registerProperties in class MeetingMessageSchema