Passed
Branch master (6fbc1b)
by Gareth
10:31
created

ClassMap::getClassMap()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 2
CRAP Score 1

Importance

Changes 0
Metric Value
cc 1
eloc 1
nc 1
nop 0
dl 0
loc 3
ccs 2
cts 2
cp 1
crap 1
rs 10
c 0
b 0
f 0
1
<?php
2
3
namespace garethp\ews\API;
4
5
class ClassMap
6
{
7
8
    protected static $classMap = array(
9
        'AddDelegateType' => '\\garethp\\ews\\API\\Message\\AddDelegateType',
10
        'AddDelegateResponseMessageType' => '\\garethp\\ews\\API\\Message\\AddDelegateResponseMessageType',
11
        'ApplyConversationActionType' => '\\garethp\\ews\\API\\Message\\ApplyConversationActionType',
12
        'ApplyConversationActionResponseType' => '\\garethp\\ews\\API\\Message\\ApplyConversationActionResponseType',
13
        'ArrayOfResponseMessagesType' => '\\garethp\\ews\\API\\Message\\ArrayOfResponseMessagesType',
14
        'AttachmentInfoResponseMessageType' => '\\garethp\\ews\\API\\Message\\AttachmentInfoResponseMessageType',
15
        'BaseDelegateResponseMessageType' => '\\garethp\\ews\\API\\Message\\BaseDelegateResponseMessageType',
16
        'BaseDelegateType' => '\\garethp\\ews\\API\\Message\\BaseDelegateType',
17
        'BaseMoveCopyFolderType' => '\\garethp\\ews\\API\\Message\\BaseMoveCopyFolderType',
18
        'BaseMoveCopyItemType' => '\\garethp\\ews\\API\\Message\\BaseMoveCopyItemType',
19
        'BaseRequestType' => '\\garethp\\ews\\API\\Message\\BaseRequestType',
20
        'BaseResponseMessageType' => '\\garethp\\ews\\API\\Message\\BaseResponseMessageType',
21
        'ConvertIdType' => '\\garethp\\ews\\API\\Message\\ConvertIdType',
22
        'ConvertIdResponseType' => '\\garethp\\ews\\API\\Message\\ConvertIdResponseType',
23
        'ConvertIdResponseMessageType' => '\\garethp\\ews\\API\\Message\\ConvertIdResponseMessageType',
24
        'CopyFolderType' => '\\garethp\\ews\\API\\Message\\CopyFolderType',
25
        'CopyFolderResponseType' => '\\garethp\\ews\\API\\Message\\CopyFolderResponseType',
26
        'CopyItemType' => '\\garethp\\ews\\API\\Message\\CopyItemType',
27
        'CopyItemResponseType' => '\\garethp\\ews\\API\\Message\\CopyItemResponseType',
28
        'CreateAttachmentType' => '\\garethp\\ews\\API\\Message\\CreateAttachmentType',
29
        'CreateAttachmentResponseType' => '\\garethp\\ews\\API\\Message\\CreateAttachmentResponseType',
30
        'CreateFolderType' => '\\garethp\\ews\\API\\Message\\CreateFolderType',
31
        'CreateFolderResponseType' => '\\garethp\\ews\\API\\Message\\CreateFolderResponseType',
32
        'CreateItemType' => '\\garethp\\ews\\API\\Message\\CreateItemType',
33
        'CreateItemResponseType' => '\\garethp\\ews\\API\\Message\\CreateItemResponseType',
34
        'CreateManagedFolderRequestType' => '\\garethp\\ews\\API\\Message\\CreateManagedFolderRequestType',
35
        'CreateManagedFolderResponseType' => '\\garethp\\ews\\API\\Message\\CreateManagedFolderResponseType',
36
        'CreateUserConfigurationType' => '\\garethp\\ews\\API\\Message\\CreateUserConfigurationType',
37
        'CreateUserConfigurationResponseType' => '\\garethp\\ews\\API\\Message\\CreateUserConfigurationResponseType',
38
        'DelegateUserResponseMessageType' => '\\garethp\\ews\\API\\Message\\DelegateUserResponseMessageType',
39
        'DeleteAttachmentType' => '\\garethp\\ews\\API\\Message\\DeleteAttachmentType',
40
        'DeleteAttachmentResponseType' => '\\garethp\\ews\\API\\Message\\DeleteAttachmentResponseType',
41
        'DeleteAttachmentResponseMessageType' => '\\garethp\\ews\\API\\Message\\DeleteAttachmentResponseMessageType',
42
        'DeleteFolderType' => '\\garethp\\ews\\API\\Message\\DeleteFolderType',
43
        'DeleteFolderResponseType' => '\\garethp\\ews\\API\\Message\\DeleteFolderResponseType',
44
        'DeleteItemType' => '\\garethp\\ews\\API\\Message\\DeleteItemType',
45
        'DeleteItemResponseType' => '\\garethp\\ews\\API\\Message\\DeleteItemResponseType',
46
        'DeleteUserConfigurationType' => '\\garethp\\ews\\API\\Message\\DeleteUserConfigurationType',
47
        'DeleteUserConfigurationResponseType' => '\\garethp\\ews\\API\\Message\\DeleteUserConfigurationResponseType',
48
        'DisconnectPhoneCallType' => '\\garethp\\ews\\API\\Message\\DisconnectPhoneCallType',
49
        'DisconnectPhoneCallResponseMessageType' => '\\garethp\\ews\\API\\Message\\DisconnectPhoneCallResponseMessageType',
50
        'EmptyFolderType' => '\\garethp\\ews\\API\\Message\\EmptyFolderType',
51
        'EmptyFolderResponseType' => '\\garethp\\ews\\API\\Message\\EmptyFolderResponseType',
52
        'ExpandDLType' => '\\garethp\\ews\\API\\Message\\ExpandDLType',
53
        'ExpandDLResponseType' => '\\garethp\\ews\\API\\Message\\ExpandDLResponseType',
54
        'ExpandDLResponseMessageType' => '\\garethp\\ews\\API\\Message\\ExpandDLResponseMessageType',
55
        'ExportItemsType' => '\\garethp\\ews\\API\\Message\\ExportItemsType',
56
        'ExportItemsResponseType' => '\\garethp\\ews\\API\\Message\\ExportItemsResponseType',
57
        'ExportItemsResponseMessageType' => '\\garethp\\ews\\API\\Message\\ExportItemsResponseMessageType',
58
        'FindConversationType' => '\\garethp\\ews\\API\\Message\\FindConversationType',
59
        'FindConversationResponseMessageType' => '\\garethp\\ews\\API\\Message\\FindConversationResponseMessageType',
60
        'FindFolderType' => '\\garethp\\ews\\API\\Message\\FindFolderType',
61
        'FindFolderResponseType' => '\\garethp\\ews\\API\\Message\\FindFolderResponseType',
62
        'FindFolderResponseMessageType' => '\\garethp\\ews\\API\\Message\\FindFolderResponseMessageType',
63
        'FindItemType' => '\\garethp\\ews\\API\\Message\\FindItemType',
64
        'FindItemResponseType' => '\\garethp\\ews\\API\\Message\\FindItemResponseType',
65
        'FindItemResponseMessageType' => '\\garethp\\ews\\API\\Message\\FindItemResponseMessageType',
66
        'FindMailboxStatisticsByKeywordsType' => '\\garethp\\ews\\API\\Message\\FindMailboxStatisticsByKeywordsType',
67
        'FindMailboxStatisticsByKeywordsResponseType' => '\\garethp\\ews\\API\\Message\\FindMailboxStatisticsByKeywordsResponseType',
68
        'FindMailboxStatisticsByKeywordsResponseMessageType' => '\\garethp\\ews\\API\\Message\\FindMailboxStatisticsByKeywordsResponseMessageType',
69
        'FindMessageTrackingReportRequestType' => '\\garethp\\ews\\API\\Message\\FindMessageTrackingReportRequestType',
70
        'FindMessageTrackingReportResponseMessageType' => '\\garethp\\ews\\API\\Message\\FindMessageTrackingReportResponseMessageType',
71
        'FolderInfoResponseMessageType' => '\\garethp\\ews\\API\\Message\\FolderInfoResponseMessageType',
72
        'FreeBusyResponseType' => '\\garethp\\ews\\API\\Message\\FreeBusyResponseType',
73
        'GetAttachmentType' => '\\garethp\\ews\\API\\Message\\GetAttachmentType',
74
        'GetAttachmentResponseType' => '\\garethp\\ews\\API\\Message\\GetAttachmentResponseType',
75
        'GetDelegateType' => '\\garethp\\ews\\API\\Message\\GetDelegateType',
76
        'GetDelegateResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetDelegateResponseMessageType',
77
        'GetEventsType' => '\\garethp\\ews\\API\\Message\\GetEventsType',
78
        'GetEventsResponseType' => '\\garethp\\ews\\API\\Message\\GetEventsResponseType',
79
        'GetEventsResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetEventsResponseMessageType',
80
        'GetFolderType' => '\\garethp\\ews\\API\\Message\\GetFolderType',
81
        'GetFolderResponseType' => '\\garethp\\ews\\API\\Message\\GetFolderResponseType',
82
        'GetInboxRulesRequestType' => '\\garethp\\ews\\API\\Message\\GetInboxRulesRequestType',
83
        'GetInboxRulesResponseType' => '\\garethp\\ews\\API\\Message\\GetInboxRulesResponseType',
84
        'GetItemType' => '\\garethp\\ews\\API\\Message\\GetItemType',
85
        'GetItemResponseType' => '\\garethp\\ews\\API\\Message\\GetItemResponseType',
86
        'GetMailTipsType' => '\\garethp\\ews\\API\\Message\\GetMailTipsType',
87
        'GetMailTipsResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetMailTipsResponseMessageType',
88
        'GetMessageTrackingReportRequestType' => '\\garethp\\ews\\API\\Message\\GetMessageTrackingReportRequestType',
89
        'GetMessageTrackingReportResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetMessageTrackingReportResponseMessageType',
90
        'GetPasswordExpirationDateType' => '\\garethp\\ews\\API\\Message\\GetPasswordExpirationDateType',
91
        'GetPasswordExpirationDateResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetPasswordExpirationDateResponseMessageType',
92
        'GetPhoneCallInformationType' => '\\garethp\\ews\\API\\Message\\GetPhoneCallInformationType',
93
        'GetPhoneCallInformationResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetPhoneCallInformationResponseMessageType',
94
        'GetRoomListsType' => '\\garethp\\ews\\API\\Message\\GetRoomListsType',
95
        'GetRoomListsResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetRoomListsResponseMessageType',
96
        'GetRoomsType' => '\\garethp\\ews\\API\\Message\\GetRoomsType',
97
        'GetRoomsResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetRoomsResponseMessageType',
98
        'GetServerTimeZonesType' => '\\garethp\\ews\\API\\Message\\GetServerTimeZonesType',
99
        'GetServerTimeZonesResponseType' => '\\garethp\\ews\\API\\Message\\GetServerTimeZonesResponseType',
100
        'GetServerTimeZonesResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetServerTimeZonesResponseMessageType',
101
        'GetServiceConfigurationType' => '\\garethp\\ews\\API\\Message\\GetServiceConfigurationType',
102
        'GetServiceConfigurationResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetServiceConfigurationResponseMessageType',
103
        'GetSharingFolderType' => '\\garethp\\ews\\API\\Message\\GetSharingFolderType',
104
        'GetSharingFolderResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetSharingFolderResponseMessageType',
105
        'GetSharingMetadataType' => '\\garethp\\ews\\API\\Message\\GetSharingMetadataType',
106
        'GetSharingMetadataResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetSharingMetadataResponseMessageType',
107
        'GetStreamingEventsType' => '\\garethp\\ews\\API\\Message\\GetStreamingEventsType',
108
        'GetStreamingEventsResponseType' => '\\garethp\\ews\\API\\Message\\GetStreamingEventsResponseType',
109
        'GetStreamingEventsResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetStreamingEventsResponseMessageType',
110
        'GetUserAvailabilityRequestType' => '\\garethp\\ews\\API\\Message\\GetUserAvailabilityRequestType',
111
        'GetUserAvailabilityResponseType' => '\\garethp\\ews\\API\\Message\\GetUserAvailabilityResponseType',
112
        'GetUserConfigurationType' => '\\garethp\\ews\\API\\Message\\GetUserConfigurationType',
113
        'GetUserConfigurationResponseType' => '\\garethp\\ews\\API\\Message\\GetUserConfigurationResponseType',
114
        'GetUserConfigurationResponseMessageType' => '\\garethp\\ews\\API\\Message\\GetUserConfigurationResponseMessageType',
115
        'GetUserOofSettingsRequest' => '\\garethp\\ews\\API\\Message\\GetUserOofSettingsRequestType',
116
        'GetUserOofSettingsResponse' => '\\garethp\\ews\\API\\Message\\GetUserOofSettingsResponseType',
117
        'ItemInfoResponseMessageType' => '\\garethp\\ews\\API\\Message\\ItemInfoResponseMessageType',
118
        'MailTipsResponseMessageType' => '\\garethp\\ews\\API\\Message\\MailTipsResponseMessageType',
119
        'MoveFolderType' => '\\garethp\\ews\\API\\Message\\MoveFolderType',
120
        'MoveFolderResponseType' => '\\garethp\\ews\\API\\Message\\MoveFolderResponseType',
121
        'MoveItemType' => '\\garethp\\ews\\API\\Message\\MoveItemType',
122
        'MoveItemResponseType' => '\\garethp\\ews\\API\\Message\\MoveItemResponseType',
123
        'PlayOnPhoneType' => '\\garethp\\ews\\API\\Message\\PlayOnPhoneType',
124
        'PlayOnPhoneResponseMessageType' => '\\garethp\\ews\\API\\Message\\PlayOnPhoneResponseMessageType',
125
        'RefreshSharingFolderType' => '\\garethp\\ews\\API\\Message\\RefreshSharingFolderType',
126
        'RefreshSharingFolderResponseMessageType' => '\\garethp\\ews\\API\\Message\\RefreshSharingFolderResponseMessageType',
127
        'RemoveDelegateType' => '\\garethp\\ews\\API\\Message\\RemoveDelegateType',
128
        'RemoveDelegateResponseMessageType' => '\\garethp\\ews\\API\\Message\\RemoveDelegateResponseMessageType',
129
        'ResolveNamesType' => '\\garethp\\ews\\API\\Message\\ResolveNamesType',
130
        'ResolveNamesResponseType' => '\\garethp\\ews\\API\\Message\\ResolveNamesResponseType',
131
        'ResolveNamesResponseMessageType' => '\\garethp\\ews\\API\\Message\\ResolveNamesResponseMessageType',
132
        'ResponseCodeType' => '\\garethp\\ews\\API\\Message\\ResponseCodeType',
133
        'ResponseMessageType' => '\\garethp\\ews\\API\\Message\\ResponseMessageType',
134
        'SendItemType' => '\\garethp\\ews\\API\\Message\\SendItemType',
135
        'SendItemResponseType' => '\\garethp\\ews\\API\\Message\\SendItemResponseType',
136
        'SendNotificationResponseType' => '\\garethp\\ews\\API\\Message\\SendNotificationResponseType',
137
        'SendNotificationResponseMessageType' => '\\garethp\\ews\\API\\Message\\SendNotificationResponseMessageType',
138
        'SendNotificationResultType' => '\\garethp\\ews\\API\\Message\\SendNotificationResultType',
139
        'ServiceConfigurationResponseMessageType' => '\\garethp\\ews\\API\\Message\\ServiceConfigurationResponseMessageType',
140
        'SetUserOofSettingsRequest' => '\\garethp\\ews\\API\\Message\\SetUserOofSettingsRequestType',
141
        'SetUserOofSettingsResponse' => '\\garethp\\ews\\API\\Message\\SetUserOofSettingsResponseType',
142
        'SubscribeType' => '\\garethp\\ews\\API\\Message\\SubscribeType',
143
        'SubscribeResponseType' => '\\garethp\\ews\\API\\Message\\SubscribeResponseType',
144
        'SubscribeResponseMessageType' => '\\garethp\\ews\\API\\Message\\SubscribeResponseMessageType',
145
        'SuggestionsResponseType' => '\\garethp\\ews\\API\\Message\\SuggestionsResponseType',
146
        'SyncFolderHierarchyType' => '\\garethp\\ews\\API\\Message\\SyncFolderHierarchyType',
147
        'SyncFolderHierarchyResponseType' => '\\garethp\\ews\\API\\Message\\SyncFolderHierarchyResponseType',
148
        'SyncFolderHierarchyResponseMessageType' => '\\garethp\\ews\\API\\Message\\SyncFolderHierarchyResponseMessageType',
149
        'SyncFolderItemsType' => '\\garethp\\ews\\API\\Message\\SyncFolderItemsType',
150
        'SyncFolderItemsResponseType' => '\\garethp\\ews\\API\\Message\\SyncFolderItemsResponseType',
151
        'SyncFolderItemsResponseMessageType' => '\\garethp\\ews\\API\\Message\\SyncFolderItemsResponseMessageType',
152
        'UnsubscribeType' => '\\garethp\\ews\\API\\Message\\UnsubscribeType',
153
        'UnsubscribeResponseType' => '\\garethp\\ews\\API\\Message\\UnsubscribeResponseType',
154
        'UpdateDelegateType' => '\\garethp\\ews\\API\\Message\\UpdateDelegateType',
155
        'UpdateDelegateResponseMessageType' => '\\garethp\\ews\\API\\Message\\UpdateDelegateResponseMessageType',
156
        'UpdateFolderType' => '\\garethp\\ews\\API\\Message\\UpdateFolderType',
157
        'UpdateFolderResponseType' => '\\garethp\\ews\\API\\Message\\UpdateFolderResponseType',
158
        'UpdateInboxRulesRequestType' => '\\garethp\\ews\\API\\Message\\UpdateInboxRulesRequestType',
159
        'UpdateInboxRulesResponseType' => '\\garethp\\ews\\API\\Message\\UpdateInboxRulesResponseType',
160
        'UpdateItemType' => '\\garethp\\ews\\API\\Message\\UpdateItemType',
161
        'UpdateItemResponseType' => '\\garethp\\ews\\API\\Message\\UpdateItemResponseType',
162
        'UpdateItemResponseMessageType' => '\\garethp\\ews\\API\\Message\\UpdateItemResponseMessageType',
163
        'UpdateUserConfigurationType' => '\\garethp\\ews\\API\\Message\\UpdateUserConfigurationType',
164
        'UpdateUserConfigurationResponseType' => '\\garethp\\ews\\API\\Message\\UpdateUserConfigurationResponseType',
165
        'UploadItemsType' => '\\garethp\\ews\\API\\Message\\UploadItemsType',
166
        'UploadItemsResponseType' => '\\garethp\\ews\\API\\Message\\UploadItemsResponseType',
167
        'UploadItemsResponseMessageType' => '\\garethp\\ews\\API\\Message\\UploadItemsResponseMessageType',
168
        'AbsoluteDateTransitionType' => '\\garethp\\ews\\API\\Type\\AbsoluteDateTransitionType',
169
        'AbsoluteMonthlyRecurrencePatternType' => '\\garethp\\ews\\API\\Type\\AbsoluteMonthlyRecurrencePatternType',
170
        'AbsoluteYearlyRecurrencePatternType' => '\\garethp\\ews\\API\\Type\\AbsoluteYearlyRecurrencePatternType',
171
        'AcceptItemType' => '\\garethp\\ews\\API\\Type\\AcceptItemType',
172
        'AcceptSharingInvitationType' => '\\garethp\\ews\\API\\Type\\AcceptSharingInvitationType',
173
        'AggregateOnType' => '\\garethp\\ews\\API\\Type\\AggregateOnType',
174
        'AlternateIdBaseType' => '\\garethp\\ews\\API\\Type\\AlternateIdBaseType',
175
        'AlternateIdType' => '\\garethp\\ews\\API\\Type\\AlternateIdType',
176
        'AlternatePublicFolderIdType' => '\\garethp\\ews\\API\\Type\\AlternatePublicFolderIdType',
177
        'AlternatePublicFolderItemIdType' => '\\garethp\\ews\\API\\Type\\AlternatePublicFolderItemIdType',
178
        'AndType' => '\\garethp\\ews\\API\\Type\\AndType',
179
        'AppendToFolderFieldType' => '\\garethp\\ews\\API\\Type\\AppendToFolderFieldType',
180
        'AppendToItemFieldType' => '\\garethp\\ews\\API\\Type\\AppendToItemFieldType',
181
        'ArrayOfAttachmentsType' => '\\garethp\\ews\\API\\Type\\ArrayOfAttachmentsType',
182
        'ArrayOfAttendeeConflictData' => '\\garethp\\ews\\API\\Type\\ArrayOfAttendeeConflictDataType',
183
        'ArrayOfDLExpansionType' => '\\garethp\\ews\\API\\Type\\ArrayOfDLExpansionType',
184
        'ArrayOfFoldersType' => '\\garethp\\ews\\API\\Type\\ArrayOfFoldersType',
185
        'ArrayOfRealItemsType' => '\\garethp\\ews\\API\\Type\\ArrayOfRealItemsType',
186
        'ArrayOfResolutionType' => '\\garethp\\ews\\API\\Type\\ArrayOfResolutionType',
187
        'ArrayOfRuleOperationsType' => '\\garethp\\ews\\API\\Type\\ArrayOfRuleOperationsType',
188
        'ArrayOfTrackingPropertiesType' => '\\garethp\\ews\\API\\Type\\ArrayOfTrackingPropertiesType',
189
        'ArrayOfTransitionsType' => '\\garethp\\ews\\API\\Type\\ArrayOfTransitionsType',
190
        'AttachmentIdType' => '\\garethp\\ews\\API\\Type\\AttachmentIdType',
191
        'AttachmentResponseShapeType' => '\\garethp\\ews\\API\\Type\\AttachmentResponseShapeType',
192
        'AttachmentType' => '\\garethp\\ews\\API\\Type\\AttachmentType',
193
        'AttendeeConflictData' => '\\garethp\\ews\\API\\Type\\AttendeeConflictDataType',
194
        'AttendeeType' => '\\garethp\\ews\\API\\Type\\AttendeeType',
195
        'BaseEmailAddressType' => '\\garethp\\ews\\API\\Type\\BaseEmailAddressType',
196
        'BaseFolderIdType' => '\\garethp\\ews\\API\\Type\\BaseFolderIdType',
197
        'BaseFolderType' => '\\garethp\\ews\\API\\Type\\BaseFolderType',
198
        'BaseGroupByType' => '\\garethp\\ews\\API\\Type\\BaseGroupByType',
199
        'BaseItemIdType' => '\\garethp\\ews\\API\\Type\\BaseItemIdType',
200
        'BaseNotificationEventType' => '\\garethp\\ews\\API\\Type\\BaseNotificationEventType',
201
        'BaseObjectChangedEventType' => '\\garethp\\ews\\API\\Type\\BaseObjectChangedEventType',
202
        'BasePagingType' => '\\garethp\\ews\\API\\Type\\BasePagingType',
203
        'BasePathToElementType' => '\\garethp\\ews\\API\\Type\\Path',
204
        'BasePermissionType' => '\\garethp\\ews\\API\\Type\\BasePermissionType',
205
        'BaseSubscriptionRequestType' => '\\garethp\\ews\\API\\Type\\BaseSubscriptionRequestType',
206
        'BodyType' => '\\garethp\\ews\\API\\Type\\BodyType',
207
        'CalendarEventDetails' => '\\garethp\\ews\\API\\Type\\CalendarEventDetailsType',
208
        'CalendarEvent' => '\\garethp\\ews\\API\\Type\\CalendarEventType',
209
        'CalendarFolderType' => '\\garethp\\ews\\API\\Type\\CalendarFolderType',
210
        'CalendarItemType' => '\\garethp\\ews\\API\\Type\\CalendarItemType',
211
        'CalendarPermissionSetType' => '\\garethp\\ews\\API\\Type\\CalendarPermissionSetType',
212
        'CalendarPermissionType' => '\\garethp\\ews\\API\\Type\\CalendarPermissionType',
213
        'CalendarViewType' => '\\garethp\\ews\\API\\Type\\CalendarViewType',
214
        'CancelCalendarItemType' => '\\garethp\\ews\\API\\Type\\CancelCalendarItemType',
215
        'ChangeDescriptionType' => '\\garethp\\ews\\API\\Type\\ChangeDescriptionType',
216
        'CompleteNameType' => '\\garethp\\ews\\API\\Type\\CompleteNameType',
217
        'ConflictResultsType' => '\\garethp\\ews\\API\\Type\\ConflictResultsType',
218
        'ConnectingSIDType' => '\\garethp\\ews\\API\\Type\\ConnectingSIDType',
219
        'ConstantValueType' => '\\garethp\\ews\\API\\Type\\ConstantValueType',
220
        'ContactItemType' => '\\garethp\\ews\\API\\Type\\ContactItemType',
221
        'ContactsFolderType' => '\\garethp\\ews\\API\\Type\\ContactsFolderType',
222
        'ContactsViewType' => '\\garethp\\ews\\API\\Type\\ContactsViewType',
223
        'ContainsExpressionType' => '\\garethp\\ews\\API\\Type\\ContainsExpressionType',
224
        'ConversationActionType' => '\\garethp\\ews\\API\\Type\\ConversationActionType',
225
        'ConversationType' => '\\garethp\\ews\\API\\Type\\ConversationType',
226
        'CreateRuleOperationType' => '\\garethp\\ews\\API\\Type\\CreateRuleOperationType',
227
        'DailyRecurrencePatternType' => '\\garethp\\ews\\API\\Type\\DailyRecurrencePatternType',
228
        'DailyRegeneratingPatternType' => '\\garethp\\ews\\API\\Type\\DailyRegeneratingPatternType',
229
        'DateTimePrecisionType' => '\\garethp\\ews\\API\\Type\\DateTimePrecisionType',
230
        'DeclineItemType' => '\\garethp\\ews\\API\\Type\\DeclineItemType',
231
        'DelegatePermissionsType' => '\\garethp\\ews\\API\\Type\\DelegatePermissionsType',
232
        'DelegateUserType' => '\\garethp\\ews\\API\\Type\\DelegateUserType',
233
        'DeleteFolderFieldType' => '\\garethp\\ews\\API\\Type\\DeleteFolderFieldType',
234
        'DeleteItemFieldType' => '\\garethp\\ews\\API\\Type\\DeleteItemFieldType',
235
        'DeleteRuleOperationType' => '\\garethp\\ews\\API\\Type\\DeleteRuleOperationType',
236
        'DeletedOccurrenceInfoType' => '\\garethp\\ews\\API\\Type\\DeletedOccurrenceInfoType',
237
        'DirectoryEntryType' => '\\garethp\\ews\\API\\Type\\DirectoryEntryType',
238
        'DistinguishedFolderIdType' => '\\garethp\\ews\\API\\Type\\DistinguishedFolderIdType',
239
        'DistinguishedGroupByType' => '\\garethp\\ews\\API\\Type\\DistinguishedGroupByType',
240
        'DistributionListType' => '\\garethp\\ews\\API\\Type\\DistributionListType',
241
        'Duration' => '\\garethp\\ews\\API\\Type\\DurationType',
242
        'EffectiveRightsType' => '\\garethp\\ews\\API\\Type\\EffectiveRightsType',
243
        'EmailAddressDictionaryEntryType' => '\\garethp\\ews\\API\\Type\\EmailAddressDictionaryEntryType',
244
        'EmailAddressType' => '\\garethp\\ews\\API\\Type\\EmailAddressType',
245
        'EncryptedDataContainerType' => '\\garethp\\ews\\API\\Type\\SharingSecurity',
246
        'EncryptedSharedFolderDataType' => '\\garethp\\ews\\API\\Type\\EncryptedSharedFolderDataType',
247
        'EndDateRecurrenceRangeType' => '\\garethp\\ews\\API\\Type\\EndDateRecurrenceRangeType',
248
        'PathToExceptionFieldType' => '\\garethp\\ews\\API\\Type\\PathToExceptionFieldType',
249
        'ExchangeImpersonationType' => '\\garethp\\ews\\API\\Type\\ExchangeImpersonationType',
250
        'ExcludesType' => '\\garethp\\ews\\API\\Type\\ExcludesType',
251
        'ExcludesValueType' => '\\garethp\\ews\\API\\Type\\ExcludesValueType',
252
        'ExistsType' => '\\garethp\\ews\\API\\Type\\ExistsType',
253
        'PathToExtendedFieldType' => '\\garethp\\ews\\API\\Type\\PathToExtendedFieldType',
254
        'ExtendedPropertyType' => '\\garethp\\ews\\API\\Type\\ExtendedPropertyType',
255
        'FieldOrderType' => '\\garethp\\ews\\API\\Type\\FieldOrderType',
256
        'PathToUnindexedFieldType' => '\\garethp\\ews\\API\\Type\\PathToUnindexedFieldType',
257
        'FieldURIOrConstantType' => '\\garethp\\ews\\API\\Type\\FieldURIOrConstantType',
258
        'FileAttachmentType' => '\\garethp\\ews\\API\\Type\\FileAttachmentType',
259
        'FindFolderParentType' => '\\garethp\\ews\\API\\Type\\FindFolderParentType',
260
        'FindItemParentType' => '\\garethp\\ews\\API\\Type\\FindItemParentType',
261
        'FindMessageTrackingSearchResultType' => '\\garethp\\ews\\API\\Type\\FindMessageTrackingSearchResultType',
262
        'FolderChangeDescriptionType' => '\\garethp\\ews\\API\\Type\\FolderChangeDescriptionType',
263
        'FolderChangeType' => '\\garethp\\ews\\API\\Type\\FolderChangeType',
264
        'FolderIdType' => '\\garethp\\ews\\API\\Type\\FolderIdType',
265
        'FolderResponseShapeType' => '\\garethp\\ews\\API\\Type\\FolderResponseShapeType',
266
        'FolderType' => '\\garethp\\ews\\API\\Type\\FolderType',
267
        'ForwardItemType' => '\\garethp\\ews\\API\\Type\\ForwardItemType',
268
        'FractionalPageViewType' => '\\garethp\\ews\\API\\Type\\FractionalPageViewType',
269
        'FreeBusyViewOptionsType' => '\\garethp\\ews\\API\\Type\\FreeBusyViewOptionsType',
270
        'FreeBusyView' => '\\garethp\\ews\\API\\Type\\FreeBusyViewType',
271
        'GroupAttendeeConflictData' => '\\garethp\\ews\\API\\Type\\GroupAttendeeConflictDataType',
272
        'GroupByType' => '\\garethp\\ews\\API\\Type\\GroupByType',
273
        'GroupedItemsType' => '\\garethp\\ews\\API\\Type\\GroupedItemsType',
274
        'ImAddressDictionaryEntryType' => '\\garethp\\ews\\API\\Type\\ImAddressDictionaryEntryType',
275
        'PathToIndexedFieldType' => '\\garethp\\ews\\API\\Type\\PathToIndexedFieldType',
276
        'IndexedPageViewType' => '\\garethp\\ews\\API\\Type\\IndexedPageViewType',
277
        'IndividualAttendeeConflictData' => '\\garethp\\ews\\API\\Type\\IndividualAttendeeConflictDataType',
278
        'InternetHeaderType' => '\\garethp\\ews\\API\\Type\\InternetHeaderType',
279
        'IntervalRecurrencePatternBaseType' => '\\garethp\\ews\\API\\Type\\IntervalRecurrencePatternBaseType',
280
        'InvalidRecipientType' => '\\garethp\\ews\\API\\Type\\InvalidRecipientType',
281
        'IsEqualToType' => '\\garethp\\ews\\API\\Type\\IsEqualToType',
282
        'IsGreaterThanType' => '\\garethp\\ews\\API\\Type\\IsGreaterThanType',
283
        'IsGreaterThanOrEqualToType' => '\\garethp\\ews\\API\\Type\\IsGreaterThanOrEqualToType',
284
        'IsLessThanType' => '\\garethp\\ews\\API\\Type\\IsLessThanType',
285
        'IsLessThanOrEqualToType' => '\\garethp\\ews\\API\\Type\\IsLessThanOrEqualToType',
286
        'IsNotEqualToType' => '\\garethp\\ews\\API\\Type\\IsNotEqualToType',
287
        'ItemAttachmentType' => '\\garethp\\ews\\API\\Type\\ItemAttachmentType',
288
        'ItemChangeDescriptionType' => '\\garethp\\ews\\API\\Type\\ItemChangeDescriptionType',
289
        'ItemChangeType' => '\\garethp\\ews\\API\\Type\\ItemChangeType',
290
        'ItemIdType' => '\\garethp\\ews\\API\\Type\\ItemIdType',
291
        'ItemResponseShapeType' => '\\garethp\\ews\\API\\Type\\ItemResponseShapeType',
292
        'ItemType' => '\\garethp\\ews\\API\\Type\\ItemType',
293
        'KeywordStatisticsSearchResultType' => '\\garethp\\ews\\API\\Type\\KeywordStatisticsSearchResultType',
294
        'MailTipsServiceConfiguration' => '\\garethp\\ews\\API\\Type\\MailTipsServiceConfigurationType',
295
        'MailTips' => '\\garethp\\ews\\API\\Type\\MailTipsType',
296
        'EmailAddress' => '\\garethp\\ews\\API\\Type\\Mailbox',
297
        'MailboxCultureType' => '\\garethp\\ews\\API\\Type\\MailboxCultureType',
298
        'MailboxData' => '\\garethp\\ews\\API\\Type\\MailboxDataType',
299
        'MailboxStatisticsSearchResultType' => '\\garethp\\ews\\API\\Type\\MailboxStatisticsSearchResultType',
300
        'ManagedFolderInformationType' => '\\garethp\\ews\\API\\Type\\ManagedFolderInformationType',
301
        'MeetingCancellationMessageType' => '\\garethp\\ews\\API\\Type\\MeetingCancellationMessageType',
302
        'MeetingMessageType' => '\\garethp\\ews\\API\\Type\\MeetingMessageType',
303
        'MeetingRequestMessageType' => '\\garethp\\ews\\API\\Type\\MeetingRequestMessageType',
304
        'MeetingResponseMessageType' => '\\garethp\\ews\\API\\Type\\MeetingResponseMessageType',
305
        'MemberType' => '\\garethp\\ews\\API\\Type\\MemberType',
306
        'MessageTrackingReportType' => '\\garethp\\ews\\API\\Type\\MessageTrackingReportType',
307
        'MessageType' => '\\garethp\\ews\\API\\Type\\MessageType',
308
        'MimeContentType' => '\\garethp\\ews\\API\\Type\\MimeContentType',
309
        'ModifiedEventType' => '\\garethp\\ews\\API\\Type\\ModifiedEventType',
310
        'MonthlyRegeneratingPatternType' => '\\garethp\\ews\\API\\Type\\MonthlyRegeneratingPatternType',
311
        'MovedCopiedEventType' => '\\garethp\\ews\\API\\Type\\MovedCopiedEventType',
312
        'MultipleOperandBooleanExpressionType' => '\\garethp\\ews\\API\\Type\\MultipleOperandBooleanExpressionType',
313
        'NoEndRecurrenceRangeType' => '\\garethp\\ews\\API\\Type\\NoEndRecurrenceRangeType',
314
        'NonEmptyArrayOfAllItemsType' => '\\garethp\\ews\\API\\Type\\NonEmptyArrayOfAllItemsType',
315
        'NonEmptyArrayOfAlternateIdsType' => '\\garethp\\ews\\API\\Type\\NonEmptyArrayOfAlternateIdsType',
316
        'NonEmptyArrayOfAttachmentsType' => '\\garethp\\ews\\API\\Type\\NonEmptyArrayOfAttachmentsType',
317
        'NonEmptyArrayOfBaseFolderIdsType' => '\\garethp\\ews\\API\\Type\\NonEmptyArrayOfBaseFolderIdsType',
318
        'NonEmptyArrayOfBaseItemIdsType' => '\\garethp\\ews\\API\\Type\\NonEmptyArrayOfBaseItemIdsType',
319
        'NonEmptyArrayOfFolderChangeDescriptionsType' => '\\garethp\\ews\\API\\Type\\NonEmptyArrayOfFolderChangeDescriptionsType',
320
        'NonEmptyArrayOfFoldersType' => '\\garethp\\ews\\API\\Type\\NonEmptyArrayOfFoldersType',
321
        'NonEmptyArrayOfItemChangeDescriptionsType' => '\\garethp\\ews\\API\\Type\\NonEmptyArrayOfItemChangeDescriptionsType',
322
        'NonEmptyArrayOfPathsToElementType' => '\\garethp\\ews\\API\\Type\\NonEmptyArrayOfPathsToElementType',
323
        'NonEmptyArrayOfResponseObjectsType' => '\\garethp\\ews\\API\\Type\\NonEmptyArrayOfResponseObjectsType',
324
        'NotType' => '\\garethp\\ews\\API\\Type\\NotType',
325
        'NotificationType' => '\\garethp\\ews\\API\\Type\\NotificationType',
326
        'NumberedRecurrenceRangeType' => '\\garethp\\ews\\API\\Type\\NumberedRecurrenceRangeType',
327
        'OccurrenceInfoType' => '\\garethp\\ews\\API\\Type\\OccurrenceInfoType',
328
        'OccurrenceItemIdType' => '\\garethp\\ews\\API\\Type\\OccurrenceItemIdType',
329
        'UserOofSettings' => '\\garethp\\ews\\API\\Type\\UserOofSettingsType',
330
        'OpenAsAdminOrSystemServiceType' => '\\garethp\\ews\\API\\Type\\OpenAsAdminOrSystemServiceType',
331
        'OrType' => '\\garethp\\ews\\API\\Type\\OrType',
332
        'OutOfOfficeMailTip' => '\\garethp\\ews\\API\\Type\\OutOfOfficeMailTipType',
333
        'PeriodType' => '\\garethp\\ews\\API\\Type\\PeriodType',
334
        'PermissionSetType' => '\\garethp\\ews\\API\\Type\\PermissionSetType',
335
        'PermissionType' => '\\garethp\\ews\\API\\Type\\PermissionType',
336
        'PhoneCallIdType' => '\\garethp\\ews\\API\\Type\\PhoneCallIdType',
337
        'PhoneCallInformationType' => '\\garethp\\ews\\API\\Type\\PhoneCallInformationType',
338
        'PhoneNumberDictionaryEntryType' => '\\garethp\\ews\\API\\Type\\PhoneNumberDictionaryEntryType',
339
        'PhysicalAddressDictionaryEntryType' => '\\garethp\\ews\\API\\Type\\PhysicalAddressDictionaryEntryType',
340
        'PostItemType' => '\\garethp\\ews\\API\\Type\\PostItemType',
341
        'PostReplyItemBaseType' => '\\garethp\\ews\\API\\Type\\PostReplyItemBaseType',
342
        'PostReplyItemType' => '\\garethp\\ews\\API\\Type\\PostReplyItemType',
343
        'ProtectionRuleActionType' => '\\garethp\\ews\\API\\Type\\ProtectionRuleActionType',
344
        'ProtectionRuleAndType' => '\\garethp\\ews\\API\\Type\\ProtectionRuleAndType',
345
        'ProtectionRuleArgumentType' => '\\garethp\\ews\\API\\Type\\ProtectionRuleArgumentType',
346
        'ProtectionRuleConditionType' => '\\garethp\\ews\\API\\Type\\ProtectionRuleConditionType',
347
        'ProtectionRuleType' => '\\garethp\\ews\\API\\Type\\ProtectionRuleType',
348
        'ProtectionRulesServiceConfiguration' => '\\garethp\\ews\\API\\Type\\ProtectionRulesServiceConfigurationType',
349
        'ProxySecurityContextType' => '\\garethp\\ews\\API\\Type\\ProxySuggesterSid',
350
        'PullSubscriptionRequestType' => '\\garethp\\ews\\API\\Type\\PullSubscriptionRequestType',
351
        'PushSubscriptionRequestType' => '\\garethp\\ews\\API\\Type\\PushSubscriptionRequestType',
352
        'RecipientTrackingEventType' => '\\garethp\\ews\\API\\Type\\RecipientTrackingEventType',
353
        'RecurrencePatternBaseType' => '\\garethp\\ews\\API\\Type\\RecurrencePatternBaseType',
354
        'RecurrenceRangeBaseType' => '\\garethp\\ews\\API\\Type\\RecurrenceRangeBaseType',
355
        'RecurrenceType' => '\\garethp\\ews\\API\\Type\\RecurrenceType',
356
        'RecurringDateTransitionType' => '\\garethp\\ews\\API\\Type\\RecurringDateTransitionType',
357
        'RecurringDayTransitionType' => '\\garethp\\ews\\API\\Type\\RecurringDayTransitionType',
358
        'RecurringMasterItemIdType' => '\\garethp\\ews\\API\\Type\\RecurringMasterItemIdType',
359
        'RecurringTimeTransitionType' => '\\garethp\\ews\\API\\Type\\RecurringTimeTransitionType',
360
        'ReferenceItemResponseType' => '\\garethp\\ews\\API\\Type\\ReferenceItemResponseType',
361
        'RegeneratingPatternBaseType' => '\\garethp\\ews\\API\\Type\\RegeneratingPatternBaseType',
362
        'RelativeMonthlyRecurrencePatternType' => '\\garethp\\ews\\API\\Type\\RelativeMonthlyRecurrencePatternType',
363
        'RelativeYearlyRecurrencePatternType' => '\\garethp\\ews\\API\\Type\\RelativeYearlyRecurrencePatternType',
364
        'RemoveItemType' => '\\garethp\\ews\\API\\Type\\RemoveItemType',
365
        'ReplyAllToItemType' => '\\garethp\\ews\\API\\Type\\ReplyAllToItemType',
366
        'ReplyBody' => '\\garethp\\ews\\API\\Type\\ReplyBodyType',
367
        'ReplyToItemType' => '\\garethp\\ews\\API\\Type\\ReplyToItemType',
368
        'RequestAttachmentIdType' => '\\garethp\\ews\\API\\Type\\RequestAttachmentIdType',
369
        'RequestTypeHeader' => '\\garethp\\ews\\API\\Type\\RequestTypeHeaderType',
370
        'ResolutionType' => '\\garethp\\ews\\API\\Type\\ResolutionType',
371
        'ResponseObjectCoreType' => '\\garethp\\ews\\API\\Type\\ResponseObjectCoreType',
372
        'ResponseObjectType' => '\\garethp\\ews\\API\\Type\\ResponseObjectType',
373
        'RestrictionType' => '\\garethp\\ews\\API\\Type\\RestrictionType',
374
        'RoomType' => '\\garethp\\ews\\API\\Type\\RoomType',
375
        'RootItemIdType' => '\\garethp\\ews\\API\\Type\\RootItemIdType',
376
        'RuleActionsType' => '\\garethp\\ews\\API\\Type\\RuleActionsType',
377
        'RuleOperationErrorType' => '\\garethp\\ews\\API\\Type\\RuleOperationErrorType',
378
        'RuleOperationType' => '\\garethp\\ews\\API\\Type\\RuleOperationType',
379
        'RulePredicateDateRangeType' => '\\garethp\\ews\\API\\Type\\RulePredicateDateRangeType',
380
        'RulePredicateSizeRangeType' => '\\garethp\\ews\\API\\Type\\RulePredicateSizeRangeType',
381
        'RulePredicatesType' => '\\garethp\\ews\\API\\Type\\RulePredicatesType',
382
        'RuleType' => '\\garethp\\ews\\API\\Type\\RuleType',
383
        'RuleValidationErrorType' => '\\garethp\\ews\\API\\Type\\RuleValidationErrorType',
384
        'SearchExpressionType' => '\\garethp\\ews\\API\\Type\\SearchExpressionType',
385
        'SearchFolderType' => '\\garethp\\ews\\API\\Type\\SearchFolderType',
386
        'SearchParametersType' => '\\garethp\\ews\\API\\Type\\SearchParametersType',
387
        'SerializableTimeZoneTime' => '\\garethp\\ews\\API\\Type\\SerializableTimeZoneTimeType',
388
        'SerializableTimeZone' => '\\garethp\\ews\\API\\Type\\TimeZone',
389
        'SerializedSecurityContextType' => '\\garethp\\ews\\API\\Type\\SerializedSecurityContextType',
390
        'ServiceConfiguration' => '\\garethp\\ews\\API\\Type\\ServiceConfigurationType',
391
        'SetFolderFieldType' => '\\garethp\\ews\\API\\Type\\SetFolderFieldType',
392
        'SetItemFieldType' => '\\garethp\\ews\\API\\Type\\SetItemFieldType',
393
        'SetRuleOperationType' => '\\garethp\\ews\\API\\Type\\SetRuleOperationType',
394
        'SidAndAttributesType' => '\\garethp\\ews\\API\\Type\\SidAndAttributesType',
395
        'SingleRecipientType' => '\\garethp\\ews\\API\\Type\\SingleRecipientType',
396
        'SmartResponseBaseType' => '\\garethp\\ews\\API\\Type\\SmartResponseBaseType',
397
        'SmartResponseType' => '\\garethp\\ews\\API\\Type\\SmartResponseType',
398
        'SmtpDomain' => '\\garethp\\ews\\API\\Type\\SmtpDomainType',
399
        'StreamingSubscriptionRequestType' => '\\garethp\\ews\\API\\Type\\StreamingSubscriptionRequestType',
400
        'SuggestionDayResult' => '\\garethp\\ews\\API\\Type\\SuggestionDayResultType',
401
        'Suggestion' => '\\garethp\\ews\\API\\Type\\SuggestionType',
402
        'SuggestionsViewOptionsType' => '\\garethp\\ews\\API\\Type\\SuggestionsViewOptionsType',
403
        'SuppressReadReceiptType' => '\\garethp\\ews\\API\\Type\\SuppressReadReceiptType',
404
        'SyncFolderHierarchyChangesType' => '\\garethp\\ews\\API\\Type\\SyncFolderHierarchyChangesType',
405
        'SyncFolderHierarchyCreateOrUpdateType' => '\\garethp\\ews\\API\\Type\\SyncFolderHierarchyCreateOrUpdateType',
406
        'SyncFolderHierarchyDeleteType' => '\\garethp\\ews\\API\\Type\\SyncFolderHierarchyDeleteType',
407
        'SyncFolderItemsChangesType' => '\\garethp\\ews\\API\\Type\\SyncFolderItemsChangesType',
408
        'SyncFolderItemsCreateOrUpdateType' => '\\garethp\\ews\\API\\Type\\SyncFolderItemsCreateOrUpdateType',
409
        'SyncFolderItemsDeleteType' => '\\garethp\\ews\\API\\Type\\SyncFolderItemsDeleteType',
410
        'SyncFolderItemsReadFlagType' => '\\garethp\\ews\\API\\Type\\SyncFolderItemsReadFlagType',
411
        'TargetFolderIdType' => '\\garethp\\ews\\API\\Type\\TargetFolderIdType',
412
        'TaskRecurrenceType' => '\\garethp\\ews\\API\\Type\\TaskRecurrenceType',
413
        'TaskType' => '\\garethp\\ews\\API\\Type\\TaskType',
414
        'TasksFolderType' => '\\garethp\\ews\\API\\Type\\TasksFolderType',
415
        'TentativelyAcceptItemType' => '\\garethp\\ews\\API\\Type\\TentativelyAcceptItemType',
416
        'TimeChangeType' => '\\garethp\\ews\\API\\Type\\TimeChangeType',
417
        'TimeZoneContextType' => '\\garethp\\ews\\API\\Type\\TimeZoneContextType',
418
        'TimeZoneDefinitionType' => '\\garethp\\ews\\API\\Type\\TimeZoneDefinitionType',
419
        'TimeZoneType' => '\\garethp\\ews\\API\\Type\\TimeZoneType',
420
        'TooBigGroupAttendeeConflictData' => '\\garethp\\ews\\API\\Type\\TooBigGroupAttendeeConflictDataType',
421
        'TrackingPropertyType' => '\\garethp\\ews\\API\\Type\\TrackingPropertyType',
422
        'TransitionType' => '\\garethp\\ews\\API\\Type\\TransitionType',
423
        'TransitionTargetType' => '\\garethp\\ews\\API\\Type\\TransitionTargetType',
424
        'TwoOperandExpressionType' => '\\garethp\\ews\\API\\Type\\TwoOperandExpressionType',
425
        'UnifiedMessageServiceConfiguration' => '\\garethp\\ews\\API\\Type\\UnifiedMessageServiceConfigurationType',
426
        'UnknownAttendeeConflictData' => '\\garethp\\ews\\API\\Type\\UnknownAttendeeConflictDataType',
427
        'UploadItemType' => '\\garethp\\ews\\API\\Type\\UploadItemType',
428
        'UserConfigurationDictionaryEntryType' => '\\garethp\\ews\\API\\Type\\UserConfigurationDictionaryEntryType',
429
        'UserConfigurationDictionaryObjectType' => '\\garethp\\ews\\API\\Type\\UserConfigurationDictionaryObjectType',
430
        'UserConfigurationNameType' => '\\garethp\\ews\\API\\Type\\UserConfigurationNameType',
431
        'UserConfigurationType' => '\\garethp\\ews\\API\\Type\\UserConfigurationType',
432
        'UserIdType' => '\\garethp\\ews\\API\\Type\\UserIdType',
433
        'UserMailboxType' => '\\garethp\\ews\\API\\Type\\UserMailboxType',
434
        'Value' => '\\garethp\\ews\\API\\Type\\ValueType',
435
        'WeeklyRecurrencePatternType' => '\\garethp\\ews\\API\\Type\\WeeklyRecurrencePatternType',
436
        'WeeklyRegeneratingPatternType' => '\\garethp\\ews\\API\\Type\\WeeklyRegeneratingPatternType',
437
        'WellKnownResponseObjectType' => '\\garethp\\ews\\API\\Type\\WellKnownResponseObjectType',
438
        'WorkingHours' => '\\garethp\\ews\\API\\Type\\WorkingHoursType',
439
        'WorkingPeriod' => '\\garethp\\ews\\API\\Type\\WorkingPeriodType',
440
        'YearlyRegeneratingPatternType' => '\\garethp\\ews\\API\\Type\\YearlyRegeneratingPatternType',
441
    );
442
443 37
    public static function getClassMap()
444
    {
445 37
        return self::$classMap;
446
    }
447
}
448