/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement/CrossProfilePolicies.php (2036B)
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 string
*/
public function setShowWorkContactsInPersonalProfile($showWorkContactsInPersonalProfile)
{
$this->showWorkContactsInPersonalProfile = $showWorkContactsInPersonalProfile;
}
/**
* @return string
*/
public function getShowWorkContactsInPersonalProfile()
{
return $this->showWorkContactsInPersonalProfile;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CrossProfilePolicies::class, 'Google_Service_AndroidManagement_CrossProfilePolicies');