@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | } |
| 62 | 62 | /** |
| 63 | 63 | * Get Start value |
| 64 | - * @return string|null |
|
| 64 | + * @return string |
|
| 65 | 65 | */ |
| 66 | 66 | public function getStart() |
| 67 | 67 | { |
@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | } |
| 84 | 84 | /** |
| 85 | 85 | * Get End value |
| 86 | - * @return string|null |
|
| 86 | + * @return string |
|
| 87 | 87 | */ |
| 88 | 88 | public function getEnd() |
| 89 | 89 | { |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | } |
| 106 | 106 | /** |
| 107 | 107 | * Get Count value |
| 108 | - * @return int|null |
|
| 108 | + * @return integer |
|
| 109 | 109 | */ |
| 110 | 110 | public function getCount() |
| 111 | 111 | { |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | } |
| 128 | 128 | /** |
| 129 | 129 | * Get CompareOriginalStartTime value |
| 130 | - * @return bool|null |
|
| 130 | + * @return boolean |
|
| 131 | 131 | */ |
| 132 | 132 | public function getCompareOriginalStartTime() |
| 133 | 133 | { |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | } |
| 77 | 77 | /** |
| 78 | 78 | * Get ConnectingSID value |
| 79 | - * @return \Ews\StructType\EwsConnectingSIDType|null |
|
| 79 | + * @return EwsConnectingSIDType |
|
| 80 | 80 | */ |
| 81 | 81 | public function getConnectingSID() |
| 82 | 82 | { |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | } |
| 95 | 95 | /** |
| 96 | 96 | * Get BudgetType value |
| 97 | - * @return int|null |
|
| 97 | + * @return integer |
|
| 98 | 98 | */ |
| 99 | 99 | public function getBudgetType() |
| 100 | 100 | { |
@@ -113,7 +113,7 @@ discard block |
||
| 113 | 113 | } |
| 114 | 114 | /** |
| 115 | 115 | * Get DistinguishedPropertySetId value |
| 116 | - * @return string|null |
|
| 116 | + * @return string |
|
| 117 | 117 | */ |
| 118 | 118 | public function getDistinguishedPropertySetId() |
| 119 | 119 | { |
@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | } |
| 139 | 139 | /** |
| 140 | 140 | * Get PropertySetId value |
| 141 | - * @return string|null |
|
| 141 | + * @return string |
|
| 142 | 142 | */ |
| 143 | 143 | public function getPropertySetId() |
| 144 | 144 | { |
@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | } |
| 165 | 165 | /** |
| 166 | 166 | * Get PropertyTag value |
| 167 | - * @return string|null |
|
| 167 | + * @return string |
|
| 168 | 168 | */ |
| 169 | 169 | public function getPropertyTag() |
| 170 | 170 | { |
@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | } |
| 191 | 191 | /** |
| 192 | 192 | * Get PropertyName value |
| 193 | - * @return string|null |
|
| 193 | + * @return string |
|
| 194 | 194 | */ |
| 195 | 195 | public function getPropertyName() |
| 196 | 196 | { |
@@ -212,7 +212,7 @@ discard block |
||
| 212 | 212 | } |
| 213 | 213 | /** |
| 214 | 214 | * Get PropertyId value |
| 215 | - * @return int|null |
|
| 215 | + * @return integer |
|
| 216 | 216 | */ |
| 217 | 217 | public function getPropertyId() |
| 218 | 218 | { |
@@ -254,7 +254,7 @@ discard block |
||
| 254 | 254 | } |
| 255 | 255 | /** |
| 256 | 256 | * Get DistinguishedFolderScope value |
| 257 | - * @return \Ews\ArrayType\EwsArrayOfDistinguishedFolderIdType|null |
|
| 257 | + * @return \Ews\ArrayType\EwsArrayOfDistinguishedFolderIdType |
|
| 258 | 258 | */ |
| 259 | 259 | public function getDistinguishedFolderScope() |
| 260 | 260 | { |
@@ -272,7 +272,7 @@ discard block |
||
| 272 | 272 | } |
| 273 | 273 | /** |
| 274 | 274 | * Get IsDeepTraversal value |
| 275 | - * @return bool|null |
|
| 275 | + * @return boolean |
|
| 276 | 276 | */ |
| 277 | 277 | public function getIsDeepTraversal() |
| 278 | 278 | { |
@@ -290,7 +290,7 @@ discard block |
||
| 290 | 290 | } |
| 291 | 291 | /** |
| 292 | 292 | * Get WaitOnSearchResults value |
| 293 | - * @return bool|null |
|
| 293 | + * @return boolean |
|
| 294 | 294 | */ |
| 295 | 295 | public function getWaitOnSearchResults() |
| 296 | 296 | { |
@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | } |
| 46 | 46 | /** |
| 47 | 47 | * Get Bias value |
| 48 | - * @return int|null |
|
| 48 | + * @return integer |
|
| 49 | 49 | */ |
| 50 | 50 | public function getBias() |
| 51 | 51 | { |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | } |
| 68 | 68 | /** |
| 69 | 69 | * Get Name value |
| 70 | - * @return string|null |
|
| 70 | + * @return string |
|
| 71 | 71 | */ |
| 72 | 72 | public function getName() |
| 73 | 73 | { |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | } |
| 90 | 90 | /** |
| 91 | 91 | * Get Id value |
| 92 | - * @return string|null |
|
| 92 | + * @return string |
|
| 93 | 93 | */ |
| 94 | 94 | public function getId() |
| 95 | 95 | { |
@@ -1064,7 +1064,7 @@ discard block |
||
| 1064 | 1064 | } |
| 1065 | 1065 | /** |
| 1066 | 1066 | * Get PersonaType value |
| 1067 | - * @return string|null |
|
| 1067 | + * @return string |
|
| 1068 | 1068 | */ |
| 1069 | 1069 | public function getPersonaType() |
| 1070 | 1070 | { |
@@ -1086,7 +1086,7 @@ discard block |
||
| 1086 | 1086 | } |
| 1087 | 1087 | /** |
| 1088 | 1088 | * Get PersonaObjectStatus value |
| 1089 | - * @return string|null |
|
| 1089 | + * @return string |
|
| 1090 | 1090 | */ |
| 1091 | 1091 | public function getPersonaObjectStatus() |
| 1092 | 1092 | { |
@@ -1108,7 +1108,7 @@ discard block |
||
| 1108 | 1108 | } |
| 1109 | 1109 | /** |
| 1110 | 1110 | * Get CreationTime value |
| 1111 | - * @return string|null |
|
| 1111 | + * @return string |
|
| 1112 | 1112 | */ |
| 1113 | 1113 | public function getCreationTime() |
| 1114 | 1114 | { |
@@ -1130,7 +1130,7 @@ discard block |
||
| 1130 | 1130 | } |
| 1131 | 1131 | /** |
| 1132 | 1132 | * Get Bodies value |
| 1133 | - * @return \Ews\ArrayType\EwsArrayOfBodyContentAttributedValuesType|null |
|
| 1133 | + * @return \Ews\ArrayType\EwsArrayOfBodyContentAttributedValuesType |
|
| 1134 | 1134 | */ |
| 1135 | 1135 | public function getBodies() |
| 1136 | 1136 | { |
@@ -1148,7 +1148,7 @@ discard block |
||
| 1148 | 1148 | } |
| 1149 | 1149 | /** |
| 1150 | 1150 | * Get DisplayNameFirstLastSortKey value |
| 1151 | - * @return string|null |
|
| 1151 | + * @return string |
|
| 1152 | 1152 | */ |
| 1153 | 1153 | public function getDisplayNameFirstLastSortKey() |
| 1154 | 1154 | { |
@@ -1170,7 +1170,7 @@ discard block |
||
| 1170 | 1170 | } |
| 1171 | 1171 | /** |
| 1172 | 1172 | * Get DisplayNameLastFirstSortKey value |
| 1173 | - * @return string|null |
|
| 1173 | + * @return string |
|
| 1174 | 1174 | */ |
| 1175 | 1175 | public function getDisplayNameLastFirstSortKey() |
| 1176 | 1176 | { |
@@ -1192,7 +1192,7 @@ discard block |
||
| 1192 | 1192 | } |
| 1193 | 1193 | /** |
| 1194 | 1194 | * Get CompanyNameSortKey value |
| 1195 | - * @return string|null |
|
| 1195 | + * @return string |
|
| 1196 | 1196 | */ |
| 1197 | 1197 | public function getCompanyNameSortKey() |
| 1198 | 1198 | { |
@@ -1214,7 +1214,7 @@ discard block |
||
| 1214 | 1214 | } |
| 1215 | 1215 | /** |
| 1216 | 1216 | * Get HomeCitySortKey value |
| 1217 | - * @return string|null |
|
| 1217 | + * @return string |
|
| 1218 | 1218 | */ |
| 1219 | 1219 | public function getHomeCitySortKey() |
| 1220 | 1220 | { |
@@ -1236,7 +1236,7 @@ discard block |
||
| 1236 | 1236 | } |
| 1237 | 1237 | /** |
| 1238 | 1238 | * Get WorkCitySortKey value |
| 1239 | - * @return string|null |
|
| 1239 | + * @return string |
|
| 1240 | 1240 | */ |
| 1241 | 1241 | public function getWorkCitySortKey() |
| 1242 | 1242 | { |
@@ -1258,7 +1258,7 @@ discard block |
||
| 1258 | 1258 | } |
| 1259 | 1259 | /** |
| 1260 | 1260 | * Get DisplayNameFirstLastHeader value |
| 1261 | - * @return string|null |
|
| 1261 | + * @return string |
|
| 1262 | 1262 | */ |
| 1263 | 1263 | public function getDisplayNameFirstLastHeader() |
| 1264 | 1264 | { |
@@ -1280,7 +1280,7 @@ discard block |
||
| 1280 | 1280 | } |
| 1281 | 1281 | /** |
| 1282 | 1282 | * Get DisplayNameLastFirstHeader value |
| 1283 | - * @return string|null |
|
| 1283 | + * @return string |
|
| 1284 | 1284 | */ |
| 1285 | 1285 | public function getDisplayNameLastFirstHeader() |
| 1286 | 1286 | { |
@@ -1302,7 +1302,7 @@ discard block |
||
| 1302 | 1302 | } |
| 1303 | 1303 | /** |
| 1304 | 1304 | * Get DisplayName value |
| 1305 | - * @return string|null |
|
| 1305 | + * @return string |
|
| 1306 | 1306 | */ |
| 1307 | 1307 | public function getDisplayName() |
| 1308 | 1308 | { |
@@ -1324,7 +1324,7 @@ discard block |
||
| 1324 | 1324 | } |
| 1325 | 1325 | /** |
| 1326 | 1326 | * Get DisplayNameFirstLast value |
| 1327 | - * @return string|null |
|
| 1327 | + * @return string |
|
| 1328 | 1328 | */ |
| 1329 | 1329 | public function getDisplayNameFirstLast() |
| 1330 | 1330 | { |
@@ -1346,7 +1346,7 @@ discard block |
||
| 1346 | 1346 | } |
| 1347 | 1347 | /** |
| 1348 | 1348 | * Get DisplayNameLastFirst value |
| 1349 | - * @return string|null |
|
| 1349 | + * @return string |
|
| 1350 | 1350 | */ |
| 1351 | 1351 | public function getDisplayNameLastFirst() |
| 1352 | 1352 | { |
@@ -1368,7 +1368,7 @@ discard block |
||
| 1368 | 1368 | } |
| 1369 | 1369 | /** |
| 1370 | 1370 | * Get FileAs value |
| 1371 | - * @return string|null |
|
| 1371 | + * @return string |
|
| 1372 | 1372 | */ |
| 1373 | 1373 | public function getFileAs() |
| 1374 | 1374 | { |
@@ -1390,7 +1390,7 @@ discard block |
||
| 1390 | 1390 | } |
| 1391 | 1391 | /** |
| 1392 | 1392 | * Get FileAsId value |
| 1393 | - * @return string|null |
|
| 1393 | + * @return string |
|
| 1394 | 1394 | */ |
| 1395 | 1395 | public function getFileAsId() |
| 1396 | 1396 | { |
@@ -1412,7 +1412,7 @@ discard block |
||
| 1412 | 1412 | } |
| 1413 | 1413 | /** |
| 1414 | 1414 | * Get DisplayNamePrefix value |
| 1415 | - * @return string|null |
|
| 1415 | + * @return string |
|
| 1416 | 1416 | */ |
| 1417 | 1417 | public function getDisplayNamePrefix() |
| 1418 | 1418 | { |
@@ -1434,7 +1434,7 @@ discard block |
||
| 1434 | 1434 | } |
| 1435 | 1435 | /** |
| 1436 | 1436 | * Get GivenName value |
| 1437 | - * @return string|null |
|
| 1437 | + * @return string |
|
| 1438 | 1438 | */ |
| 1439 | 1439 | public function getGivenName() |
| 1440 | 1440 | { |
@@ -1456,7 +1456,7 @@ discard block |
||
| 1456 | 1456 | } |
| 1457 | 1457 | /** |
| 1458 | 1458 | * Get MiddleName value |
| 1459 | - * @return string|null |
|
| 1459 | + * @return string |
|
| 1460 | 1460 | */ |
| 1461 | 1461 | public function getMiddleName() |
| 1462 | 1462 | { |
@@ -1478,7 +1478,7 @@ discard block |
||
| 1478 | 1478 | } |
| 1479 | 1479 | /** |
| 1480 | 1480 | * Get Surname value |
| 1481 | - * @return string|null |
|
| 1481 | + * @return string |
|
| 1482 | 1482 | */ |
| 1483 | 1483 | public function getSurname() |
| 1484 | 1484 | { |
@@ -1500,7 +1500,7 @@ discard block |
||
| 1500 | 1500 | } |
| 1501 | 1501 | /** |
| 1502 | 1502 | * Get Generation value |
| 1503 | - * @return string|null |
|
| 1503 | + * @return string |
|
| 1504 | 1504 | */ |
| 1505 | 1505 | public function getGeneration() |
| 1506 | 1506 | { |
@@ -1522,7 +1522,7 @@ discard block |
||
| 1522 | 1522 | } |
| 1523 | 1523 | /** |
| 1524 | 1524 | * Get Nickname value |
| 1525 | - * @return string|null |
|
| 1525 | + * @return string |
|
| 1526 | 1526 | */ |
| 1527 | 1527 | public function getNickname() |
| 1528 | 1528 | { |
@@ -1544,7 +1544,7 @@ discard block |
||
| 1544 | 1544 | } |
| 1545 | 1545 | /** |
| 1546 | 1546 | * Get YomiCompanyName value |
| 1547 | - * @return string|null |
|
| 1547 | + * @return string |
|
| 1548 | 1548 | */ |
| 1549 | 1549 | public function getYomiCompanyName() |
| 1550 | 1550 | { |
@@ -1566,7 +1566,7 @@ discard block |
||
| 1566 | 1566 | } |
| 1567 | 1567 | /** |
| 1568 | 1568 | * Get YomiFirstName value |
| 1569 | - * @return string|null |
|
| 1569 | + * @return string |
|
| 1570 | 1570 | */ |
| 1571 | 1571 | public function getYomiFirstName() |
| 1572 | 1572 | { |
@@ -1588,7 +1588,7 @@ discard block |
||
| 1588 | 1588 | } |
| 1589 | 1589 | /** |
| 1590 | 1590 | * Get YomiLastName value |
| 1591 | - * @return string|null |
|
| 1591 | + * @return string |
|
| 1592 | 1592 | */ |
| 1593 | 1593 | public function getYomiLastName() |
| 1594 | 1594 | { |
@@ -1610,7 +1610,7 @@ discard block |
||
| 1610 | 1610 | } |
| 1611 | 1611 | /** |
| 1612 | 1612 | * Get Title value |
| 1613 | - * @return string|null |
|
| 1613 | + * @return string |
|
| 1614 | 1614 | */ |
| 1615 | 1615 | public function getTitle() |
| 1616 | 1616 | { |
@@ -1632,7 +1632,7 @@ discard block |
||
| 1632 | 1632 | } |
| 1633 | 1633 | /** |
| 1634 | 1634 | * Get Department value |
| 1635 | - * @return string|null |
|
| 1635 | + * @return string |
|
| 1636 | 1636 | */ |
| 1637 | 1637 | public function getDepartment() |
| 1638 | 1638 | { |
@@ -1654,7 +1654,7 @@ discard block |
||
| 1654 | 1654 | } |
| 1655 | 1655 | /** |
| 1656 | 1656 | * Get CompanyName value |
| 1657 | - * @return string|null |
|
| 1657 | + * @return string |
|
| 1658 | 1658 | */ |
| 1659 | 1659 | public function getCompanyName() |
| 1660 | 1660 | { |
@@ -1676,7 +1676,7 @@ discard block |
||
| 1676 | 1676 | } |
| 1677 | 1677 | /** |
| 1678 | 1678 | * Get Location value |
| 1679 | - * @return string|null |
|
| 1679 | + * @return string |
|
| 1680 | 1680 | */ |
| 1681 | 1681 | public function getLocation() |
| 1682 | 1682 | { |
@@ -1698,7 +1698,7 @@ discard block |
||
| 1698 | 1698 | } |
| 1699 | 1699 | /** |
| 1700 | 1700 | * Get EmailAddress value |
| 1701 | - * @return \Ews\StructType\EwsEmailAddressType|null |
|
| 1701 | + * @return EwsEmailAddressType |
|
| 1702 | 1702 | */ |
| 1703 | 1703 | public function getEmailAddress() |
| 1704 | 1704 | { |
@@ -1716,7 +1716,7 @@ discard block |
||
| 1716 | 1716 | } |
| 1717 | 1717 | /** |
| 1718 | 1718 | * Get EmailAddresses value |
| 1719 | - * @return \Ews\ArrayType\EwsArrayOfEmailAddressesType|null |
|
| 1719 | + * @return \Ews\ArrayType\EwsArrayOfEmailAddressesType |
|
| 1720 | 1720 | */ |
| 1721 | 1721 | public function getEmailAddresses() |
| 1722 | 1722 | { |
@@ -1734,7 +1734,7 @@ discard block |
||
| 1734 | 1734 | } |
| 1735 | 1735 | /** |
| 1736 | 1736 | * Get PhoneNumber value |
| 1737 | - * @return \Ews\StructType\EwsPersonaPhoneNumberType|null |
|
| 1737 | + * @return EwsPersonaPhoneNumberType |
|
| 1738 | 1738 | */ |
| 1739 | 1739 | public function getPhoneNumber() |
| 1740 | 1740 | { |
@@ -1752,7 +1752,7 @@ discard block |
||
| 1752 | 1752 | } |
| 1753 | 1753 | /** |
| 1754 | 1754 | * Get ImAddress value |
| 1755 | - * @return string|null |
|
| 1755 | + * @return string |
|
| 1756 | 1756 | */ |
| 1757 | 1757 | public function getImAddress() |
| 1758 | 1758 | { |
@@ -1774,7 +1774,7 @@ discard block |
||
| 1774 | 1774 | } |
| 1775 | 1775 | /** |
| 1776 | 1776 | * Get HomeCity value |
| 1777 | - * @return string|null |
|
| 1777 | + * @return string |
|
| 1778 | 1778 | */ |
| 1779 | 1779 | public function getHomeCity() |
| 1780 | 1780 | { |
@@ -1796,7 +1796,7 @@ discard block |
||
| 1796 | 1796 | } |
| 1797 | 1797 | /** |
| 1798 | 1798 | * Get WorkCity value |
| 1799 | - * @return string|null |
|
| 1799 | + * @return string |
|
| 1800 | 1800 | */ |
| 1801 | 1801 | public function getWorkCity() |
| 1802 | 1802 | { |
@@ -1818,7 +1818,7 @@ discard block |
||
| 1818 | 1818 | } |
| 1819 | 1819 | /** |
| 1820 | 1820 | * Get RelevanceScore value |
| 1821 | - * @return int|null |
|
| 1821 | + * @return integer |
|
| 1822 | 1822 | */ |
| 1823 | 1823 | public function getRelevanceScore() |
| 1824 | 1824 | { |
@@ -1840,7 +1840,7 @@ discard block |
||
| 1840 | 1840 | } |
| 1841 | 1841 | /** |
| 1842 | 1842 | * Get RankingWeight value |
| 1843 | - * @return float|null |
|
| 1843 | + * @return double |
|
| 1844 | 1844 | */ |
| 1845 | 1845 | public function getRankingWeight() |
| 1846 | 1846 | { |
@@ -1858,7 +1858,7 @@ discard block |
||
| 1858 | 1858 | } |
| 1859 | 1859 | /** |
| 1860 | 1860 | * Get FolderIds value |
| 1861 | - * @return \Ews\ArrayType\EwsArrayOfFolderIdType|null |
|
| 1861 | + * @return \Ews\ArrayType\EwsArrayOfFolderIdType |
|
| 1862 | 1862 | */ |
| 1863 | 1863 | public function getFolderIds() |
| 1864 | 1864 | { |
@@ -1876,7 +1876,7 @@ discard block |
||
| 1876 | 1876 | } |
| 1877 | 1877 | /** |
| 1878 | 1878 | * Get Attributions value |
| 1879 | - * @return \Ews\ArrayType\EwsArrayOfPersonaAttributionsType|null |
|
| 1879 | + * @return \Ews\ArrayType\EwsArrayOfPersonaAttributionsType |
|
| 1880 | 1880 | */ |
| 1881 | 1881 | public function getAttributions() |
| 1882 | 1882 | { |
@@ -1894,7 +1894,7 @@ discard block |
||
| 1894 | 1894 | } |
| 1895 | 1895 | /** |
| 1896 | 1896 | * Get DisplayNames value |
| 1897 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 1897 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 1898 | 1898 | */ |
| 1899 | 1899 | public function getDisplayNames() |
| 1900 | 1900 | { |
@@ -1912,7 +1912,7 @@ discard block |
||
| 1912 | 1912 | } |
| 1913 | 1913 | /** |
| 1914 | 1914 | * Get FileAses value |
| 1915 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 1915 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 1916 | 1916 | */ |
| 1917 | 1917 | public function getFileAses() |
| 1918 | 1918 | { |
@@ -1930,7 +1930,7 @@ discard block |
||
| 1930 | 1930 | } |
| 1931 | 1931 | /** |
| 1932 | 1932 | * Get FileAsIds value |
| 1933 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 1933 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 1934 | 1934 | */ |
| 1935 | 1935 | public function getFileAsIds() |
| 1936 | 1936 | { |
@@ -1948,7 +1948,7 @@ discard block |
||
| 1948 | 1948 | } |
| 1949 | 1949 | /** |
| 1950 | 1950 | * Get DisplayNamePrefixes value |
| 1951 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 1951 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 1952 | 1952 | */ |
| 1953 | 1953 | public function getDisplayNamePrefixes() |
| 1954 | 1954 | { |
@@ -1966,7 +1966,7 @@ discard block |
||
| 1966 | 1966 | } |
| 1967 | 1967 | /** |
| 1968 | 1968 | * Get GivenNames value |
| 1969 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 1969 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 1970 | 1970 | */ |
| 1971 | 1971 | public function getGivenNames() |
| 1972 | 1972 | { |
@@ -1984,7 +1984,7 @@ discard block |
||
| 1984 | 1984 | } |
| 1985 | 1985 | /** |
| 1986 | 1986 | * Get MiddleNames value |
| 1987 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 1987 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 1988 | 1988 | */ |
| 1989 | 1989 | public function getMiddleNames() |
| 1990 | 1990 | { |
@@ -2002,7 +2002,7 @@ discard block |
||
| 2002 | 2002 | } |
| 2003 | 2003 | /** |
| 2004 | 2004 | * Get Surnames value |
| 2005 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2005 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2006 | 2006 | */ |
| 2007 | 2007 | public function getSurnames() |
| 2008 | 2008 | { |
@@ -2020,7 +2020,7 @@ discard block |
||
| 2020 | 2020 | } |
| 2021 | 2021 | /** |
| 2022 | 2022 | * Get Generations value |
| 2023 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2023 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2024 | 2024 | */ |
| 2025 | 2025 | public function getGenerations() |
| 2026 | 2026 | { |
@@ -2038,7 +2038,7 @@ discard block |
||
| 2038 | 2038 | } |
| 2039 | 2039 | /** |
| 2040 | 2040 | * Get Nicknames value |
| 2041 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2041 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2042 | 2042 | */ |
| 2043 | 2043 | public function getNicknames() |
| 2044 | 2044 | { |
@@ -2056,7 +2056,7 @@ discard block |
||
| 2056 | 2056 | } |
| 2057 | 2057 | /** |
| 2058 | 2058 | * Get Initials value |
| 2059 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2059 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2060 | 2060 | */ |
| 2061 | 2061 | public function getInitials() |
| 2062 | 2062 | { |
@@ -2074,7 +2074,7 @@ discard block |
||
| 2074 | 2074 | } |
| 2075 | 2075 | /** |
| 2076 | 2076 | * Get YomiCompanyNames value |
| 2077 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2077 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2078 | 2078 | */ |
| 2079 | 2079 | public function getYomiCompanyNames() |
| 2080 | 2080 | { |
@@ -2092,7 +2092,7 @@ discard block |
||
| 2092 | 2092 | } |
| 2093 | 2093 | /** |
| 2094 | 2094 | * Get YomiFirstNames value |
| 2095 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2095 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2096 | 2096 | */ |
| 2097 | 2097 | public function getYomiFirstNames() |
| 2098 | 2098 | { |
@@ -2110,7 +2110,7 @@ discard block |
||
| 2110 | 2110 | } |
| 2111 | 2111 | /** |
| 2112 | 2112 | * Get YomiLastNames value |
| 2113 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2113 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2114 | 2114 | */ |
| 2115 | 2115 | public function getYomiLastNames() |
| 2116 | 2116 | { |
@@ -2128,7 +2128,7 @@ discard block |
||
| 2128 | 2128 | } |
| 2129 | 2129 | /** |
| 2130 | 2130 | * Get BusinessPhoneNumbers value |
| 2131 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2131 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2132 | 2132 | */ |
| 2133 | 2133 | public function getBusinessPhoneNumbers() |
| 2134 | 2134 | { |
@@ -2146,7 +2146,7 @@ discard block |
||
| 2146 | 2146 | } |
| 2147 | 2147 | /** |
| 2148 | 2148 | * Get BusinessPhoneNumbers2 value |
| 2149 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2149 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2150 | 2150 | */ |
| 2151 | 2151 | public function getBusinessPhoneNumbers2() |
| 2152 | 2152 | { |
@@ -2164,7 +2164,7 @@ discard block |
||
| 2164 | 2164 | } |
| 2165 | 2165 | /** |
| 2166 | 2166 | * Get HomePhones value |
| 2167 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2167 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2168 | 2168 | */ |
| 2169 | 2169 | public function getHomePhones() |
| 2170 | 2170 | { |
@@ -2182,7 +2182,7 @@ discard block |
||
| 2182 | 2182 | } |
| 2183 | 2183 | /** |
| 2184 | 2184 | * Get HomePhones2 value |
| 2185 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2185 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2186 | 2186 | */ |
| 2187 | 2187 | public function getHomePhones2() |
| 2188 | 2188 | { |
@@ -2200,7 +2200,7 @@ discard block |
||
| 2200 | 2200 | } |
| 2201 | 2201 | /** |
| 2202 | 2202 | * Get MobilePhones value |
| 2203 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2203 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2204 | 2204 | */ |
| 2205 | 2205 | public function getMobilePhones() |
| 2206 | 2206 | { |
@@ -2218,7 +2218,7 @@ discard block |
||
| 2218 | 2218 | } |
| 2219 | 2219 | /** |
| 2220 | 2220 | * Get MobilePhones2 value |
| 2221 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2221 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2222 | 2222 | */ |
| 2223 | 2223 | public function getMobilePhones2() |
| 2224 | 2224 | { |
@@ -2236,7 +2236,7 @@ discard block |
||
| 2236 | 2236 | } |
| 2237 | 2237 | /** |
| 2238 | 2238 | * Get AssistantPhoneNumbers value |
| 2239 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2239 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2240 | 2240 | */ |
| 2241 | 2241 | public function getAssistantPhoneNumbers() |
| 2242 | 2242 | { |
@@ -2254,7 +2254,7 @@ discard block |
||
| 2254 | 2254 | } |
| 2255 | 2255 | /** |
| 2256 | 2256 | * Get CallbackPhones value |
| 2257 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2257 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2258 | 2258 | */ |
| 2259 | 2259 | public function getCallbackPhones() |
| 2260 | 2260 | { |
@@ -2272,7 +2272,7 @@ discard block |
||
| 2272 | 2272 | } |
| 2273 | 2273 | /** |
| 2274 | 2274 | * Get CarPhones value |
| 2275 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2275 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2276 | 2276 | */ |
| 2277 | 2277 | public function getCarPhones() |
| 2278 | 2278 | { |
@@ -2290,7 +2290,7 @@ discard block |
||
| 2290 | 2290 | } |
| 2291 | 2291 | /** |
| 2292 | 2292 | * Get HomeFaxes value |
| 2293 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2293 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2294 | 2294 | */ |
| 2295 | 2295 | public function getHomeFaxes() |
| 2296 | 2296 | { |
@@ -2308,7 +2308,7 @@ discard block |
||
| 2308 | 2308 | } |
| 2309 | 2309 | /** |
| 2310 | 2310 | * Get OrganizationMainPhones value |
| 2311 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2311 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2312 | 2312 | */ |
| 2313 | 2313 | public function getOrganizationMainPhones() |
| 2314 | 2314 | { |
@@ -2326,7 +2326,7 @@ discard block |
||
| 2326 | 2326 | } |
| 2327 | 2327 | /** |
| 2328 | 2328 | * Get OtherFaxes value |
| 2329 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2329 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2330 | 2330 | */ |
| 2331 | 2331 | public function getOtherFaxes() |
| 2332 | 2332 | { |
@@ -2344,7 +2344,7 @@ discard block |
||
| 2344 | 2344 | } |
| 2345 | 2345 | /** |
| 2346 | 2346 | * Get OtherTelephones value |
| 2347 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2347 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2348 | 2348 | */ |
| 2349 | 2349 | public function getOtherTelephones() |
| 2350 | 2350 | { |
@@ -2362,7 +2362,7 @@ discard block |
||
| 2362 | 2362 | } |
| 2363 | 2363 | /** |
| 2364 | 2364 | * Get OtherPhones2 value |
| 2365 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2365 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2366 | 2366 | */ |
| 2367 | 2367 | public function getOtherPhones2() |
| 2368 | 2368 | { |
@@ -2380,7 +2380,7 @@ discard block |
||
| 2380 | 2380 | } |
| 2381 | 2381 | /** |
| 2382 | 2382 | * Get Pagers value |
| 2383 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2383 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2384 | 2384 | */ |
| 2385 | 2385 | public function getPagers() |
| 2386 | 2386 | { |
@@ -2398,7 +2398,7 @@ discard block |
||
| 2398 | 2398 | } |
| 2399 | 2399 | /** |
| 2400 | 2400 | * Get RadioPhones value |
| 2401 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2401 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2402 | 2402 | */ |
| 2403 | 2403 | public function getRadioPhones() |
| 2404 | 2404 | { |
@@ -2416,7 +2416,7 @@ discard block |
||
| 2416 | 2416 | } |
| 2417 | 2417 | /** |
| 2418 | 2418 | * Get TelexNumbers value |
| 2419 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2419 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2420 | 2420 | */ |
| 2421 | 2421 | public function getTelexNumbers() |
| 2422 | 2422 | { |
@@ -2434,7 +2434,7 @@ discard block |
||
| 2434 | 2434 | } |
| 2435 | 2435 | /** |
| 2436 | 2436 | * Get TTYTDDPhoneNumbers value |
| 2437 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2437 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2438 | 2438 | */ |
| 2439 | 2439 | public function getTTYTDDPhoneNumbers() |
| 2440 | 2440 | { |
@@ -2452,7 +2452,7 @@ discard block |
||
| 2452 | 2452 | } |
| 2453 | 2453 | /** |
| 2454 | 2454 | * Get WorkFaxes value |
| 2455 | - * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType|null |
|
| 2455 | + * @return \Ews\ArrayType\EwsArrayOfPhoneNumberAttributedValuesType |
|
| 2456 | 2456 | */ |
| 2457 | 2457 | public function getWorkFaxes() |
| 2458 | 2458 | { |
@@ -2470,7 +2470,7 @@ discard block |
||
| 2470 | 2470 | } |
| 2471 | 2471 | /** |
| 2472 | 2472 | * Get Emails1 value |
| 2473 | - * @return \Ews\ArrayType\EwsArrayOfEmailAddressAttributedValuesType|null |
|
| 2473 | + * @return \Ews\ArrayType\EwsArrayOfEmailAddressAttributedValuesType |
|
| 2474 | 2474 | */ |
| 2475 | 2475 | public function getEmails1() |
| 2476 | 2476 | { |
@@ -2488,7 +2488,7 @@ discard block |
||
| 2488 | 2488 | } |
| 2489 | 2489 | /** |
| 2490 | 2490 | * Get Emails2 value |
| 2491 | - * @return \Ews\ArrayType\EwsArrayOfEmailAddressAttributedValuesType|null |
|
| 2491 | + * @return \Ews\ArrayType\EwsArrayOfEmailAddressAttributedValuesType |
|
| 2492 | 2492 | */ |
| 2493 | 2493 | public function getEmails2() |
| 2494 | 2494 | { |
@@ -2506,7 +2506,7 @@ discard block |
||
| 2506 | 2506 | } |
| 2507 | 2507 | /** |
| 2508 | 2508 | * Get Emails3 value |
| 2509 | - * @return \Ews\ArrayType\EwsArrayOfEmailAddressAttributedValuesType|null |
|
| 2509 | + * @return \Ews\ArrayType\EwsArrayOfEmailAddressAttributedValuesType |
|
| 2510 | 2510 | */ |
| 2511 | 2511 | public function getEmails3() |
| 2512 | 2512 | { |
@@ -2524,7 +2524,7 @@ discard block |
||
| 2524 | 2524 | } |
| 2525 | 2525 | /** |
| 2526 | 2526 | * Get BusinessHomePages value |
| 2527 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2527 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2528 | 2528 | */ |
| 2529 | 2529 | public function getBusinessHomePages() |
| 2530 | 2530 | { |
@@ -2542,7 +2542,7 @@ discard block |
||
| 2542 | 2542 | } |
| 2543 | 2543 | /** |
| 2544 | 2544 | * Get PersonalHomePages value |
| 2545 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2545 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2546 | 2546 | */ |
| 2547 | 2547 | public function getPersonalHomePages() |
| 2548 | 2548 | { |
@@ -2560,7 +2560,7 @@ discard block |
||
| 2560 | 2560 | } |
| 2561 | 2561 | /** |
| 2562 | 2562 | * Get OfficeLocations value |
| 2563 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2563 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2564 | 2564 | */ |
| 2565 | 2565 | public function getOfficeLocations() |
| 2566 | 2566 | { |
@@ -2578,7 +2578,7 @@ discard block |
||
| 2578 | 2578 | } |
| 2579 | 2579 | /** |
| 2580 | 2580 | * Get ImAddresses value |
| 2581 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2581 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2582 | 2582 | */ |
| 2583 | 2583 | public function getImAddresses() |
| 2584 | 2584 | { |
@@ -2596,7 +2596,7 @@ discard block |
||
| 2596 | 2596 | } |
| 2597 | 2597 | /** |
| 2598 | 2598 | * Get ImAddresses2 value |
| 2599 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2599 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2600 | 2600 | */ |
| 2601 | 2601 | public function getImAddresses2() |
| 2602 | 2602 | { |
@@ -2614,7 +2614,7 @@ discard block |
||
| 2614 | 2614 | } |
| 2615 | 2615 | /** |
| 2616 | 2616 | * Get ImAddresses3 value |
| 2617 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2617 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2618 | 2618 | */ |
| 2619 | 2619 | public function getImAddresses3() |
| 2620 | 2620 | { |
@@ -2632,7 +2632,7 @@ discard block |
||
| 2632 | 2632 | } |
| 2633 | 2633 | /** |
| 2634 | 2634 | * Get BusinessAddresses value |
| 2635 | - * @return \Ews\ArrayType\EwsArrayOfPostalAddressAttributedValuesType|null |
|
| 2635 | + * @return \Ews\ArrayType\EwsArrayOfPostalAddressAttributedValuesType |
|
| 2636 | 2636 | */ |
| 2637 | 2637 | public function getBusinessAddresses() |
| 2638 | 2638 | { |
@@ -2650,7 +2650,7 @@ discard block |
||
| 2650 | 2650 | } |
| 2651 | 2651 | /** |
| 2652 | 2652 | * Get HomeAddresses value |
| 2653 | - * @return \Ews\ArrayType\EwsArrayOfPostalAddressAttributedValuesType|null |
|
| 2653 | + * @return \Ews\ArrayType\EwsArrayOfPostalAddressAttributedValuesType |
|
| 2654 | 2654 | */ |
| 2655 | 2655 | public function getHomeAddresses() |
| 2656 | 2656 | { |
@@ -2668,7 +2668,7 @@ discard block |
||
| 2668 | 2668 | } |
| 2669 | 2669 | /** |
| 2670 | 2670 | * Get OtherAddresses value |
| 2671 | - * @return \Ews\ArrayType\EwsArrayOfPostalAddressAttributedValuesType|null |
|
| 2671 | + * @return \Ews\ArrayType\EwsArrayOfPostalAddressAttributedValuesType |
|
| 2672 | 2672 | */ |
| 2673 | 2673 | public function getOtherAddresses() |
| 2674 | 2674 | { |
@@ -2686,7 +2686,7 @@ discard block |
||
| 2686 | 2686 | } |
| 2687 | 2687 | /** |
| 2688 | 2688 | * Get Titles value |
| 2689 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2689 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2690 | 2690 | */ |
| 2691 | 2691 | public function getTitles() |
| 2692 | 2692 | { |
@@ -2704,7 +2704,7 @@ discard block |
||
| 2704 | 2704 | } |
| 2705 | 2705 | /** |
| 2706 | 2706 | * Get Departments value |
| 2707 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2707 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2708 | 2708 | */ |
| 2709 | 2709 | public function getDepartments() |
| 2710 | 2710 | { |
@@ -2722,7 +2722,7 @@ discard block |
||
| 2722 | 2722 | } |
| 2723 | 2723 | /** |
| 2724 | 2724 | * Get CompanyNames value |
| 2725 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2725 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2726 | 2726 | */ |
| 2727 | 2727 | public function getCompanyNames() |
| 2728 | 2728 | { |
@@ -2740,7 +2740,7 @@ discard block |
||
| 2740 | 2740 | } |
| 2741 | 2741 | /** |
| 2742 | 2742 | * Get Managers value |
| 2743 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2743 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2744 | 2744 | */ |
| 2745 | 2745 | public function getManagers() |
| 2746 | 2746 | { |
@@ -2758,7 +2758,7 @@ discard block |
||
| 2758 | 2758 | } |
| 2759 | 2759 | /** |
| 2760 | 2760 | * Get AssistantNames value |
| 2761 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2761 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2762 | 2762 | */ |
| 2763 | 2763 | public function getAssistantNames() |
| 2764 | 2764 | { |
@@ -2776,7 +2776,7 @@ discard block |
||
| 2776 | 2776 | } |
| 2777 | 2777 | /** |
| 2778 | 2778 | * Get Professions value |
| 2779 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2779 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2780 | 2780 | */ |
| 2781 | 2781 | public function getProfessions() |
| 2782 | 2782 | { |
@@ -2794,7 +2794,7 @@ discard block |
||
| 2794 | 2794 | } |
| 2795 | 2795 | /** |
| 2796 | 2796 | * Get SpouseNames value |
| 2797 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2797 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2798 | 2798 | */ |
| 2799 | 2799 | public function getSpouseNames() |
| 2800 | 2800 | { |
@@ -2812,7 +2812,7 @@ discard block |
||
| 2812 | 2812 | } |
| 2813 | 2813 | /** |
| 2814 | 2814 | * Get Children value |
| 2815 | - * @return \Ews\ArrayType\EwsArrayOfStringArrayAttributedValuesType|null |
|
| 2815 | + * @return \Ews\ArrayType\EwsArrayOfStringArrayAttributedValuesType |
|
| 2816 | 2816 | */ |
| 2817 | 2817 | public function getChildren() |
| 2818 | 2818 | { |
@@ -2830,7 +2830,7 @@ discard block |
||
| 2830 | 2830 | } |
| 2831 | 2831 | /** |
| 2832 | 2832 | * Get Schools value |
| 2833 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2833 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2834 | 2834 | */ |
| 2835 | 2835 | public function getSchools() |
| 2836 | 2836 | { |
@@ -2848,7 +2848,7 @@ discard block |
||
| 2848 | 2848 | } |
| 2849 | 2849 | /** |
| 2850 | 2850 | * Get Hobbies value |
| 2851 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2851 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2852 | 2852 | */ |
| 2853 | 2853 | public function getHobbies() |
| 2854 | 2854 | { |
@@ -2866,7 +2866,7 @@ discard block |
||
| 2866 | 2866 | } |
| 2867 | 2867 | /** |
| 2868 | 2868 | * Get WeddingAnniversaries value |
| 2869 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2869 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2870 | 2870 | */ |
| 2871 | 2871 | public function getWeddingAnniversaries() |
| 2872 | 2872 | { |
@@ -2884,7 +2884,7 @@ discard block |
||
| 2884 | 2884 | } |
| 2885 | 2885 | /** |
| 2886 | 2886 | * Get Birthdays value |
| 2887 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2887 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2888 | 2888 | */ |
| 2889 | 2889 | public function getBirthdays() |
| 2890 | 2890 | { |
@@ -2902,7 +2902,7 @@ discard block |
||
| 2902 | 2902 | } |
| 2903 | 2903 | /** |
| 2904 | 2904 | * Get Locations value |
| 2905 | - * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType|null |
|
| 2905 | + * @return \Ews\ArrayType\EwsArrayOfStringAttributedValuesType |
|
| 2906 | 2906 | */ |
| 2907 | 2907 | public function getLocations() |
| 2908 | 2908 | { |
@@ -2920,7 +2920,7 @@ discard block |
||
| 2920 | 2920 | } |
| 2921 | 2921 | /** |
| 2922 | 2922 | * Get ExtendedProperties value |
| 2923 | - * @return \Ews\ArrayType\EwsArrayOfExtendedPropertyAttributedValueType|null |
|
| 2923 | + * @return \Ews\ArrayType\EwsArrayOfExtendedPropertyAttributedValueType |
|
| 2924 | 2924 | */ |
| 2925 | 2925 | public function getExtendedProperties() |
| 2926 | 2926 | { |
@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | } |
| 116 | 116 | /** |
| 117 | 117 | * Get SIPResponseText value |
| 118 | - * @return string|null |
|
| 118 | + * @return string |
|
| 119 | 119 | */ |
| 120 | 120 | public function getSIPResponseText() |
| 121 | 121 | { |
@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | } |
| 138 | 138 | /** |
| 139 | 139 | * Get SIPResponseCode value |
| 140 | - * @return int|null |
|
| 140 | + * @return integer |
|
| 141 | 141 | */ |
| 142 | 142 | public function getSIPResponseCode() |
| 143 | 143 | { |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | } |
| 110 | 110 | /** |
| 111 | 111 | * Get FullName value |
| 112 | - * @return string|null |
|
| 112 | + * @return string |
|
| 113 | 113 | */ |
| 114 | 114 | public function getFullName() |
| 115 | 115 | { |
@@ -131,7 +131,7 @@ discard block |
||
| 131 | 131 | } |
| 132 | 132 | /** |
| 133 | 133 | * Get FirstName value |
| 134 | - * @return string|null |
|
| 134 | + * @return string |
|
| 135 | 135 | */ |
| 136 | 136 | public function getFirstName() |
| 137 | 137 | { |
@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | } |
| 154 | 154 | /** |
| 155 | 155 | * Get LastName value |
| 156 | - * @return string|null |
|
| 156 | + * @return string |
|
| 157 | 157 | */ |
| 158 | 158 | public function getLastName() |
| 159 | 159 | { |
@@ -175,7 +175,7 @@ discard block |
||
| 175 | 175 | } |
| 176 | 176 | /** |
| 177 | 177 | * Get EmailAddress value |
| 178 | - * @return string|null |
|
| 178 | + * @return string |
|
| 179 | 179 | */ |
| 180 | 180 | public function getEmailAddress() |
| 181 | 181 | { |
@@ -197,7 +197,7 @@ discard block |
||
| 197 | 197 | } |
| 198 | 198 | /** |
| 199 | 199 | * Get Avatar value |
| 200 | - * @return string|null |
|
| 200 | + * @return string |
|
| 201 | 201 | */ |
| 202 | 202 | public function getAvatar() |
| 203 | 203 | { |
@@ -219,7 +219,7 @@ discard block |
||
| 219 | 219 | } |
| 220 | 220 | /** |
| 221 | 221 | * Get JoinedUtcTicks value |
| 222 | - * @return int|null |
|
| 222 | + * @return integer |
|
| 223 | 223 | */ |
| 224 | 224 | public function getJoinedUtcTicks() |
| 225 | 225 | { |
@@ -241,7 +241,7 @@ discard block |
||
| 241 | 241 | } |
| 242 | 242 | /** |
| 243 | 243 | * Get ProfilePicture value |
| 244 | - * @return \Ews\StructType\EwsUserProfilePicture|null |
|
| 244 | + * @return EwsUserProfilePicture |
|
| 245 | 245 | */ |
| 246 | 246 | public function getProfilePicture() |
| 247 | 247 | { |
@@ -259,7 +259,7 @@ discard block |
||
| 259 | 259 | } |
| 260 | 260 | /** |
| 261 | 261 | * Get Title value |
| 262 | - * @return string|null |
|
| 262 | + * @return string |
|
| 263 | 263 | */ |
| 264 | 264 | public function getTitle() |
| 265 | 265 | { |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | } |
| 33 | 33 | /** |
| 34 | 34 | * Get Timeout value |
| 35 | - * @return int|null |
|
| 35 | + * @return integer |
|
| 36 | 36 | */ |
| 37 | 37 | public function getTimeout() |
| 38 | 38 | { |