| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/Resource/ |
| D | CoursesAnnouncements.php | 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 [all …]
|
| D | CoursesCourseWork.php | 48 * @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]; 112 * @param string $courseId Identifier of the course. This identifier can be [all …]
|
| D | CoursesCourseWorkStudentSubmissions.php | 45 * @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 123 …public function modifyAttachments($courseId, $courseWorkId, $id, ModifyAttachmentsRequest $postBod… argument 125 …$params = ['courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $p… 143 * @param string $courseId Identifier of the course. This identifier can be [all …]
|
| D | CoursesCourseWorkMaterials.php | 44 * @param string $courseId Identifier of the course. This identifier can be 50 public function create($courseId, CourseWorkMaterial $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]; 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 [all …]
|
| D | CoursesTopics.php | 41 * @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]; 60 * @param string $courseId Identifier of the course. This identifier can be 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]; 97 * @param string $courseId Identifier of the course. This identifier can be [all …]
|
| D | CoursesTeachers.php | 48 * @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]; 113 * @param string $courseId Identifier of the course. This identifier can be [all …]
|
| D | CoursesStudents.php | 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 [all …]
|
| D | CoursesAliases.php | 43 * @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/ |
| D | Classroom.php | 226 'path' => 'v1/courses/{courseId}/aliases', 229 'courseId' => [ 236 'path' => 'v1/courses/{courseId}/aliases/{alias}', 239 'courseId' => [ 251 'path' => 'v1/courses/{courseId}/aliases', 254 'courseId' => [ 279 'path' => 'v1/courses/{courseId}/announcements', 282 'courseId' => [ 289 'path' => 'v1/courses/{courseId}/announcements/{id}', 292 'courseId' => [ [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/ |
| D | CourseRosterChangesInfo.php | 25 public $courseId; variable in Google\\Service\\Classroom\\CourseRosterChangesInfo 30 public function setCourseId($courseId) argument 32 $this->courseId = $courseId; 39 return $this->courseId;
|
| D | CourseWorkChangesInfo.php | 25 public $courseId; variable in Google\\Service\\Classroom\\CourseWorkChangesInfo 30 public function setCourseId($courseId) argument 32 $this->courseId = $courseId; 39 return $this->courseId;
|
| D | Teacher.php | 25 public $courseId; variable in Google\\Service\\Classroom\\Teacher 36 public function setCourseId($courseId) argument 38 $this->courseId = $courseId; 45 return $this->courseId;
|
| D | Invitation.php | 25 public $courseId; variable in Google\\Service\\Classroom\\Invitation 42 public function setCourseId($courseId) argument 44 $this->courseId = $courseId; 51 return $this->courseId;
|
| D | Topic.php | 25 public $courseId; variable in Google\\Service\\Classroom\\Topic 42 public function setCourseId($courseId) argument 44 $this->courseId = $courseId; 51 return $this->courseId;
|
| D | Student.php | 25 public $courseId; variable in Google\\Service\\Classroom\\Student 38 public function setCourseId($courseId) argument 40 $this->courseId = $courseId; 47 return $this->courseId;
|
| D | Announcement.php | 34 public $courseId; variable in Google\\Service\\Classroom\\Announcement 99 public function setCourseId($courseId) argument 101 $this->courseId = $courseId; 108 return $this->courseId;
|
| D | CourseWorkMaterial.php | 34 public $courseId; variable in Google\\Service\\Classroom\\CourseWorkMaterial 107 public function setCourseId($courseId) argument 109 $this->courseId = $courseId; 116 return $this->courseId;
|
| D | StudentSubmission.php | 37 public $courseId; variable in Google\\Service\\Classroom\\StudentSubmission 131 public function setCourseId($courseId) argument 133 $this->courseId = $courseId; 140 return $this->courseId;
|
| D | CourseWork.php | 40 public $courseId; variable in Google\\Service\\Classroom\\CourseWork 158 public function setCourseId($courseId) argument 160 $this->courseId = $courseId; 167 return $this->courseId;
|