Skip to content

Commit fabb1e8

Browse files
committed
Fix missing use's
1 parent 182f6ac commit fabb1e8

4 files changed

Lines changed: 69 additions & 0 deletions

File tree

src/API/Enumeration/ConversationQueryTraversalType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
namespace garethp\ews\API\Enumeration;
77

8+
use garethp\ews\API\Enumeration;
9+
810
/**
911
* Defines the type of traversal to use for a folder.
1012
*

src/API/Enumeration/MailboxSearchLocationType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
namespace garethp\ews\API\Enumeration;
77

8+
use garethp\ews\API\Enumeration;
9+
810
/**
911
* Defines whether a search or fetch for a conversation should span either the
1012
* primary mailbox, archive mailbox, or both the primary and archive mailbox.

src/API/Enumeration/ViewFilterType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
namespace garethp\ews\API\Enumeration;
77

8+
use garethp\ews\API\Enumeration;
9+
810
/**
911
* Defines the view filter type for a FindConversation operation.
1012
*

src/API/ExchangeWebServices.php

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,63 +21,125 @@
2121
* @package php-ews\Client
2222
*
2323
* @method Type AddDelegate($request)
24+
* @method Type AddDistributionGroupToImList($request)
25+
* @method Type AddImContactToGroup($request)
26+
* @method Type AddImGroup($request)
27+
* @method Type AddNewImContactToGroup($request)
28+
* @method Type AddNewTelUriContactToGroup($request)
29+
* @method Type AddTag($request)
2430
* @method Type ApplyConversationAction($request)
31+
* @method Type ArchiveItem($request)
2532
* @method Type ConvertId($request)
2633
* @method Type CopyFolder($request)
2734
* @method Type CopyItem($request)
2835
* @method Type CreateAttachment($request)
36+
* @method Type CreateFolderPath($request)
2937
* @method Type CreateFolder($request)
3038
* @method Type CreateItem($request)
3139
* @method Type CreateManagedFolder($request)
40+
* @method Type CreateMeetingInstance($request)
41+
* @method Type CreateMeetingSpace($request)
3242
* @method Type CreateUserConfiguration($request)
3343
* @method Type DeleteAttachment($request)
3444
* @method Type DeleteFolder($request)
3545
* @method Type DeleteItem($request)
46+
* @method Type DeleteMeetingInstance($request)
47+
* @method Type DeleteMeetingSpace($request)
48+
* @method Type DeleteSearchSuggestion($request)
3649
* @method Type DeleteUserConfiguration($request)
50+
* @method Type DisableApp($request)
3751
* @method Type DisconnectPhoneCall($request)
3852
* @method Type EmptyFolder($request)
53+
* @method Type EndSearchSession($request)
54+
* @method Type ExecuteSearch($request)
3955
* @method Type ExpandDL($request)
4056
* @method Type ExportItems($request)
57+
* @method Type FindAvailableMeetingTimes($request)
4158
* @method Type FindConversation($request)
4259
* @method Type FindFolder($request)
4360
* @method Type FindItem($request)
61+
* @method Type FindMeetingSpaceByJoinUrl($request)
62+
* @method Type FindMeetingTimeCandidates($request)
4463
* @method Type FindMessageTrackingReport($request)
64+
* @method Type FindPeople($request)
65+
* @method Type FindTags($request)
66+
* @method Type GetAppManifests($request)
67+
* @method Type GetAppMarketplaceUrl($request)
4568
* @method Type GetAttachment($request)
69+
* @method Type GetClientAccessToken($request)
70+
* @method Type GetConversationItems($request)
4671
* @method Type GetDelegate($request)
72+
* @method Type GetDiscoverySearchConfiguration($request)
4773
* @method Type GetEvents($request)
4874
* @method Type GetFolder($request)
75+
* @method Type GetHoldOnMailboxes($request)
76+
* @method Type GetImItemList($request)
77+
* @method Type GetImItems($request)
4978
* @method Type GetInboxRules($request)
5079
* @method Type GetItem($request)
80+
* @method Type GetLastPrivateCatalogUpdate($request)
5181
* @method Type GetMailTips($request)
82+
* @method Type GetMeetingInstance($request)
83+
* @method Type GetMeetingSpace($request)
5284
* @method Type GetMessageTrackingReport($request)
85+
* @method Type GetNonIndexableItemDetails($request)
86+
* @method Type GetNonIndexableItemStatistics($request)
5387
* @method Type GetPasswordExpirationDate($request)
88+
* @method Type GetPersona($request)
5489
* @method Type GetPhoneCallInformation($request)
90+
* @method Type GetPrivateCatalogAddIns($request)
5591
* @method Type GetRoomLists($request)
5692
* @method Type GetRooms($request)
93+
* @method Type GetSearchSuggestions($request)
94+
* @method Type GetSearchableMailboxes($request)
5795
* @method Type GetServerTimeZones($request)
5896
* @method Type GetServiceConfiguration($request)
5997
* @method Type GetSharingFolder($request)
6098
* @method Type GetSharingMetadata($request)
99+
* @method Type GetSpecificUserConfiguration($request)
61100
* @method Type GetStreamingEvents($request)
62101
* @method Type GetUserAvailability($request)
63102
* @method Type GetUserConfiguration($request)
64103
* @method Type GetUserOofSettings($request)
104+
* @method Type GetUserPhoto($request)
105+
* @method Type GetUserRetentionPolicyTags($request)
106+
* @method Type HideTag($request)
107+
* @method Type InstallApp($request)
108+
* @method Type MarkAllItemsAsRead($request)
109+
* @method Type MarkAsJunk($request)
65110
* @method Type MoveFolder($request)
66111
* @method Type MoveItem($request)
67112
* @method Type PlayOnPhone($request)
68113
* @method Type RefreshSharingFolder($request)
114+
* @method Type RemoveContactFromImList($request)
69115
* @method Type RemoveDelegate($request)
116+
* @method Type RemoveDistributionGroupFromImList($request)
117+
* @method Type RemoveImContactFromGroup($request)
118+
* @method Type RemoveImGroup($request)
119+
* @method Type ReportMessage($request)
70120
* @method Type ResolveNames($request)
121+
* @method Type SearchMailboxes($request)
71122
* @method Type SendItem($request)
123+
* @method Type SetHoldOnMailboxes($request)
124+
* @method Type SetImGroup($request)
125+
* @method Type SetImListMigrationCompleted($request)
126+
* @method Type SetTeamMailbox($request)
72127
* @method Type SetUserOofSettings($request)
128+
* @method Type SetUserPhoto($request)
129+
* @method Type StartSearchSession($request)
73130
* @method Type Subscribe($request)
74131
* @method Type SyncFolderHierarchy($request)
75132
* @method Type SyncFolderItems($request)
133+
* @method Type UninstallApp($request)
134+
* @method Type UnpinTeamMailbox($request)
76135
* @method Type Unsubscribe($request)
77136
* @method Type UpdateDelegate($request)
78137
* @method Type UpdateFolder($request)
79138
* @method Type UpdateInboxRules($request)
139+
* @method Type UpdateItemInRecoverableItems($request)
80140
* @method Type UpdateItem($request)
141+
* @method Type UpdateMeetingInstance($request)
142+
* @method Type UpdateMeetingSpace($request)
81143
* @method Type UpdateUserConfiguration($request)
82144
* @method Type UploadItems($request)
83145
*/
@@ -528,3 +590,4 @@ protected function executeMiddlewareStack(array $middlewareStack, \garethp\ews\A
528590
return $top($request);
529591
}
530592
}
593+

0 commit comments

Comments
 (0)