/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appsactivity
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Move.php (1620B)
addedParents = $addedParents;
}
/**
* @return Google_Service_Appsactivity_AppsactivityParent
*/
public function getAddedParents()
{
return $this->addedParents;
}
/**
* @param Google_Service_Appsactivity_AppsactivityParent
*/
public function setRemovedParents($removedParents)
{
$this->removedParents = $removedParents;
}
/**
* @return Google_Service_Appsactivity_AppsactivityParent
*/
public function getRemovedParents()
{
return $this->removedParents;
}
}