Lines Matching refs:enterpriseId
38 * @param string $enterpriseId The ID of the enterprise.
45 public function delete($enterpriseId, $userId, $deviceId, $installId, $optParams = []) argument
47 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'install…
54 * @param string $enterpriseId The ID of the enterprise.
62 public function get($enterpriseId, $userId, $deviceId, $installId, $optParams = []) argument
64 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'install…
72 * @param string $enterpriseId The ID of the enterprise.
78 public function listInstalls($enterpriseId, $userId, $deviceId, $optParams = []) argument
80 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
89 * @param string $enterpriseId The ID of the enterprise.
98 …public function update($enterpriseId, $userId, $deviceId, $installId, Install $postBody, $optParam… argument
100 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'install…