driveFile = $driveFile; } /** * @return Google_Service_Classroom_DriveFile */ public function getDriveFile() { return $this->driveFile; } /** * @param Google_Service_Classroom_Form */ public function setForm(Google_Service_Classroom_Form $form) { $this->form = $form; } /** * @return Google_Service_Classroom_Form */ public function getForm() { return $this->form; } /** * @param Google_Service_Classroom_Link */ public function setLink(Google_Service_Classroom_Link $link) { $this->link = $link; } /** * @return Google_Service_Classroom_Link */ public function getLink() { return $this->link; } /** * @param Google_Service_Classroom_YouTubeVideo */ public function setYouTubeVideo(Google_Service_Classroom_YouTubeVideo $youTubeVideo) { $this->youTubeVideo = $youTubeVideo; } /** * @return Google_Service_Classroom_YouTubeVideo */ public function getYouTubeVideo() { return $this->youTubeVideo; } }