55namespace ServiceType ;
66
77use SoapFault ;
8+ use InvalidArgumentException ;
89use WsdlToPhp \PackageBase \AbstractSoapClientBase ;
910
1011/**
@@ -21,7 +22,7 @@ class ApiFind extends AbstractSoapClientBase
2122 * @param \StructType\ApiExchangeImpersonationType $exchangeImpersonation
2223 * @param string $namespace
2324 * @param bool $mustUnderstand
24- * @param string $actor
25+ * @param string|null $actor
2526 * @return \ServiceType\ApiFind
2627 */
2728 public function setSoapHeaderExchangeImpersonation (\StructType \ApiExchangeImpersonationType $ exchangeImpersonation , string $ namespace = 'http://schemas.microsoft.com/exchange/services/2006/types ' , bool $ mustUnderstand = false , ?string $ actor = null ): self
@@ -34,7 +35,7 @@ public function setSoapHeaderExchangeImpersonation(\StructType\ApiExchangeImpers
3435 * @param \StructType\ApiMailboxCultureType $mailboxCulture
3536 * @param string $namespace
3637 * @param bool $mustUnderstand
37- * @param string $actor
38+ * @param string|null $actor
3839 * @return \ServiceType\ApiFind
3940 */
4041 public function setSoapHeaderMailboxCulture (\StructType \ApiMailboxCultureType $ mailboxCulture , string $ namespace = 'http://schemas.microsoft.com/exchange/services/2006/types ' , bool $ mustUnderstand = false , ?string $ actor = null ): self
@@ -47,7 +48,7 @@ public function setSoapHeaderMailboxCulture(\StructType\ApiMailboxCultureType $m
4748 * @param \StructType\ApiRequestServerVersion $requestServerVersion
4849 * @param string $namespace
4950 * @param bool $mustUnderstand
50- * @param string $actor
51+ * @param string|null $actor
5152 * @return \ServiceType\ApiFind
5253 */
5354 public function setSoapHeaderRequestServerVersion (\StructType \ApiRequestServerVersion $ requestServerVersion , string $ namespace = 'http://schemas.microsoft.com/exchange/services/2006/types ' , bool $ mustUnderstand = false , ?string $ actor = null ): self
@@ -60,7 +61,7 @@ public function setSoapHeaderRequestServerVersion(\StructType\ApiRequestServerVe
6061 * @param \StructType\ApiTimeZoneContextType $timeZoneContext
6162 * @param string $namespace
6263 * @param bool $mustUnderstand
63- * @param string $actor
64+ * @param string|null $actor
6465 * @return \ServiceType\ApiFind
6566 */
6667 public function setSoapHeaderTimeZoneContext (\StructType \ApiTimeZoneContextType $ timeZoneContext , string $ namespace = 'http://schemas.microsoft.com/exchange/services/2006/types ' , bool $ mustUnderstand = false , ?string $ actor = null ): self
@@ -73,7 +74,7 @@ public function setSoapHeaderTimeZoneContext(\StructType\ApiTimeZoneContextType
7374 * @param \StructType\ApiManagementRoleType $managementRole
7475 * @param string $namespace
7576 * @param bool $mustUnderstand
76- * @param string $actor
77+ * @param string|null $actor
7778 * @return \ServiceType\ApiFind
7879 */
7980 public function setSoapHeaderManagementRole (\StructType \ApiManagementRoleType $ managementRole , string $ namespace = 'http://schemas.microsoft.com/exchange/services/2006/types ' , bool $ mustUnderstand = false , ?string $ actor = null ): self
@@ -89,7 +90,7 @@ public function setSoapHeaderManagementRole(\StructType\ApiManagementRoleType $m
8990 * @param string $dateTimePrecision
9091 * @param string $namespace
9192 * @param bool $mustUnderstand
92- * @param string $actor
93+ * @param string|null $actor
9394 * @return \ServiceType\ApiFind
9495 */
9596 public function setSoapHeaderDateTimePrecision (string $ dateTimePrecision , string $ namespace = 'http://schemas.microsoft.com/exchange/services/2006/types ' , bool $ mustUnderstand = false , ?string $ actor = null ): self
0 commit comments