Lines Matching refs:topicId
480 * @param string $topicId The ID of the topic whose message will be moved to the trash folder.
484 public function delete($communityId, $topicId, $messageId, $optParams = array()) { argument
485 … $params = array('communityId' => $communityId, 'topicId' => $topicId, 'messageId' => $messageId);
494 * @param string $topicId The ID of the topic the message should be added to.
499 …public function insert($communityId, $topicId, Google_CommunityMessage $postBody, $optParams = arr… argument
500 … $params = array('communityId' => $communityId, 'topicId' => $topicId, 'postBody' => $postBody);
513 * @param string $topicId The ID of the topic which messages will be listed.
521 public function listCommunityMessages($communityId, $topicId, $optParams = array()) { argument
522 $params = array('communityId' => $communityId, 'topicId' => $topicId);
715 * @param string $topicId The ID of the topic to be moved to the trash folder.
718 public function delete($communityId, $topicId, $optParams = array()) { argument
719 $params = array('communityId' => $communityId, 'topicId' => $topicId);
728 * @param string $topicId The ID of the topic to get.
734 public function get($communityId, $topicId, $optParams = array()) { argument
735 $params = array('communityId' => $communityId, 'topicId' => $topicId);