Lines Matching refs:activityId
30 * @param string $activityId The ID of the activity to get.
34 public function get($activityId, $optParams = array()) { argument
35 $params = array('activityId' => $activityId);
301 * @param string $activityId The ID of the activity to reply to.
306 public function insert($activityId, Google_Comment $postBody, $optParams = array()) { argument
307 $params = array('activityId' => $activityId, 'postBody' => $postBody);
319 * @param string $activityId The ID of the activity to get comments for.
327 public function listComments($activityId, $optParams = array()) { argument
328 $params = array('activityId' => $activityId);
426 * @param string $activityId The ID of the activity to get the list of people for.
434 public function listByActivity($activityId, $collection, $optParams = array()) { argument
435 $params = array('activityId' => $activityId, 'collection' => $collection);