Searched refs:studentId (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/Resource/ |
H A D | UserProfilesGuardianInvitations.php | 57 * @param string $studentId ID of the student (in standard format) 62 public function create($studentId, GuardianInvitation $postBody, $optParams = []) argument 64 $params = ['studentId' => $studentId, 'postBody' => $postBody]; 80 * @param string $studentId The ID of the student whose guardian invitation is 87 public function get($studentId, $invitationId, $optParams = []) argument 89 $params = ['studentId' => $studentId, 'invitationId' => $invitationId]; 108 * @param string $studentId The ID of the student whose guardian invitations are 130 public function listUserProfilesGuardianInvitations($studentId, $optParams = []) argument 132 $params = ['studentId' => $studentId]; 151 * @param string $studentId The ID of the student whose guardian invitation is [all …]
|
H A D | UserProfilesGuardians.php | 48 * @param string $studentId The student whose guardian is to be deleted. One of 55 public function delete($studentId, $guardianId, $optParams = []) argument 57 $params = ['studentId' => $studentId, 'guardianId' => $guardianId]; 74 * @param string $studentId The student whose guardian is being requested. One 81 public function get($studentId, $guardianId, $optParams = []) argument 83 $params = ['studentId' => $studentId, 'guardianId' => $guardianId]; 104 * @param string $studentId Filter results by the student who the guardian is 124 public function listUserProfilesGuardians($studentId, $optParams = []) argument 126 $params = ['studentId' => $studentId];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/ |
H A D | Guardian.php | 35 public $studentId; variable in Google\\Service\\Classroom\\Guardian 82 public function setStudentId($studentId) argument 84 $this->studentId = $studentId; 91 return $this->studentId;
|
H A D | GuardianInvitation.php | 41 public $studentId; variable in Google\\Service\\Classroom\\GuardianInvitation 102 public function setStudentId($studentId) argument 104 $this->studentId = $studentId; 111 return $this->studentId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Classroom.php | 182 'studentId' => [ 1111 'path' => 'v1/userProfiles/{studentId}/guardianInvitations', 1114 'studentId' => [ 1124 'studentId' => [ 1136 'path' => 'v1/userProfiles/{studentId}/guardianInvitations', 1139 'studentId' => [ 1166 'studentId' => [ 1195 'studentId' => [ 1210 'studentId' => [ 1222 'path' => 'v1/userProfiles/{studentId}/guardians', [all …]
|