/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/DriveActivity
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Create.php (1840B)
copy = $copy;
}
/**
* @return Google_Service_DriveActivity_Copy
*/
public function getCopy()
{
return $this->copy;
}
/**
* @param Google_Service_DriveActivity_DriveactivityNew
*/
public function setNew(Google_Service_DriveActivity_DriveactivityNew $new)
{
$this->new = $new;
}
/**
* @return Google_Service_DriveActivity_DriveactivityNew
*/
public function getNew()
{
return $this->new;
}
/**
* @param Google_Service_DriveActivity_Upload
*/
public function setUpload(Google_Service_DriveActivity_Upload $upload)
{
$this->upload = $upload;
}
/**
* @return Google_Service_DriveActivity_Upload
*/
public function getUpload()
{
return $this->upload;
}
}