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