Home
last modified time | relevance | path

Searched refs:courseId (Results 1 – 19 of 19) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/Resource/
H A DCoursesAnnouncements.php44 * @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];
130 public function listCoursesAnnouncements($courseId, $optParams = []) argument
[all …]
H A DCoursesCourseWork.php48 * @param string $courseId Identifier of the course. This identifier can be
54 public function create($courseId, CourseWork $postBody, $optParams = []) argument
56 $params = ['courseId' => $courseId, 'postBody' => $postBody];
71 * @param string $courseId Identifier of the course. This identifier can be
78 public function delete($courseId, $id, $optParams = []) argument
80 $params = ['courseId' => $courseId, 'id' => $id];
91 * @param string $courseId Identifier of the course. This identifier can be
97 public function get($courseId, $id, $optParams = []) argument
99 $params = ['courseId' => $courseId, 'id' => $id];
133 public function listCoursesCourseWork($courseId, $optParams = []) argument
[all …]
H A DCoursesCourseWorkStudentSubmissions.php45 * @param string $courseId Identifier of the course. This identifier can be
52 public function get($courseId, $courseWorkId, $id, $optParams = []) argument
54 $params = ['courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id];
70 * @param string $courseId Identifier of the course. This identifier can be
96 public function listCoursesCourseWorkStudentSubmissions($courseId, $courseWorkId, $optParams = []) argument
98 $params = ['courseId' => $courseId, 'courseWorkId' => $courseWorkId];
115 * @param string $courseId Identifier of the course. This identifier can be
143 * @param string $courseId Identifier of the course. This identifier can be
178 * @param string $courseId Identifier of the course. This identifier can be
208 * @param string $courseId Identifier of the course. This identifier can be
[all …]
H A DCoursesCourseWorkMaterials.php44 * @param string $courseId Identifier of the course. This identifier can be
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];
89 * @param string $courseId Identifier of the course. This identifier can be
95 public function get($courseId, $id, $optParams = []) argument
97 $params = ['courseId' => $courseId, 'id' => $id];
111 * @param string $courseId Identifier of the course. This identifier can be
139 public function listCoursesCourseWorkMaterials($courseId, $optParams = []) argument
[all …]
H A DCoursesTopics.php41 * @param string $courseId Identifier of the course. This identifier can be
47 public function create($courseId, Topic $postBody, $optParams = []) argument
49 $params = ['courseId' => $courseId, 'postBody' => $postBody];
66 public function delete($courseId, $id, $optParams = []) argument
68 $params = ['courseId' => $courseId, 'id' => $id];
79 * @param string $courseId Identifier of the course.
84 public function get($courseId, $id, $optParams = []) argument
86 $params = ['courseId' => $courseId, 'id' => $id];
110 public function listCoursesTopics($courseId, $optParams = []) argument
112 $params = ['courseId' => $courseId];
[all …]
H A DCoursesStudents.php47 * @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];
127 public function listCoursesStudents($courseId, $optParams = []) argument
[all …]
H A DCoursesTeachers.php48 * @param string $courseId Identifier of the course. This identifier can be
54 public function create($courseId, Teacher $postBody, $optParams = []) argument
56 $params = ['courseId' => $courseId, 'postBody' => $postBody];
70 * @param string $courseId Identifier of the course. This identifier can be
79 public function delete($courseId, $userId, $optParams = []) argument
81 $params = ['courseId' => $courseId, 'userId' => $userId];
92 * @param string $courseId Identifier of the course. This identifier can be
101 public function get($courseId, $userId, $optParams = []) argument
103 $params = ['courseId' => $courseId, 'userId' => $userId];
126 public function listCoursesTeachers($courseId, $optParams = []) argument
[all …]
H A DCoursesAliases.php43 * @param string $courseId Identifier of the course to alias. This identifier
49 public function create($courseId, CourseAlias $postBody, $optParams = []) argument
51 $params = ['courseId' => $courseId, 'postBody' => $postBody];
63 * @param string $courseId Identifier of the course whose alias should be
71 public function delete($courseId, $alias, $optParams = []) argument
73 $params = ['courseId' => $courseId, 'alias' => $alias];
83 * @param string $courseId The identifier of the course. This identifier can be
96 public function listCoursesAliases($courseId, $optParams = []) argument
98 $params = ['courseId' => $courseId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DClassroom.php229 'courseId' => [
239 'courseId' => [
254 'courseId' => [
282 'courseId' => [
292 'courseId' => [
307 'courseId' => [
322 'courseId' => [
349 'courseId' => [
364 'courseId' => [
393 'courseId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DCourseRosterChangesInfo.php25 public $courseId; variable in Google\\Service\\Classroom\\CourseRosterChangesInfo
30 public function setCourseId($courseId) argument
32 $this->courseId = $courseId;
39 return $this->courseId;
H A DCourseWorkChangesInfo.php25 public $courseId; variable in Google\\Service\\Classroom\\CourseWorkChangesInfo
30 public function setCourseId($courseId) argument
32 $this->courseId = $courseId;
39 return $this->courseId;
H A DTeacher.php25 public $courseId; variable in Google\\Service\\Classroom\\Teacher
36 public function setCourseId($courseId) argument
38 $this->courseId = $courseId;
45 return $this->courseId;
H A DInvitation.php25 public $courseId; variable in Google\\Service\\Classroom\\Invitation
42 public function setCourseId($courseId) argument
44 $this->courseId = $courseId;
51 return $this->courseId;
H A DTopic.php25 public $courseId; variable in Google\\Service\\Classroom\\Topic
42 public function setCourseId($courseId) argument
44 $this->courseId = $courseId;
51 return $this->courseId;
H A DStudent.php25 public $courseId; variable in Google\\Service\\Classroom\\Student
38 public function setCourseId($courseId) argument
40 $this->courseId = $courseId;
47 return $this->courseId;
H A DAnnouncement.php34 public $courseId; variable in Google\\Service\\Classroom\\Announcement
99 public function setCourseId($courseId) argument
101 $this->courseId = $courseId;
108 return $this->courseId;
H A DCourseWorkMaterial.php34 public $courseId; variable in Google\\Service\\Classroom\\CourseWorkMaterial
107 public function setCourseId($courseId) argument
109 $this->courseId = $courseId;
116 return $this->courseId;
H A DStudentSubmission.php37 public $courseId; variable in Google\\Service\\Classroom\\StudentSubmission
131 public function setCourseId($courseId) argument
133 $this->courseId = $courseId;
140 return $this->courseId;
H A DCourseWork.php40 public $courseId; variable in Google\\Service\\Classroom\\CourseWork
158 public function setCourseId($courseId) argument
160 $this->courseId = $courseId;
167 return $this->courseId;