crossProfileCopyPaste = $crossProfileCopyPaste; } /** * @return string */ public function getCrossProfileCopyPaste() { return $this->crossProfileCopyPaste; } /** * @param string */ public function setCrossProfileDataSharing($crossProfileDataSharing) { $this->crossProfileDataSharing = $crossProfileDataSharing; } /** * @return string */ public function getCrossProfileDataSharing() { return $this->crossProfileDataSharing; } /** * @param PackageNameList */ public function setExemptionsToShowWorkContactsInPersonalProfile(PackageNameList $exemptionsToShowWorkContactsInPersonalProfile) { $this->exemptionsToShowWorkContactsInPersonalProfile = $exemptionsToShowWorkContactsInPersonalProfile; } /** * @return PackageNameList */ public function getExemptionsToShowWorkContactsInPersonalProfile() { return $this->exemptionsToShowWorkContactsInPersonalProfile; } /** * @param string */ public function setShowWorkContactsInPersonalProfile($showWorkContactsInPersonalProfile) { $this->showWorkContactsInPersonalProfile = $showWorkContactsInPersonalProfile; } /** * @return string */ public function getShowWorkContactsInPersonalProfile() { return $this->showWorkContactsInPersonalProfile; } /** * @param string */ public function setWorkProfileWidgetsDefault($workProfileWidgetsDefault) { $this->workProfileWidgetsDefault = $workProfileWidgetsDefault; } /** * @return string */ public function getWorkProfileWidgetsDefault() { return $this->workProfileWidgetsDefault; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CrossProfilePolicies::class, 'Google_Service_AndroidManagement_CrossProfilePolicies');