Lines Matching refs:enterpriseId

82    * @param string $enterpriseId The ID of the enterprise.
87 …public function createWebToken($enterpriseId, AdministratorWebTokenSpec $postBody, $optParams = []) argument
89 $params = ['enterpriseId' => $enterpriseId, 'postBody' => $postBody];
132 * @param string $enterpriseId The ID of the enterprise.
136 public function get($enterpriseId, $optParams = []) argument
138 $params = ['enterpriseId' => $enterpriseId];
155 * @param string $enterpriseId The ID of the enterprise.
162 public function getServiceAccount($enterpriseId, $optParams = []) argument
164 $params = ['enterpriseId' => $enterpriseId];
173 * @param string $enterpriseId The ID of the enterprise.
177 public function getStoreLayout($enterpriseId, $optParams = []) argument
179 $params = ['enterpriseId' => $enterpriseId];
239 * @param string $enterpriseId The ID of the enterprise.
243 public function sendTestPushNotification($enterpriseId, $optParams = []) argument
245 $params = ['enterpriseId' => $enterpriseId];
253 * @param string $enterpriseId The ID of the enterprise.
258 public function setAccount($enterpriseId, EnterpriseAccount $postBody, $optParams = []) argument
260 $params = ['enterpriseId' => $enterpriseId, 'postBody' => $postBody];
273 * @param string $enterpriseId The ID of the enterprise.
278 public function setStoreLayout($enterpriseId, StoreLayout $postBody, $optParams = []) argument
280 $params = ['enterpriseId' => $enterpriseId, 'postBody' => $postBody];
287 * @param string $enterpriseId The ID of the enterprise.
290 public function unenroll($enterpriseId, $optParams = []) argument
292 $params = ['enterpriseId' => $enterpriseId];