Lines Matching refs:courseId
47 * @param string $courseId Identifier of the course to create the student in.
58 public function create($courseId, Student $postBody, $optParams = []) argument
60 $params = ['courseId' => $courseId, 'postBody' => $postBody];
71 * @param string $courseId Identifier of the course. This identifier can be
80 public function delete($courseId, $userId, $optParams = []) argument
82 $params = ['courseId' => $courseId, 'userId' => $userId];
93 * @param string $courseId Identifier of the course. This identifier can be
102 public function get($courseId, $userId, $optParams = []) argument
104 $params = ['courseId' => $courseId, 'userId' => $userId];
114 * @param string $courseId Identifier of the course. This identifier can be
127 public function listCoursesStudents($courseId, $optParams = []) argument
129 $params = ['courseId' => $courseId];