/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appsactivity
NameSizeModeActions
Resource/-0755rm
Activity.php15650644editdlrm
AppsactivityParent.php11100644editdlrm
Event.php36350644editdlrm
ListActivitiesResponse.php13330644editdlrm
Move.php16200644editdlrm
Permission.php18290644editdlrm
PermissionChange.php16520644editdlrm
Photo.php7990644editdlrm
Rename.php10050644editdlrm
Target.php11050644editdlrm
User.php17000644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Event.php (3635B)
additionalEventTypes = $additionalEventTypes; } public function getAdditionalEventTypes() { return $this->additionalEventTypes; } public function setEventTimeMillis($eventTimeMillis) { $this->eventTimeMillis = $eventTimeMillis; } public function getEventTimeMillis() { return $this->eventTimeMillis; } public function setFromUserDeletion($fromUserDeletion) { $this->fromUserDeletion = $fromUserDeletion; } public function getFromUserDeletion() { return $this->fromUserDeletion; } /** * @param Google_Service_Appsactivity_Move */ public function setMove(Google_Service_Appsactivity_Move $move) { $this->move = $move; } /** * @return Google_Service_Appsactivity_Move */ public function getMove() { return $this->move; } /** * @param Google_Service_Appsactivity_PermissionChange */ public function setPermissionChanges($permissionChanges) { $this->permissionChanges = $permissionChanges; } /** * @return Google_Service_Appsactivity_PermissionChange */ public function getPermissionChanges() { return $this->permissionChanges; } public function setPrimaryEventType($primaryEventType) { $this->primaryEventType = $primaryEventType; } public function getPrimaryEventType() { return $this->primaryEventType; } /** * @param Google_Service_Appsactivity_Rename */ public function setRename(Google_Service_Appsactivity_Rename $rename) { $this->rename = $rename; } /** * @return Google_Service_Appsactivity_Rename */ public function getRename() { return $this->rename; } /** * @param Google_Service_Appsactivity_Target */ public function setTarget(Google_Service_Appsactivity_Target $target) { $this->target = $target; } /** * @return Google_Service_Appsactivity_Target */ public function getTarget() { return $this->target; } /** * @param Google_Service_Appsactivity_User */ public function setUser(Google_Service_Appsactivity_User $user) { $this->user = $user; } /** * @return Google_Service_Appsactivity_User */ public function getUser() { return $this->user; } }