nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Classroom_Student */ public function setStudents($students) { $this->students = $students; } /** * @return Google_Service_Classroom_Student */ public function getStudents() { return $this->students; } }