Lines Matching refs:enterpriseId
40 * @param string $enterpriseId The ID of the enterprise.
45 public function forceReportUpload($enterpriseId, $userId, $deviceId, $optParams = []) argument
47 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
54 * @param string $enterpriseId The ID of the enterprise.
60 public function get($enterpriseId, $userId, $deviceId, $optParams = []) argument
62 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
73 * @param string $enterpriseId The ID of the enterprise.
79 public function getState($enterpriseId, $userId, $deviceId, $optParams = []) argument
81 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
88 * @param string $enterpriseId The ID of the enterprise.
93 public function listDevices($enterpriseId, $userId, $optParams = []) argument
95 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
106 * @param string $enterpriseId The ID of the enterprise.
113 …public function setState($enterpriseId, $userId, $deviceId, DeviceState $postBody, $optParams = []) argument
115 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBod…
129 * @param string $enterpriseId The ID of the enterprise.
140 public function update($enterpriseId, $userId, $deviceId, Device $postBody, $optParams = []) argument
142 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBod…