Lines Matching refs:postBody

120      * @param Google_Visibility $postBody
124 public function patch($activityId, Google_Visibility $postBody, $optParams = array()) { argument
125 $params = array('activityId' => $activityId, 'postBody' => $postBody);
138 * @param Google_Visibility $postBody
142 public function update($activityId, Google_Visibility $postBody, $optParams = array()) { argument
143 $params = array('activityId' => $activityId, 'postBody' => $postBody);
246 * @param Google_Comment $postBody
250 public function insert($activityId, Google_Comment $postBody, $optParams = array()) { argument
251 $params = array('activityId' => $activityId, 'postBody' => $postBody);
495 * @param Google_CommunityMessage $postBody
499 …public function insert($communityId, $topicId, Google_CommunityMessage $postBody, $optParams = arr… argument
500 … $params = array('communityId' => $communityId, 'topicId' => $topicId, 'postBody' => $postBody);
548 * @param Google_CommunityPollComment $postBody
552 …public function insert($communityId, $pollId, Google_CommunityPollComment $postBody, $optParams = … argument
553 $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
601 * @param Google_CommunityPollVote $postBody
605 …public function insert($communityId, $pollId, Google_CommunityPollVote $postBody, $optParams = arr… argument
606 $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
748 * @param Google_CommunityTopic $postBody
754 public function insert($communityId, Google_CommunityTopic $postBody, $optParams = array()) { argument
755 $params = array('communityId' => $communityId, 'postBody' => $postBody);
829 * @param Google_Activity $postBody
833 public function insert(Google_Activity $postBody, $optParams = array()) { argument
834 $params = array('postBody' => $postBody);