code
stringlengths
17
247k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function setICloudBlockPhotoStreamSync($val) { $this->_propDict["iCloudBlockPhotoStreamSync"] = boolval($val); return $this; }
Sets the iCloudBlockPhotoStreamSync Indicates whether or not to block iCloud Photo Stream Sync. @param bool $val The iCloudBlockPhotoStreamSync @return IosGeneralDeviceConfiguration
setICloudBlockPhotoStreamSync
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudBlockSharedPhotoStream() { if (array_key_exists("iCloudBlockSharedPhotoStream", $this->_propDict)) { return $this->_propDict["iCloudBlockSharedPhotoStream"]; } else { return null; } }
Gets the iCloudBlockSharedPhotoStream Indicates whether or not to block Shared Photo Stream. @return bool|null The iCloudBlockSharedPhotoStream
getICloudBlockSharedPhotoStream
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudBlockSharedPhotoStream($val) { $this->_propDict["iCloudBlockSharedPhotoStream"] = boolval($val); return $this; }
Sets the iCloudBlockSharedPhotoStream Indicates whether or not to block Shared Photo Stream. @param bool $val The iCloudBlockSharedPhotoStream @return IosGeneralDeviceConfiguration
setICloudBlockSharedPhotoStream
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getICloudRequireEncryptedBackup() { if (array_key_exists("iCloudRequireEncryptedBackup", $this->_propDict)) { return $this->_propDict["iCloudRequireEncryptedBackup"]; } else { return null; } }
Gets the iCloudRequireEncryptedBackup Indicates whether or not to require backups to iCloud be encrypted. @return bool|null The iCloudRequireEncryptedBackup
getICloudRequireEncryptedBackup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setICloudRequireEncryptedBackup($val) { $this->_propDict["iCloudRequireEncryptedBackup"] = boolval($val); return $this; }
Sets the iCloudRequireEncryptedBackup Indicates whether or not to require backups to iCloud be encrypted. @param bool $val The iCloudRequireEncryptedBackup @return IosGeneralDeviceConfiguration
setICloudRequireEncryptedBackup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getITunesBlocked() { if (array_key_exists("iTunesBlocked", $this->_propDict)) { return $this->_propDict["iTunesBlocked"]; } else { return null; } }
Gets the iTunesBlocked Indicates whether or not to block the iTunes app. Requires a supervised device for iOS 13 and later. @return bool|null The iTunesBlocked
getITunesBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setITunesBlocked($val) { $this->_propDict["iTunesBlocked"] = boolval($val); return $this; }
Sets the iTunesBlocked Indicates whether or not to block the iTunes app. Requires a supervised device for iOS 13 and later. @param bool $val The iTunesBlocked @return IosGeneralDeviceConfiguration
setITunesBlocked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getITunesBlockExplicitContent() { if (array_key_exists("iTunesBlockExplicitContent", $this->_propDict)) { return $this->_propDict["iTunesBlockExplicitContent"]; } else { return null; } }
Gets the iTunesBlockExplicitContent Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later. @return bool|null The iTunesBlockExplicitContent
getITunesBlockExplicitContent
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setITunesBlockExplicitContent($val) { $this->_propDict["iTunesBlockExplicitContent"] = boolval($val); return $this; }
Sets the iTunesBlockExplicitContent Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later. @param bool $val The iTunesBlockExplicitContent @return IosGeneralDeviceConfiguration
setITunesBlockExplicitContent
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getITunesBlockRadio() { if (array_key_exists("iTunesBlockRadio", $this->_propDict)) { return $this->_propDict["iTunesBlockRadio"]; } else { return null; } }
Gets the iTunesBlockRadio Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later). @return bool|null The iTunesBlockRadio
getITunesBlockRadio
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setITunesBlockRadio($val) { $this->_propDict["iTunesBlockRadio"] = boolval($val); return $this; }
Sets the iTunesBlockRadio Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later). @param bool $val The iTunesBlockRadio @return IosGeneralDeviceConfiguration
setITunesBlockRadio
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKeyboardBlockAutoCorrect() { if (array_key_exists("keyboardBlockAutoCorrect", $this->_propDict)) { return $this->_propDict["keyboardBlockAutoCorrect"]; } else { return null; } }
Gets the keyboardBlockAutoCorrect Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later). @return bool|null The keyboardBlockAutoCorrect
getKeyboardBlockAutoCorrect
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKeyboardBlockAutoCorrect($val) { $this->_propDict["keyboardBlockAutoCorrect"] = boolval($val); return $this; }
Sets the keyboardBlockAutoCorrect Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later). @param bool $val The keyboardBlockAutoCorrect @return IosGeneralDeviceConfiguration
setKeyboardBlockAutoCorrect
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKeyboardBlockPredictive() { if (array_key_exists("keyboardBlockPredictive", $this->_propDict)) { return $this->_propDict["keyboardBlockPredictive"]; } else { return null; } }
Gets the keyboardBlockPredictive Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later). @return bool|null The keyboardBlockPredictive
getKeyboardBlockPredictive
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKeyboardBlockPredictive($val) { $this->_propDict["keyboardBlockPredictive"] = boolval($val); return $this; }
Sets the keyboardBlockPredictive Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later). @param bool $val The keyboardBlockPredictive @return IosGeneralDeviceConfiguration
setKeyboardBlockPredictive
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKeyboardBlockShortcuts() { if (array_key_exists("keyboardBlockShortcuts", $this->_propDict)) { return $this->_propDict["keyboardBlockShortcuts"]; } else { return null; } }
Gets the keyboardBlockShortcuts Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later). @return bool|null The keyboardBlockShortcuts
getKeyboardBlockShortcuts
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKeyboardBlockShortcuts($val) { $this->_propDict["keyboardBlockShortcuts"] = boolval($val); return $this; }
Sets the keyboardBlockShortcuts Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later). @param bool $val The keyboardBlockShortcuts @return IosGeneralDeviceConfiguration
setKeyboardBlockShortcuts
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKeyboardBlockSpellCheck() { if (array_key_exists("keyboardBlockSpellCheck", $this->_propDict)) { return $this->_propDict["keyboardBlockSpellCheck"]; } else { return null; } }
Gets the keyboardBlockSpellCheck Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later). @return bool|null The keyboardBlockSpellCheck
getKeyboardBlockSpellCheck
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKeyboardBlockSpellCheck($val) { $this->_propDict["keyboardBlockSpellCheck"] = boolval($val); return $this; }
Sets the keyboardBlockSpellCheck Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later). @param bool $val The keyboardBlockSpellCheck @return IosGeneralDeviceConfiguration
setKeyboardBlockSpellCheck
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowAssistiveSpeak() { if (array_key_exists("kioskModeAllowAssistiveSpeak", $this->_propDict)) { return $this->_propDict["kioskModeAllowAssistiveSpeak"]; } else { return null; } }
Gets the kioskModeAllowAssistiveSpeak Indicates whether or not to allow assistive speak while in kiosk mode. @return bool|null The kioskModeAllowAssistiveSpeak
getKioskModeAllowAssistiveSpeak
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowAssistiveSpeak($val) { $this->_propDict["kioskModeAllowAssistiveSpeak"] = boolval($val); return $this; }
Sets the kioskModeAllowAssistiveSpeak Indicates whether or not to allow assistive speak while in kiosk mode. @param bool $val The kioskModeAllowAssistiveSpeak @return IosGeneralDeviceConfiguration
setKioskModeAllowAssistiveSpeak
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowAssistiveTouchSettings() { if (array_key_exists("kioskModeAllowAssistiveTouchSettings", $this->_propDict)) { return $this->_propDict["kioskModeAllowAssistiveTouchSettings"]; } else { return null; } }
Gets the kioskModeAllowAssistiveTouchSettings Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode. @return bool|null The kioskModeAllowAssistiveTouchSettings
getKioskModeAllowAssistiveTouchSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowAssistiveTouchSettings($val) { $this->_propDict["kioskModeAllowAssistiveTouchSettings"] = boolval($val); return $this; }
Sets the kioskModeAllowAssistiveTouchSettings Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode. @param bool $val The kioskModeAllowAssistiveTouchSettings @return IosGeneralDeviceConfiguration
setKioskModeAllowAssistiveTouchSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowAutoLock() { if (array_key_exists("kioskModeAllowAutoLock", $this->_propDict)) { return $this->_propDict["kioskModeAllowAutoLock"]; } else { return null; } }
Gets the kioskModeAllowAutoLock Indicates whether or not to allow device auto lock while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockAutoLock instead. @return bool|null The kioskModeAllowAutoLock
getKioskModeAllowAutoLock
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowAutoLock($val) { $this->_propDict["kioskModeAllowAutoLock"] = boolval($val); return $this; }
Sets the kioskModeAllowAutoLock Indicates whether or not to allow device auto lock while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockAutoLock instead. @param bool $val The kioskModeAllowAutoLock @return IosGeneralDeviceConfiguration
setKioskModeAllowAutoLock
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowColorInversionSettings() { if (array_key_exists("kioskModeAllowColorInversionSettings", $this->_propDict)) { return $this->_propDict["kioskModeAllowColorInversionSettings"]; } else { return null; } }
Gets the kioskModeAllowColorInversionSettings Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode. @return bool|null The kioskModeAllowColorInversionSettings
getKioskModeAllowColorInversionSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowColorInversionSettings($val) { $this->_propDict["kioskModeAllowColorInversionSettings"] = boolval($val); return $this; }
Sets the kioskModeAllowColorInversionSettings Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode. @param bool $val The kioskModeAllowColorInversionSettings @return IosGeneralDeviceConfiguration
setKioskModeAllowColorInversionSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowRingerSwitch() { if (array_key_exists("kioskModeAllowRingerSwitch", $this->_propDict)) { return $this->_propDict["kioskModeAllowRingerSwitch"]; } else { return null; } }
Gets the kioskModeAllowRingerSwitch Indicates whether or not to allow use of the ringer switch while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockRingerSwitch instead. @return bool|null The kioskModeAllowRingerSwitch
getKioskModeAllowRingerSwitch
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowRingerSwitch($val) { $this->_propDict["kioskModeAllowRingerSwitch"] = boolval($val); return $this; }
Sets the kioskModeAllowRingerSwitch Indicates whether or not to allow use of the ringer switch while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockRingerSwitch instead. @param bool $val The kioskModeAllowRingerSwitch @return IosGeneralDeviceConfiguration
setKioskModeAllowRingerSwitch
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowScreenRotation() { if (array_key_exists("kioskModeAllowScreenRotation", $this->_propDict)) { return $this->_propDict["kioskModeAllowScreenRotation"]; } else { return null; } }
Gets the kioskModeAllowScreenRotation Indicates whether or not to allow screen rotation while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockScreenRotation instead. @return bool|null The kioskModeAllowScreenRotation
getKioskModeAllowScreenRotation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowScreenRotation($val) { $this->_propDict["kioskModeAllowScreenRotation"] = boolval($val); return $this; }
Sets the kioskModeAllowScreenRotation Indicates whether or not to allow screen rotation while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockScreenRotation instead. @param bool $val The kioskModeAllowScreenRotation @return IosGeneralDeviceConfiguration
setKioskModeAllowScreenRotation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowSleepButton() { if (array_key_exists("kioskModeAllowSleepButton", $this->_propDict)) { return $this->_propDict["kioskModeAllowSleepButton"]; } else { return null; } }
Gets the kioskModeAllowSleepButton Indicates whether or not to allow use of the sleep button while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockSleepButton instead. @return bool|null The kioskModeAllowSleepButton
getKioskModeAllowSleepButton
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowSleepButton($val) { $this->_propDict["kioskModeAllowSleepButton"] = boolval($val); return $this; }
Sets the kioskModeAllowSleepButton Indicates whether or not to allow use of the sleep button while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockSleepButton instead. @param bool $val The kioskModeAllowSleepButton @return IosGeneralDeviceConfiguration
setKioskModeAllowSleepButton
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowTouchscreen() { if (array_key_exists("kioskModeAllowTouchscreen", $this->_propDict)) { return $this->_propDict["kioskModeAllowTouchscreen"]; } else { return null; } }
Gets the kioskModeAllowTouchscreen Indicates whether or not to allow use of the touchscreen while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockTouchscreen instead. @return bool|null The kioskModeAllowTouchscreen
getKioskModeAllowTouchscreen
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowTouchscreen($val) { $this->_propDict["kioskModeAllowTouchscreen"] = boolval($val); return $this; }
Sets the kioskModeAllowTouchscreen Indicates whether or not to allow use of the touchscreen while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockTouchscreen instead. @param bool $val The kioskModeAllowTouchscreen @return IosGeneralDeviceConfiguration
setKioskModeAllowTouchscreen
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowVoiceControlModification() { if (array_key_exists("kioskModeAllowVoiceControlModification", $this->_propDict)) { return $this->_propDict["kioskModeAllowVoiceControlModification"]; } else { return null; } }
Gets the kioskModeAllowVoiceControlModification Indicates whether or not to allow the user to toggle voice control in kiosk mode. @return bool|null The kioskModeAllowVoiceControlModification
getKioskModeAllowVoiceControlModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowVoiceControlModification($val) { $this->_propDict["kioskModeAllowVoiceControlModification"] = boolval($val); return $this; }
Sets the kioskModeAllowVoiceControlModification Indicates whether or not to allow the user to toggle voice control in kiosk mode. @param bool $val The kioskModeAllowVoiceControlModification @return IosGeneralDeviceConfiguration
setKioskModeAllowVoiceControlModification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowVoiceOverSettings() { if (array_key_exists("kioskModeAllowVoiceOverSettings", $this->_propDict)) { return $this->_propDict["kioskModeAllowVoiceOverSettings"]; } else { return null; } }
Gets the kioskModeAllowVoiceOverSettings Indicates whether or not to allow access to the voice over settings while in kiosk mode. @return bool|null The kioskModeAllowVoiceOverSettings
getKioskModeAllowVoiceOverSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowVoiceOverSettings($val) { $this->_propDict["kioskModeAllowVoiceOverSettings"] = boolval($val); return $this; }
Sets the kioskModeAllowVoiceOverSettings Indicates whether or not to allow access to the voice over settings while in kiosk mode. @param bool $val The kioskModeAllowVoiceOverSettings @return IosGeneralDeviceConfiguration
setKioskModeAllowVoiceOverSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowVolumeButtons() { if (array_key_exists("kioskModeAllowVolumeButtons", $this->_propDict)) { return $this->_propDict["kioskModeAllowVolumeButtons"]; } else { return null; } }
Gets the kioskModeAllowVolumeButtons Indicates whether or not to allow use of the volume buttons while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockVolumeButtons instead. @return bool|null The kioskModeAllowVolumeButtons
getKioskModeAllowVolumeButtons
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowVolumeButtons($val) { $this->_propDict["kioskModeAllowVolumeButtons"] = boolval($val); return $this; }
Sets the kioskModeAllowVolumeButtons Indicates whether or not to allow use of the volume buttons while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockVolumeButtons instead. @param bool $val The kioskModeAllowVolumeButtons @return IosGeneralDeviceConfiguration
setKioskModeAllowVolumeButtons
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAllowZoomSettings() { if (array_key_exists("kioskModeAllowZoomSettings", $this->_propDict)) { return $this->_propDict["kioskModeAllowZoomSettings"]; } else { return null; } }
Gets the kioskModeAllowZoomSettings Indicates whether or not to allow access to the zoom settings while in kiosk mode. @return bool|null The kioskModeAllowZoomSettings
getKioskModeAllowZoomSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAllowZoomSettings($val) { $this->_propDict["kioskModeAllowZoomSettings"] = boolval($val); return $this; }
Sets the kioskModeAllowZoomSettings Indicates whether or not to allow access to the zoom settings while in kiosk mode. @param bool $val The kioskModeAllowZoomSettings @return IosGeneralDeviceConfiguration
setKioskModeAllowZoomSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAppStoreUrl() { if (array_key_exists("kioskModeAppStoreUrl", $this->_propDict)) { return $this->_propDict["kioskModeAppStoreUrl"]; } else { return null; } }
Gets the kioskModeAppStoreUrl URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known. @return string|null The kioskModeAppStoreUrl
getKioskModeAppStoreUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAppStoreUrl($val) { $this->_propDict["kioskModeAppStoreUrl"] = $val; return $this; }
Sets the kioskModeAppStoreUrl URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known. @param string $val The kioskModeAppStoreUrl @return IosGeneralDeviceConfiguration
setKioskModeAppStoreUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeAppType() { if (array_key_exists("kioskModeAppType", $this->_propDict)) { if (is_a($this->_propDict["kioskModeAppType"], "\Beta\Microsoft\Graph\Model\IosKioskModeAppType") || is_null($this->_propDict["kioskModeAppType"])) { return $this->_propDict["kioskModeAppType"]; } else { $this->_propDict["kioskModeAppType"] = new IosKioskModeAppType($this->_propDict["kioskModeAppType"]); return $this->_propDict["kioskModeAppType"]; } } return null; }
Gets the kioskModeAppType Type of app to run in kiosk mode. Possible values are: notConfigured, appStoreApp, managedApp, builtInApp. @return IosKioskModeAppType|null The kioskModeAppType
getKioskModeAppType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeAppType($val) { $this->_propDict["kioskModeAppType"] = $val; return $this; }
Sets the kioskModeAppType Type of app to run in kiosk mode. Possible values are: notConfigured, appStoreApp, managedApp, builtInApp. @param IosKioskModeAppType $val The kioskModeAppType @return IosGeneralDeviceConfiguration
setKioskModeAppType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeBlockAutoLock() { if (array_key_exists("kioskModeBlockAutoLock", $this->_propDict)) { return $this->_propDict["kioskModeBlockAutoLock"]; } else { return null; } }
Gets the kioskModeBlockAutoLock Indicates whether or not to block device auto lock while in kiosk mode. @return bool|null The kioskModeBlockAutoLock
getKioskModeBlockAutoLock
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeBlockAutoLock($val) { $this->_propDict["kioskModeBlockAutoLock"] = boolval($val); return $this; }
Sets the kioskModeBlockAutoLock Indicates whether or not to block device auto lock while in kiosk mode. @param bool $val The kioskModeBlockAutoLock @return IosGeneralDeviceConfiguration
setKioskModeBlockAutoLock
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeBlockRingerSwitch() { if (array_key_exists("kioskModeBlockRingerSwitch", $this->_propDict)) { return $this->_propDict["kioskModeBlockRingerSwitch"]; } else { return null; } }
Gets the kioskModeBlockRingerSwitch Indicates whether or not to block use of the ringer switch while in kiosk mode. @return bool|null The kioskModeBlockRingerSwitch
getKioskModeBlockRingerSwitch
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeBlockRingerSwitch($val) { $this->_propDict["kioskModeBlockRingerSwitch"] = boolval($val); return $this; }
Sets the kioskModeBlockRingerSwitch Indicates whether or not to block use of the ringer switch while in kiosk mode. @param bool $val The kioskModeBlockRingerSwitch @return IosGeneralDeviceConfiguration
setKioskModeBlockRingerSwitch
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeBlockScreenRotation() { if (array_key_exists("kioskModeBlockScreenRotation", $this->_propDict)) { return $this->_propDict["kioskModeBlockScreenRotation"]; } else { return null; } }
Gets the kioskModeBlockScreenRotation Indicates whether or not to block screen rotation while in kiosk mode. @return bool|null The kioskModeBlockScreenRotation
getKioskModeBlockScreenRotation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeBlockScreenRotation($val) { $this->_propDict["kioskModeBlockScreenRotation"] = boolval($val); return $this; }
Sets the kioskModeBlockScreenRotation Indicates whether or not to block screen rotation while in kiosk mode. @param bool $val The kioskModeBlockScreenRotation @return IosGeneralDeviceConfiguration
setKioskModeBlockScreenRotation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeBlockTouchscreen() { if (array_key_exists("kioskModeBlockTouchscreen", $this->_propDict)) { return $this->_propDict["kioskModeBlockTouchscreen"]; } else { return null; } }
Gets the kioskModeBlockTouchscreen Indicates whether or not to block use of the touchscreen while in kiosk mode. @return bool|null The kioskModeBlockTouchscreen
getKioskModeBlockTouchscreen
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeBlockTouchscreen($val) { $this->_propDict["kioskModeBlockTouchscreen"] = boolval($val); return $this; }
Sets the kioskModeBlockTouchscreen Indicates whether or not to block use of the touchscreen while in kiosk mode. @param bool $val The kioskModeBlockTouchscreen @return IosGeneralDeviceConfiguration
setKioskModeBlockTouchscreen
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeBuiltInAppId() { if (array_key_exists("kioskModeBuiltInAppId", $this->_propDict)) { return $this->_propDict["kioskModeBuiltInAppId"]; } else { return null; } }
Gets the kioskModeBuiltInAppId ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set. @return string|null The kioskModeBuiltInAppId
getKioskModeBuiltInAppId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeBuiltInAppId($val) { $this->_propDict["kioskModeBuiltInAppId"] = $val; return $this; }
Sets the kioskModeBuiltInAppId ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set. @param string $val The kioskModeBuiltInAppId @return IosGeneralDeviceConfiguration
setKioskModeBuiltInAppId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeEnableVoiceControl() { if (array_key_exists("kioskModeEnableVoiceControl", $this->_propDict)) { return $this->_propDict["kioskModeEnableVoiceControl"]; } else { return null; } }
Gets the kioskModeEnableVoiceControl Indicates whether or not to enable voice control in kiosk mode. @return bool|null The kioskModeEnableVoiceControl
getKioskModeEnableVoiceControl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeEnableVoiceControl($val) { $this->_propDict["kioskModeEnableVoiceControl"] = boolval($val); return $this; }
Sets the kioskModeEnableVoiceControl Indicates whether or not to enable voice control in kiosk mode. @param bool $val The kioskModeEnableVoiceControl @return IosGeneralDeviceConfiguration
setKioskModeEnableVoiceControl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeManagedAppId() { if (array_key_exists("kioskModeManagedAppId", $this->_propDict)) { return $this->_propDict["kioskModeManagedAppId"]; } else { return null; } }
Gets the kioskModeManagedAppId Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored. @return string|null The kioskModeManagedAppId
getKioskModeManagedAppId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeManagedAppId($val) { $this->_propDict["kioskModeManagedAppId"] = $val; return $this; }
Sets the kioskModeManagedAppId Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored. @param string $val The kioskModeManagedAppId @return IosGeneralDeviceConfiguration
setKioskModeManagedAppId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeRequireAssistiveTouch() { if (array_key_exists("kioskModeRequireAssistiveTouch", $this->_propDict)) { return $this->_propDict["kioskModeRequireAssistiveTouch"]; } else { return null; } }
Gets the kioskModeRequireAssistiveTouch Indicates whether or not to require assistive touch while in kiosk mode. @return bool|null The kioskModeRequireAssistiveTouch
getKioskModeRequireAssistiveTouch
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeRequireAssistiveTouch($val) { $this->_propDict["kioskModeRequireAssistiveTouch"] = boolval($val); return $this; }
Sets the kioskModeRequireAssistiveTouch Indicates whether or not to require assistive touch while in kiosk mode. @param bool $val The kioskModeRequireAssistiveTouch @return IosGeneralDeviceConfiguration
setKioskModeRequireAssistiveTouch
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeRequireColorInversion() { if (array_key_exists("kioskModeRequireColorInversion", $this->_propDict)) { return $this->_propDict["kioskModeRequireColorInversion"]; } else { return null; } }
Gets the kioskModeRequireColorInversion Indicates whether or not to require color inversion while in kiosk mode. @return bool|null The kioskModeRequireColorInversion
getKioskModeRequireColorInversion
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeRequireColorInversion($val) { $this->_propDict["kioskModeRequireColorInversion"] = boolval($val); return $this; }
Sets the kioskModeRequireColorInversion Indicates whether or not to require color inversion while in kiosk mode. @param bool $val The kioskModeRequireColorInversion @return IosGeneralDeviceConfiguration
setKioskModeRequireColorInversion
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeRequireMonoAudio() { if (array_key_exists("kioskModeRequireMonoAudio", $this->_propDict)) { return $this->_propDict["kioskModeRequireMonoAudio"]; } else { return null; } }
Gets the kioskModeRequireMonoAudio Indicates whether or not to require mono audio while in kiosk mode. @return bool|null The kioskModeRequireMonoAudio
getKioskModeRequireMonoAudio
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeRequireMonoAudio($val) { $this->_propDict["kioskModeRequireMonoAudio"] = boolval($val); return $this; }
Sets the kioskModeRequireMonoAudio Indicates whether or not to require mono audio while in kiosk mode. @param bool $val The kioskModeRequireMonoAudio @return IosGeneralDeviceConfiguration
setKioskModeRequireMonoAudio
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeRequireVoiceOver() { if (array_key_exists("kioskModeRequireVoiceOver", $this->_propDict)) { return $this->_propDict["kioskModeRequireVoiceOver"]; } else { return null; } }
Gets the kioskModeRequireVoiceOver Indicates whether or not to require voice over while in kiosk mode. @return bool|null The kioskModeRequireVoiceOver
getKioskModeRequireVoiceOver
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeRequireVoiceOver($val) { $this->_propDict["kioskModeRequireVoiceOver"] = boolval($val); return $this; }
Sets the kioskModeRequireVoiceOver Indicates whether or not to require voice over while in kiosk mode. @param bool $val The kioskModeRequireVoiceOver @return IosGeneralDeviceConfiguration
setKioskModeRequireVoiceOver
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getKioskModeRequireZoom() { if (array_key_exists("kioskModeRequireZoom", $this->_propDict)) { return $this->_propDict["kioskModeRequireZoom"]; } else { return null; } }
Gets the kioskModeRequireZoom Indicates whether or not to require zoom while in kiosk mode. @return bool|null The kioskModeRequireZoom
getKioskModeRequireZoom
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setKioskModeRequireZoom($val) { $this->_propDict["kioskModeRequireZoom"] = boolval($val); return $this; }
Sets the kioskModeRequireZoom Indicates whether or not to require zoom while in kiosk mode. @param bool $val The kioskModeRequireZoom @return IosGeneralDeviceConfiguration
setKioskModeRequireZoom
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getLockScreenBlockControlCenter() { if (array_key_exists("lockScreenBlockControlCenter", $this->_propDict)) { return $this->_propDict["lockScreenBlockControlCenter"]; } else { return null; } }
Gets the lockScreenBlockControlCenter Indicates whether or not to block the user from using control center on the lock screen. @return bool|null The lockScreenBlockControlCenter
getLockScreenBlockControlCenter
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setLockScreenBlockControlCenter($val) { $this->_propDict["lockScreenBlockControlCenter"] = boolval($val); return $this; }
Sets the lockScreenBlockControlCenter Indicates whether or not to block the user from using control center on the lock screen. @param bool $val The lockScreenBlockControlCenter @return IosGeneralDeviceConfiguration
setLockScreenBlockControlCenter
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getLockScreenBlockNotificationView() { if (array_key_exists("lockScreenBlockNotificationView", $this->_propDict)) { return $this->_propDict["lockScreenBlockNotificationView"]; } else { return null; } }
Gets the lockScreenBlockNotificationView Indicates whether or not to block the user from using the notification view on the lock screen. @return bool|null The lockScreenBlockNotificationView
getLockScreenBlockNotificationView
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setLockScreenBlockNotificationView($val) { $this->_propDict["lockScreenBlockNotificationView"] = boolval($val); return $this; }
Sets the lockScreenBlockNotificationView Indicates whether or not to block the user from using the notification view on the lock screen. @param bool $val The lockScreenBlockNotificationView @return IosGeneralDeviceConfiguration
setLockScreenBlockNotificationView
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getLockScreenBlockPassbook() { if (array_key_exists("lockScreenBlockPassbook", $this->_propDict)) { return $this->_propDict["lockScreenBlockPassbook"]; } else { return null; } }
Gets the lockScreenBlockPassbook Indicates whether or not to block the user from using passbook when the device is locked. @return bool|null The lockScreenBlockPassbook
getLockScreenBlockPassbook
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setLockScreenBlockPassbook($val) { $this->_propDict["lockScreenBlockPassbook"] = boolval($val); return $this; }
Sets the lockScreenBlockPassbook Indicates whether or not to block the user from using passbook when the device is locked. @param bool $val The lockScreenBlockPassbook @return IosGeneralDeviceConfiguration
setLockScreenBlockPassbook
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getLockScreenBlockTodayView() { if (array_key_exists("lockScreenBlockTodayView", $this->_propDict)) { return $this->_propDict["lockScreenBlockTodayView"]; } else { return null; } }
Gets the lockScreenBlockTodayView Indicates whether or not to block the user from using the Today View on the lock screen. @return bool|null The lockScreenBlockTodayView
getLockScreenBlockTodayView
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setLockScreenBlockTodayView($val) { $this->_propDict["lockScreenBlockTodayView"] = boolval($val); return $this; }
Sets the lockScreenBlockTodayView Indicates whether or not to block the user from using the Today View on the lock screen. @param bool $val The lockScreenBlockTodayView @return IosGeneralDeviceConfiguration
setLockScreenBlockTodayView
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getManagedPasteboardRequired() { if (array_key_exists("managedPasteboardRequired", $this->_propDict)) { return $this->_propDict["managedPasteboardRequired"]; } else { return null; } }
Gets the managedPasteboardRequired Open-in management controls how people share data between unmanaged and managed apps. Setting this to true enforces copy/paste restrictions based on how you configured Block viewing corporate documents in unmanaged apps and Block viewing non-corporate documents in corporate apps. @return bool|null The managedPasteboardRequired
getManagedPasteboardRequired
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setManagedPasteboardRequired($val) { $this->_propDict["managedPasteboardRequired"] = boolval($val); return $this; }
Sets the managedPasteboardRequired Open-in management controls how people share data between unmanaged and managed apps. Setting this to true enforces copy/paste restrictions based on how you configured Block viewing corporate documents in unmanaged apps and Block viewing non-corporate documents in corporate apps. @param bool $val The managedPasteboardRequired @return IosGeneralDeviceConfiguration
setManagedPasteboardRequired
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getMediaContentRatingApps() { if (array_key_exists("mediaContentRatingApps", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingApps"], "\Beta\Microsoft\Graph\Model\RatingAppsType") || is_null($this->_propDict["mediaContentRatingApps"])) { return $this->_propDict["mediaContentRatingApps"]; } else { $this->_propDict["mediaContentRatingApps"] = new RatingAppsType($this->_propDict["mediaContentRatingApps"]); return $this->_propDict["mediaContentRatingApps"]; } } return null; }
Gets the mediaContentRatingApps Media content rating settings for Apps. Possible values are: allAllowed, allBlocked, agesAbove4, agesAbove9, agesAbove12, agesAbove17. @return RatingAppsType|null The mediaContentRatingApps
getMediaContentRatingApps
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setMediaContentRatingApps($val) { $this->_propDict["mediaContentRatingApps"] = $val; return $this; }
Sets the mediaContentRatingApps Media content rating settings for Apps. Possible values are: allAllowed, allBlocked, agesAbove4, agesAbove9, agesAbove12, agesAbove17. @param RatingAppsType $val The mediaContentRatingApps @return IosGeneralDeviceConfiguration
setMediaContentRatingApps
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getMediaContentRatingAustralia() { if (array_key_exists("mediaContentRatingAustralia", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingAustralia"], "\Beta\Microsoft\Graph\Model\MediaContentRatingAustralia") || is_null($this->_propDict["mediaContentRatingAustralia"])) { return $this->_propDict["mediaContentRatingAustralia"]; } else { $this->_propDict["mediaContentRatingAustralia"] = new MediaContentRatingAustralia($this->_propDict["mediaContentRatingAustralia"]); return $this->_propDict["mediaContentRatingAustralia"]; } } return null; }
Gets the mediaContentRatingAustralia Media content rating settings for Australia @return MediaContentRatingAustralia|null The mediaContentRatingAustralia
getMediaContentRatingAustralia
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setMediaContentRatingAustralia($val) { $this->_propDict["mediaContentRatingAustralia"] = $val; return $this; }
Sets the mediaContentRatingAustralia Media content rating settings for Australia @param MediaContentRatingAustralia $val The mediaContentRatingAustralia @return IosGeneralDeviceConfiguration
setMediaContentRatingAustralia
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getMediaContentRatingCanada() { if (array_key_exists("mediaContentRatingCanada", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingCanada"], "\Beta\Microsoft\Graph\Model\MediaContentRatingCanada") || is_null($this->_propDict["mediaContentRatingCanada"])) { return $this->_propDict["mediaContentRatingCanada"]; } else { $this->_propDict["mediaContentRatingCanada"] = new MediaContentRatingCanada($this->_propDict["mediaContentRatingCanada"]); return $this->_propDict["mediaContentRatingCanada"]; } } return null; }
Gets the mediaContentRatingCanada Media content rating settings for Canada @return MediaContentRatingCanada|null The mediaContentRatingCanada
getMediaContentRatingCanada
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setMediaContentRatingCanada($val) { $this->_propDict["mediaContentRatingCanada"] = $val; return $this; }
Sets the mediaContentRatingCanada Media content rating settings for Canada @param MediaContentRatingCanada $val The mediaContentRatingCanada @return IosGeneralDeviceConfiguration
setMediaContentRatingCanada
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getMediaContentRatingFrance() { if (array_key_exists("mediaContentRatingFrance", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingFrance"], "\Beta\Microsoft\Graph\Model\MediaContentRatingFrance") || is_null($this->_propDict["mediaContentRatingFrance"])) { return $this->_propDict["mediaContentRatingFrance"]; } else { $this->_propDict["mediaContentRatingFrance"] = new MediaContentRatingFrance($this->_propDict["mediaContentRatingFrance"]); return $this->_propDict["mediaContentRatingFrance"]; } } return null; }
Gets the mediaContentRatingFrance Media content rating settings for France @return MediaContentRatingFrance|null The mediaContentRatingFrance
getMediaContentRatingFrance
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setMediaContentRatingFrance($val) { $this->_propDict["mediaContentRatingFrance"] = $val; return $this; }
Sets the mediaContentRatingFrance Media content rating settings for France @param MediaContentRatingFrance $val The mediaContentRatingFrance @return IosGeneralDeviceConfiguration
setMediaContentRatingFrance
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getMediaContentRatingGermany() { if (array_key_exists("mediaContentRatingGermany", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingGermany"], "\Beta\Microsoft\Graph\Model\MediaContentRatingGermany") || is_null($this->_propDict["mediaContentRatingGermany"])) { return $this->_propDict["mediaContentRatingGermany"]; } else { $this->_propDict["mediaContentRatingGermany"] = new MediaContentRatingGermany($this->_propDict["mediaContentRatingGermany"]); return $this->_propDict["mediaContentRatingGermany"]; } } return null; }
Gets the mediaContentRatingGermany Media content rating settings for Germany @return MediaContentRatingGermany|null The mediaContentRatingGermany
getMediaContentRatingGermany
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setMediaContentRatingGermany($val) { $this->_propDict["mediaContentRatingGermany"] = $val; return $this; }
Sets the mediaContentRatingGermany Media content rating settings for Germany @param MediaContentRatingGermany $val The mediaContentRatingGermany @return IosGeneralDeviceConfiguration
setMediaContentRatingGermany
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getMediaContentRatingIreland() { if (array_key_exists("mediaContentRatingIreland", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingIreland"], "\Beta\Microsoft\Graph\Model\MediaContentRatingIreland") || is_null($this->_propDict["mediaContentRatingIreland"])) { return $this->_propDict["mediaContentRatingIreland"]; } else { $this->_propDict["mediaContentRatingIreland"] = new MediaContentRatingIreland($this->_propDict["mediaContentRatingIreland"]); return $this->_propDict["mediaContentRatingIreland"]; } } return null; }
Gets the mediaContentRatingIreland Media content rating settings for Ireland @return MediaContentRatingIreland|null The mediaContentRatingIreland
getMediaContentRatingIreland
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setMediaContentRatingIreland($val) { $this->_propDict["mediaContentRatingIreland"] = $val; return $this; }
Sets the mediaContentRatingIreland Media content rating settings for Ireland @param MediaContentRatingIreland $val The mediaContentRatingIreland @return IosGeneralDeviceConfiguration
setMediaContentRatingIreland
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getMediaContentRatingJapan() { if (array_key_exists("mediaContentRatingJapan", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingJapan"], "\Beta\Microsoft\Graph\Model\MediaContentRatingJapan") || is_null($this->_propDict["mediaContentRatingJapan"])) { return $this->_propDict["mediaContentRatingJapan"]; } else { $this->_propDict["mediaContentRatingJapan"] = new MediaContentRatingJapan($this->_propDict["mediaContentRatingJapan"]); return $this->_propDict["mediaContentRatingJapan"]; } } return null; }
Gets the mediaContentRatingJapan Media content rating settings for Japan @return MediaContentRatingJapan|null The mediaContentRatingJapan
getMediaContentRatingJapan
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setMediaContentRatingJapan($val) { $this->_propDict["mediaContentRatingJapan"] = $val; return $this; }
Sets the mediaContentRatingJapan Media content rating settings for Japan @param MediaContentRatingJapan $val The mediaContentRatingJapan @return IosGeneralDeviceConfiguration
setMediaContentRatingJapan
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getMediaContentRatingNewZealand() { if (array_key_exists("mediaContentRatingNewZealand", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingNewZealand"], "\Beta\Microsoft\Graph\Model\MediaContentRatingNewZealand") || is_null($this->_propDict["mediaContentRatingNewZealand"])) { return $this->_propDict["mediaContentRatingNewZealand"]; } else { $this->_propDict["mediaContentRatingNewZealand"] = new MediaContentRatingNewZealand($this->_propDict["mediaContentRatingNewZealand"]); return $this->_propDict["mediaContentRatingNewZealand"]; } } return null; }
Gets the mediaContentRatingNewZealand Media content rating settings for New Zealand @return MediaContentRatingNewZealand|null The mediaContentRatingNewZealand
getMediaContentRatingNewZealand
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setMediaContentRatingNewZealand($val) { $this->_propDict["mediaContentRatingNewZealand"] = $val; return $this; }
Sets the mediaContentRatingNewZealand Media content rating settings for New Zealand @param MediaContentRatingNewZealand $val The mediaContentRatingNewZealand @return IosGeneralDeviceConfiguration
setMediaContentRatingNewZealand
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getMediaContentRatingUnitedKingdom() { if (array_key_exists("mediaContentRatingUnitedKingdom", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingUnitedKingdom"], "\Beta\Microsoft\Graph\Model\MediaContentRatingUnitedKingdom") || is_null($this->_propDict["mediaContentRatingUnitedKingdom"])) { return $this->_propDict["mediaContentRatingUnitedKingdom"]; } else { $this->_propDict["mediaContentRatingUnitedKingdom"] = new MediaContentRatingUnitedKingdom($this->_propDict["mediaContentRatingUnitedKingdom"]); return $this->_propDict["mediaContentRatingUnitedKingdom"]; } } return null; }
Gets the mediaContentRatingUnitedKingdom Media content rating settings for United Kingdom @return MediaContentRatingUnitedKingdom|null The mediaContentRatingUnitedKingdom
getMediaContentRatingUnitedKingdom
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function setMediaContentRatingUnitedKingdom($val) { $this->_propDict["mediaContentRatingUnitedKingdom"] = $val; return $this; }
Sets the mediaContentRatingUnitedKingdom Media content rating settings for United Kingdom @param MediaContentRatingUnitedKingdom $val The mediaContentRatingUnitedKingdom @return IosGeneralDeviceConfiguration
setMediaContentRatingUnitedKingdom
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT
public function getMediaContentRatingUnitedStates() { if (array_key_exists("mediaContentRatingUnitedStates", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingUnitedStates"], "\Beta\Microsoft\Graph\Model\MediaContentRatingUnitedStates") || is_null($this->_propDict["mediaContentRatingUnitedStates"])) { return $this->_propDict["mediaContentRatingUnitedStates"]; } else { $this->_propDict["mediaContentRatingUnitedStates"] = new MediaContentRatingUnitedStates($this->_propDict["mediaContentRatingUnitedStates"]); return $this->_propDict["mediaContentRatingUnitedStates"]; } } return null; }
Gets the mediaContentRatingUnitedStates Media content rating settings for United States @return MediaContentRatingUnitedStates|null The mediaContentRatingUnitedStates
getMediaContentRatingUnitedStates
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosGeneralDeviceConfiguration.php
MIT