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