Lines Matching refs:commentId
37 * @param string $commentId The ID of the comment.
42 public function create($fileId, $commentId, Reply $postBody, $optParams = []) argument
44 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody];
52 * @param string $commentId The ID of the comment.
56 public function delete($fileId, $commentId, $replyId, $optParams = []) argument
58 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId];
66 * @param string $commentId The ID of the comment.
74 public function get($fileId, $commentId, $replyId, $optParams = []) argument
76 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId];
84 * @param string $commentId The ID of the comment.
95 public function listReplies($fileId, $commentId, $optParams = []) argument
97 $params = ['fileId' => $fileId, 'commentId' => $commentId];
105 * @param string $commentId The ID of the comment.
111 public function update($fileId, $commentId, $replyId, Reply $postBody, $optParams = []) argument
113 …$params = ['fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $p…