Skip to content

Commit d7be029

Browse files
committed
First pass regenerating all the files
1 parent d07e862 commit d7be029

660 files changed

Lines changed: 55710 additions & 521 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/API/ClassMap.php

Lines changed: 362 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
3+
namespace garethp\ews\API\Enumeration;
4+
5+
use garethp\ews\API\Enumeration;
6+
7+
/**
8+
* Class representing AbchEmailAddressTypeType
9+
*
10+
*
11+
* XSD Type: AbchEmailAddressTypeType
12+
*/
13+
class AbchEmailAddressTypeType extends Enumeration
14+
{
15+
16+
const PERSONAL = 'Personal';
17+
18+
const BUSINESS = 'Business';
19+
20+
const OTHER = 'Other';
21+
22+
const PASSPORT = 'Passport';
23+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
namespace garethp\ews\API\Enumeration;
4+
5+
use garethp\ews\API\Enumeration;
6+
7+
/**
8+
* Class representing ActivityDomainType
9+
*
10+
*
11+
* XSD Type: ActivityDomainType
12+
*/
13+
class ActivityDomainType extends Enumeration
14+
{
15+
16+
const UNKNOWN = 'Unknown';
17+
18+
const PERSONAL = 'Personal';
19+
20+
const WORK = 'Work';
21+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
3+
namespace garethp\ews\API\Enumeration;
4+
5+
use garethp\ews\API\Enumeration;
6+
7+
/**
8+
* Class representing AddInStateType
9+
*
10+
*
11+
* XSD Type: AddInStateType
12+
*/
13+
class AddInStateType extends Enumeration
14+
{
15+
16+
const FLAGGED = 'Flagged';
17+
18+
const OK = 'OK';
19+
20+
const REMOVED = 'Removed';
21+
22+
const UNDEFINED = 'Undefined';
23+
24+
const WITHDRAWING_SOON = 'WithdrawingSoon';
25+
26+
const WITHDRAWN = 'Withdrawn';
27+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
3+
namespace garethp\ews\API\Enumeration;
4+
5+
use garethp\ews\API\Enumeration;
6+
7+
/**
8+
* Class representing AvailabilityStatusType
9+
*
10+
*
11+
* XSD Type: AvailabilityStatusType
12+
*/
13+
class AvailabilityStatusType extends Enumeration
14+
{
15+
16+
const UNKNOWN = 'Unknown';
17+
18+
const FREE = 'Free';
19+
20+
const TENTATIVE = 'Tentative';
21+
22+
const BUSY = 'Busy';
23+
24+
const OOF = 'Oof';
25+
26+
const WORKING_ELSEWHERE = 'WorkingElsewhere';
27+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
3+
namespace garethp\ews\API\Enumeration;
4+
5+
use garethp\ews\API\Enumeration;
6+
7+
/**
8+
* Class representing ClientAccessTokenTypeType
9+
*
10+
*
11+
* XSD Type: ClientAccessTokenTypeType
12+
*/
13+
class ClientAccessTokenTypeType extends Enumeration
14+
{
15+
16+
const CALLER_IDENTITY = 'CallerIdentity';
17+
18+
const EXTENSION_CALLBACK = 'ExtensionCallback';
19+
20+
const SCOPED_TOKEN = 'ScopedToken';
21+
22+
const EXTENSION_REST_API_CALLBACK = 'ExtensionRestApiCallback';
23+
24+
const CONNECTORS = 'Connectors';
25+
26+
const LOKI = 'Loki';
27+
28+
const DESKTOP_OUTLOOK = 'DesktopOutlook';
29+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
namespace garethp\ews\API\Enumeration;
4+
5+
use garethp\ews\API\Enumeration;
6+
7+
/**
8+
* Class representing ClientExtensionProvidedToType
9+
*
10+
*
11+
* XSD Type: ClientExtensionProvidedToType
12+
*/
13+
class ClientExtensionProvidedToType extends Enumeration
14+
{
15+
16+
const EVERYONE = 'Everyone';
17+
18+
const SPECIFIC_USERS = 'SpecificUsers';
19+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
3+
namespace garethp\ews\API\Enumeration;
4+
5+
use garethp\ews\API\Enumeration;
6+
7+
/**
8+
* Class representing ClientExtensionScopeType
9+
*
10+
*
11+
* XSD Type: ClientExtensionScopeType
12+
*/
13+
class ClientExtensionScopeType extends Enumeration
14+
{
15+
16+
const NONE = 'None';
17+
18+
const USER = 'User';
19+
20+
const ORGANIZATION = 'Organization';
21+
22+
const DEFAULT_CONSTANT = 'Default';
23+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
3+
namespace garethp\ews\API\Enumeration;
4+
5+
use garethp\ews\API\Enumeration;
6+
7+
/**
8+
* Class representing ClientExtensionTypeType
9+
*
10+
*
11+
* XSD Type: ClientExtensionTypeType
12+
*/
13+
class ClientExtensionTypeType extends Enumeration
14+
{
15+
16+
const DEFAULT_CONSTANT = 'Default';
17+
18+
const PRIVATE_CONSTANT = 'Private';
19+
20+
const MARKET_PLACE = 'MarketPlace';
21+
22+
const PRIVATE_CATALOG = 'PrivateCatalog';
23+
24+
const MARKETPLACE_PRIVATE_CATALOG = 'MarketplacePrivateCatalog';
25+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?php
2+
3+
namespace garethp\ews\API\Enumeration;
4+
5+
use garethp\ews\API\Enumeration;
6+
7+
/**
8+
* Class representing ClientIdType
9+
*
10+
*
11+
* XSD Type: ClientIdType
12+
*/
13+
class ClientIdType extends Enumeration
14+
{
15+
16+
const WEB = 'Web';
17+
18+
const MOBILE = 'Mobile';
19+
20+
const TABLET = 'Tablet';
21+
22+
const DESKTOP = 'Desktop';
23+
24+
const EXCHANGE = 'Exchange';
25+
26+
const OUTLOOK = 'Outlook';
27+
28+
const MAC_OUTLOOK = 'MacOutlook';
29+
30+
const POP3 = 'POP3';
31+
32+
const IMAP4 = 'IMAP4';
33+
34+
const OTHER = 'Other';
35+
36+
const LYNC = 'Lync';
37+
38+
const OUTLOOK_SERVICE = 'OutlookService';
39+
40+
const MAC_MAIL = 'MacMail';
41+
}

0 commit comments

Comments
 (0)