/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/DriveActivity
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Owner.php (2313B)
domain = $domain;
}
/**
* @return Google_Service_DriveActivity_Domain
*/
public function getDomain()
{
return $this->domain;
}
/**
* @param Google_Service_DriveActivity_DriveReference
*/
public function setDrive(Google_Service_DriveActivity_DriveReference $drive)
{
$this->drive = $drive;
}
/**
* @return Google_Service_DriveActivity_DriveReference
*/
public function getDrive()
{
return $this->drive;
}
/**
* @param Google_Service_DriveActivity_TeamDriveReference
*/
public function setTeamDrive(Google_Service_DriveActivity_TeamDriveReference $teamDrive)
{
$this->teamDrive = $teamDrive;
}
/**
* @return Google_Service_DriveActivity_TeamDriveReference
*/
public function getTeamDrive()
{
return $this->teamDrive;
}
/**
* @param Google_Service_DriveActivity_User
*/
public function setUser(Google_Service_DriveActivity_User $user)
{
$this->user = $user;
}
/**
* @return Google_Service_DriveActivity_User
*/
public function getUser()
{
return $this->user;
}
}