/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement/PersonalUsagePolicies.php (3166B)
accountTypesWithManagementDisabled = $accountTypesWithManagementDisabled;
}
/**
* @return string[]
*/
public function getAccountTypesWithManagementDisabled()
{
return $this->accountTypesWithManagementDisabled;
}
/**
* @param bool
*/
public function setCameraDisabled($cameraDisabled)
{
$this->cameraDisabled = $cameraDisabled;
}
/**
* @return bool
*/
public function getCameraDisabled()
{
return $this->cameraDisabled;
}
/**
* @param int
*/
public function setMaxDaysWithWorkOff($maxDaysWithWorkOff)
{
$this->maxDaysWithWorkOff = $maxDaysWithWorkOff;
}
/**
* @return int
*/
public function getMaxDaysWithWorkOff()
{
return $this->maxDaysWithWorkOff;
}
/**
* @param PersonalApplicationPolicy[]
*/
public function setPersonalApplications($personalApplications)
{
$this->personalApplications = $personalApplications;
}
/**
* @return PersonalApplicationPolicy[]
*/
public function getPersonalApplications()
{
return $this->personalApplications;
}
/**
* @param string
*/
public function setPersonalPlayStoreMode($personalPlayStoreMode)
{
$this->personalPlayStoreMode = $personalPlayStoreMode;
}
/**
* @return string
*/
public function getPersonalPlayStoreMode()
{
return $this->personalPlayStoreMode;
}
/**
* @param bool
*/
public function setScreenCaptureDisabled($screenCaptureDisabled)
{
$this->screenCaptureDisabled = $screenCaptureDisabled;
}
/**
* @return bool
*/
public function getScreenCaptureDisabled()
{
return $this->screenCaptureDisabled;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PersonalUsagePolicies::class, 'Google_Service_AndroidManagement_PersonalUsagePolicies');