/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Classroom
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Classroom/Material.php (2260B)
driveFile = $driveFile;
}
/**
* @return Google_Service_Classroom_SharedDriveFile
*/
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;
}
}