/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appsactivity
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Activity.php (1565B)
combinedEvent = $combinedEvent;
}
/**
* @return Google_Service_Appsactivity_Event
*/
public function getCombinedEvent()
{
return $this->combinedEvent;
}
/**
* @param Google_Service_Appsactivity_Event
*/
public function setSingleEvents($singleEvents)
{
$this->singleEvents = $singleEvents;
}
/**
* @return Google_Service_Appsactivity_Event
*/
public function getSingleEvents()
{
return $this->singleEvents;
}
}