Lines Matching refs:params

53     $params = [];
54 $params = array_merge($params, $optParams);
55 return $this->call('acknowledgeNotificationSet', [$params]);
72 $params = [];
73 $params = array_merge($params, $optParams);
74 return $this->call('completeSignup', [$params], Enterprise::class);
89 $params = ['enterpriseId' => $enterpriseId, 'postBody' => $postBody];
90 $params = array_merge($params, $optParams);
91 return $this->call('createWebToken', [$params], AdministratorWebToken::class);
104 $params = ['token' => $token, 'postBody' => $postBody];
105 $params = array_merge($params, $optParams);
106 return $this->call('enroll', [$params], Enterprise::class);
125 $params = [];
126 $params = array_merge($params, $optParams);
127 return $this->call('generateSignupUrl', [$params], SignupInfo::class);
138 $params = ['enterpriseId' => $enterpriseId];
139 $params = array_merge($params, $optParams);
140 return $this->call('get', [$params], Enterprise::class);
164 $params = ['enterpriseId' => $enterpriseId];
165 $params = array_merge($params, $optParams);
166 return $this->call('getServiceAccount', [$params], ServiceAccount::class);
179 $params = ['enterpriseId' => $enterpriseId];
180 $params = array_merge($params, $optParams);
181 return $this->call('getStoreLayout', [$params], StoreLayout::class);
197 $params = ['domain' => $domain];
198 $params = array_merge($params, $optParams);
199 return $this->call('list', [$params], EnterprisesListResponse::class);
230 $params = [];
231 $params = array_merge($params, $optParams);
232 return $this->call('pullNotificationSet', [$params], NotificationSet::class);
245 $params = ['enterpriseId' => $enterpriseId];
246 $params = array_merge($params, $optParams);
247 …return $this->call('sendTestPushNotification', [$params], EnterprisesSendTestPushNotificationRespo…
260 $params = ['enterpriseId' => $enterpriseId, 'postBody' => $postBody];
261 $params = array_merge($params, $optParams);
262 return $this->call('setAccount', [$params], EnterpriseAccount::class);
280 $params = ['enterpriseId' => $enterpriseId, 'postBody' => $postBody];
281 $params = array_merge($params, $optParams);
282 return $this->call('setStoreLayout', [$params], StoreLayout::class);
292 $params = ['enterpriseId' => $enterpriseId];
293 $params = array_merge($params, $optParams);
294 return $this->call('unenroll', [$params]);