Lines Matching refs:pollId
547 * @param string $pollId The ID of the poll being commented.
552 …public function insert($communityId, $pollId, Google_CommunityPollComment $postBody, $optParams = … argument
553 $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
566 * @param string $pollId The ID of the community whose polls will be listed.
574 public function listCommunityPollComments($communityId, $pollId, $optParams = array()) { argument
575 $params = array('communityId' => $communityId, 'pollId' => $pollId);
600 * @param string $pollId The ID of the poll being voted.
605 …public function insert($communityId, $pollId, Google_CommunityPollVote $postBody, $optParams = arr… argument
606 $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
631 * @param string $pollId The ID of the poll to get.
637 public function get($communityId, $pollId, $optParams = array()) { argument
638 $params = array('communityId' => $communityId, 'pollId' => $pollId);