Lines Matching refs:courseId
44 * @param string $courseId Identifier of the course. This identifier can be
50 public function create($courseId, Announcement $postBody, $optParams = []) argument
52 $params = ['courseId' => $courseId, 'postBody' => $postBody];
68 * @param string $courseId Identifier of the course. This identifier can be
75 public function delete($courseId, $id, $optParams = []) argument
77 $params = ['courseId' => $courseId, 'id' => $id];
88 * @param string $courseId Identifier of the course. This identifier can be
94 public function get($courseId, $id, $optParams = []) argument
96 $params = ['courseId' => $courseId, 'id' => $id];
109 * @param string $courseId Identifier of the course. This identifier can be
130 public function listCoursesAnnouncements($courseId, $optParams = []) argument
132 $params = ['courseId' => $courseId];
145 * @param string $courseId Identifier of the course. This identifier can be
152 …public function modifyAssignees($courseId, $id, ModifyAnnouncementAssigneesRequest $postBody, $opt… argument
154 $params = ['courseId' => $courseId, 'id' => $id, 'postBody' => $postBody];
166 * @param string $courseId Identifier of the course. This identifier can be
182 public function patch($courseId, $id, Announcement $postBody, $optParams = []) argument
184 $params = ['courseId' => $courseId, 'id' => $id, 'postBody' => $postBody];