Lines Matching refs:call
55 return $this->call('acknowledgeNotificationSet', [$params]);
74 return $this->call('completeSignup', [$params], Enterprise::class);
91 return $this->call('createWebToken', [$params], AdministratorWebToken::class);
106 return $this->call('enroll', [$params], Enterprise::class);
127 return $this->call('generateSignupUrl', [$params], SignupInfo::class);
140 return $this->call('get', [$params], Enterprise::class);
166 return $this->call('getServiceAccount', [$params], ServiceAccount::class);
181 return $this->call('getStoreLayout', [$params], StoreLayout::class);
199 return $this->call('list', [$params], EnterprisesListResponse::class);
232 return $this->call('pullNotificationSet', [$params], NotificationSet::class);
247 …return $this->call('sendTestPushNotification', [$params], EnterprisesSendTestPushNotificationRespo…
262 return $this->call('setAccount', [$params], EnterpriseAccount::class);
282 return $this->call('setStoreLayout', [$params], StoreLayout::class);
294 return $this->call('unenroll', [$params]);