Lines Matching refs:activityId
30 * @param string $activityId ID of the activity.
34 public function delete($activityId, $userId, $optParams = array()) { argument
35 $params = array('activityId' => $activityId, 'userId' => $userId);
55 * @param string $activityId ID of the activity to remove.
58 public function delete($activityId, $optParams = array()) { argument
59 $params = array('activityId' => $activityId);
101 * @param string $activityId ID of the activity to get the visibility.
105 public function get($activityId, $optParams = array()) { argument
106 $params = array('activityId' => $activityId);
119 * @param string $activityId ID of the activity.
124 public function patch($activityId, Google_Visibility $postBody, $optParams = array()) { argument
125 $params = array('activityId' => $activityId, 'postBody' => $postBody);
137 * @param string $activityId ID of the activity.
142 public function update($activityId, Google_Visibility $postBody, $optParams = array()) { argument
143 $params = array('activityId' => $activityId, 'postBody' => $postBody);
245 * @param string $activityId The ID of the activity to contain the new comment.
250 public function insert($activityId, Google_Comment $postBody, $optParams = array()) { argument
251 $params = array('activityId' => $activityId, 'postBody' => $postBody);
263 * @param string $activityId The ID of the activity containing the comments.
272 public function listComments($activityId, $optParams = array()) { argument
273 $params = array('activityId' => $activityId);