Lines Matching refs:enterpriseId
36 * @param string $enterpriseId The ID of the enterprise.
40 public function delete($enterpriseId, $webAppId, $optParams = []) argument
42 $params = ['enterpriseId' => $enterpriseId, 'webAppId' => $webAppId];
49 * @param string $enterpriseId The ID of the enterprise.
54 public function get($enterpriseId, $webAppId, $optParams = []) argument
56 $params = ['enterpriseId' => $enterpriseId, 'webAppId' => $webAppId];
63 * @param string $enterpriseId The ID of the enterprise.
68 public function insert($enterpriseId, WebApp $postBody, $optParams = []) argument
70 $params = ['enterpriseId' => $enterpriseId, 'postBody' => $postBody];
78 * @param string $enterpriseId The ID of the enterprise.
82 public function listWebapps($enterpriseId, $optParams = []) argument
84 $params = ['enterpriseId' => $enterpriseId];
91 * @param string $enterpriseId The ID of the enterprise.
97 public function update($enterpriseId, $webAppId, WebApp $postBody, $optParams = []) argument
99 $params = ['enterpriseId' => $enterpriseId, 'webAppId' => $webAppId, 'postBody' => $postBody];