@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | } |
| 106 | 106 | /** |
| 107 | 107 | * Get GroupResources value |
| 108 | - * @return \Ews\ArrayType\EwsArrayOfUnifiedGroupResourcesType|null |
|
| 108 | + * @return \Ews\ArrayType\EwsArrayOfUnifiedGroupResourcesType |
|
| 109 | 109 | */ |
| 110 | 110 | public function getGroupResources() |
| 111 | 111 | { |
@@ -123,7 +123,7 @@ discard block |
||
| 123 | 123 | } |
| 124 | 124 | /** |
| 125 | 125 | * Get MailboxSettings value |
| 126 | - * @return \Ews\StructType\EwsUnifiedGroupMailboxSettingsType|null |
|
| 126 | + * @return EwsUnifiedGroupMailboxSettingsType |
|
| 127 | 127 | */ |
| 128 | 128 | public function getMailboxSettings() |
| 129 | 129 | { |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | } |
| 142 | 142 | /** |
| 143 | 143 | * Get OwnerCount value |
| 144 | - * @return int|null |
|
| 144 | + * @return integer |
|
| 145 | 145 | */ |
| 146 | 146 | public function getOwnerCount() |
| 147 | 147 | { |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | } |
| 164 | 164 | /** |
| 165 | 165 | * Get Description value |
| 166 | - * @return string|null |
|
| 166 | + * @return string |
|
| 167 | 167 | */ |
| 168 | 168 | public function getDescription() |
| 169 | 169 | { |
@@ -185,7 +185,7 @@ discard block |
||
| 185 | 185 | } |
| 186 | 186 | /** |
| 187 | 187 | * Get ExternalDirectoryObjectId value |
| 188 | - * @return string|null |
|
| 188 | + * @return string |
|
| 189 | 189 | */ |
| 190 | 190 | public function getExternalDirectoryObjectId() |
| 191 | 191 | { |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | } |
| 44 | 44 | /** |
| 45 | 45 | * Get TotalCount value |
| 46 | - * @return int|null |
|
| 46 | + * @return integer |
|
| 47 | 47 | */ |
| 48 | 48 | public function getTotalCount() |
| 49 | 49 | { |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | } |
| 66 | 66 | /** |
| 67 | 67 | * Get Members value |
| 68 | - * @return \Ews\ArrayType\EwsArrayOfUnifiedGroupMembersType|null |
|
| 68 | + * @return \Ews\ArrayType\EwsArrayOfUnifiedGroupMembersType |
|
| 69 | 69 | */ |
| 70 | 70 | public function getMembers() |
| 71 | 71 | { |
@@ -56,7 +56,7 @@ discard block |
||
| 56 | 56 | } |
| 57 | 57 | /** |
| 58 | 58 | * Get FilterType value |
| 59 | - * @return string|null |
|
| 59 | + * @return string |
|
| 60 | 60 | */ |
| 61 | 61 | public function getFilterType() |
| 62 | 62 | { |
@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | } |
| 82 | 82 | /** |
| 83 | 83 | * Get TotalGroups value |
| 84 | - * @return int|null |
|
| 84 | + * @return integer |
|
| 85 | 85 | */ |
| 86 | 86 | public function getTotalGroups() |
| 87 | 87 | { |
@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | } |
| 104 | 104 | /** |
| 105 | 105 | * Get Groups value |
| 106 | - * @return \Ews\ArrayType\EwsArrayOfUnifiedGroupsType|null |
|
| 106 | + * @return \Ews\ArrayType\EwsArrayOfUnifiedGroupsType |
|
| 107 | 107 | */ |
| 108 | 108 | public function getGroups() |
| 109 | 109 | { |
@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | } |
| 38 | 38 | /** |
| 39 | 39 | * Get UnseenCount value |
| 40 | - * @return int|null |
|
| 40 | + * @return integer |
|
| 41 | 41 | */ |
| 42 | 42 | public function getUnseenCount() |
| 43 | 43 | { |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | } |
| 60 | 60 | /** |
| 61 | 61 | * Get LastVisitedTime value |
| 62 | - * @return string|null |
|
| 62 | + * @return string |
|
| 63 | 63 | */ |
| 64 | 64 | public function getLastVisitedTime() |
| 65 | 65 | { |
@@ -232,7 +232,7 @@ discard block |
||
| 232 | 232 | } |
| 233 | 233 | /** |
| 234 | 234 | * Get Id value |
| 235 | - * @return string|null |
|
| 235 | + * @return string |
|
| 236 | 236 | */ |
| 237 | 237 | public function getId() |
| 238 | 238 | { |
@@ -254,7 +254,7 @@ discard block |
||
| 254 | 254 | } |
| 255 | 255 | /** |
| 256 | 256 | * Get XrmId value |
| 257 | - * @return string|null |
|
| 257 | + * @return string |
|
| 258 | 258 | */ |
| 259 | 259 | public function getXrmId() |
| 260 | 260 | { |
@@ -280,7 +280,7 @@ discard block |
||
| 280 | 280 | } |
| 281 | 281 | /** |
| 282 | 282 | * Get Stage value |
| 283 | - * @return string|null |
|
| 283 | + * @return string |
|
| 284 | 284 | */ |
| 285 | 285 | public function getStage() |
| 286 | 286 | { |
@@ -302,7 +302,7 @@ discard block |
||
| 302 | 302 | } |
| 303 | 303 | /** |
| 304 | 304 | * Get Amount value |
| 305 | - * @return float|null |
|
| 305 | + * @return double |
|
| 306 | 306 | */ |
| 307 | 307 | public function getAmount() |
| 308 | 308 | { |
@@ -320,7 +320,7 @@ discard block |
||
| 320 | 320 | } |
| 321 | 321 | /** |
| 322 | 322 | * Get CurrencyCode value |
| 323 | - * @return string|null |
|
| 323 | + * @return string |
|
| 324 | 324 | */ |
| 325 | 325 | public function getCurrencyCode() |
| 326 | 326 | { |
@@ -342,7 +342,7 @@ discard block |
||
| 342 | 342 | } |
| 343 | 343 | /** |
| 344 | 344 | * Get Probability value |
| 345 | - * @return int|null |
|
| 345 | + * @return integer |
|
| 346 | 346 | */ |
| 347 | 347 | public function getProbability() |
| 348 | 348 | { |
@@ -364,7 +364,7 @@ discard block |
||
| 364 | 364 | } |
| 365 | 365 | /** |
| 366 | 366 | * Get CloseTimeUtc value |
| 367 | - * @return string|null |
|
| 367 | + * @return string |
|
| 368 | 368 | */ |
| 369 | 369 | public function getCloseTimeUtc() |
| 370 | 370 | { |
@@ -386,7 +386,7 @@ discard block |
||
| 386 | 386 | } |
| 387 | 387 | /** |
| 388 | 388 | * Get Owner value |
| 389 | - * @return string|null |
|
| 389 | + * @return string |
|
| 390 | 390 | */ |
| 391 | 391 | public function getOwner() |
| 392 | 392 | { |
@@ -408,7 +408,7 @@ discard block |
||
| 408 | 408 | } |
| 409 | 409 | /** |
| 410 | 410 | * Get CreatedBy value |
| 411 | - * @return string|null |
|
| 411 | + * @return string |
|
| 412 | 412 | */ |
| 413 | 413 | public function getCreatedBy() |
| 414 | 414 | { |
@@ -430,7 +430,7 @@ discard block |
||
| 430 | 430 | } |
| 431 | 431 | /** |
| 432 | 432 | * Get CreationTime value |
| 433 | - * @return string|null |
|
| 433 | + * @return string |
|
| 434 | 434 | */ |
| 435 | 435 | public function getCreationTime() |
| 436 | 436 | { |
@@ -452,7 +452,7 @@ discard block |
||
| 452 | 452 | } |
| 453 | 453 | /** |
| 454 | 454 | * Get LastModifiedBy value |
| 455 | - * @return string|null |
|
| 455 | + * @return string |
|
| 456 | 456 | */ |
| 457 | 457 | public function getLastModifiedBy() |
| 458 | 458 | { |
@@ -474,7 +474,7 @@ discard block |
||
| 474 | 474 | } |
| 475 | 475 | /** |
| 476 | 476 | * Get Notes value |
| 477 | - * @return string|null |
|
| 477 | + * @return string |
|
| 478 | 478 | */ |
| 479 | 479 | public function getNotes() |
| 480 | 480 | { |
@@ -496,7 +496,7 @@ discard block |
||
| 496 | 496 | } |
| 497 | 497 | /** |
| 498 | 498 | * Get IsReminderSet value |
| 499 | - * @return bool|null |
|
| 499 | + * @return boolean |
|
| 500 | 500 | */ |
| 501 | 501 | public function getIsReminderSet() |
| 502 | 502 | { |
@@ -514,7 +514,7 @@ discard block |
||
| 514 | 514 | } |
| 515 | 515 | /** |
| 516 | 516 | * Get ReminderDueBy value |
| 517 | - * @return string|null |
|
| 517 | + * @return string |
|
| 518 | 518 | */ |
| 519 | 519 | public function getReminderDueBy() |
| 520 | 520 | { |
@@ -536,7 +536,7 @@ discard block |
||
| 536 | 536 | } |
| 537 | 537 | /** |
| 538 | 538 | * Get ReminderCustomMessage value |
| 539 | - * @return string|null |
|
| 539 | + * @return string |
|
| 540 | 540 | */ |
| 541 | 541 | public function getReminderCustomMessage() |
| 542 | 542 | { |
@@ -558,7 +558,7 @@ discard block |
||
| 558 | 558 | } |
| 559 | 559 | /** |
| 560 | 560 | * Get ReminderNextTime value |
| 561 | - * @return string|null |
|
| 561 | + * @return string |
|
| 562 | 562 | */ |
| 563 | 563 | public function getReminderNextTime() |
| 564 | 564 | { |
@@ -53,7 +53,7 @@ discard block |
||
| 53 | 53 | } |
| 54 | 54 | /** |
| 55 | 55 | * Get XrmOrganizationId value |
| 56 | - * @return string|null |
|
| 56 | + * @return string |
|
| 57 | 57 | */ |
| 58 | 58 | public function getXrmOrganizationId() |
| 59 | 59 | { |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | } |
| 80 | 80 | /** |
| 81 | 81 | * Get XrmContactType value |
| 82 | - * @return int|null |
|
| 82 | + * @return integer |
|
| 83 | 83 | */ |
| 84 | 84 | public function getXrmContactType() |
| 85 | 85 | { |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | } |
| 102 | 102 | /** |
| 103 | 103 | * Get XrmCompanySize value |
| 104 | - * @return int|null |
|
| 104 | + * @return integer |
|
| 105 | 105 | */ |
| 106 | 106 | public function getXrmCompanySize() |
| 107 | 107 | { |