Lines Matching refs:userId
41 * @param string $userId The ID of the user.
45 public function forceReportUpload($enterpriseId, $userId, $deviceId, $optParams = []) argument
47 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
55 * @param string $userId The ID of the user.
60 public function get($enterpriseId, $userId, $deviceId, $optParams = []) argument
62 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
74 * @param string $userId The ID of the user.
79 public function getState($enterpriseId, $userId, $deviceId, $optParams = []) argument
81 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
89 * @param string $userId The ID of the user.
93 public function listDevices($enterpriseId, $userId, $optParams = []) argument
95 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
107 * @param string $userId The ID of the user.
113 …public function setState($enterpriseId, $userId, $deviceId, DeviceState $postBody, $optParams = []) argument
115 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBod…
130 * @param string $userId The ID of the user.
140 public function update($enterpriseId, $userId, $deviceId, Device $postBody, $optParams = []) argument
142 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBod…