code
stringlengths
17
296k
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 getApplicationName() { if (array_key_exists("applicationName", $this->_propDict)) { return $this->_propDict["applicationName"]; } else { return null; } }
Gets the applicationName The app name of the source that sends the linkedResource. @return string|null The applicationName
getApplicationName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
MIT
public function setApplicationName($val) { $this->_propDict["applicationName"] = $val; return $this; }
Sets the applicationName The app name of the source that sends the linkedResource. @param string $val The applicationName @return LinkedResource
setApplicationName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName The title of the linkedResource. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The title of the linkedResource. @param string $val The displayName @return LinkedResource
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
MIT
public function getExternalId() { if (array_key_exists("externalId", $this->_propDict)) { return $this->_propDict["externalId"]; } else { return null; } }
Gets the externalId ID of the object that is associated with this task on the third-party/partner system. @return string|null The externalId
getExternalId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
MIT
public function setExternalId($val) { $this->_propDict["externalId"] = $val; return $this; }
Sets the externalId ID of the object that is associated with this task on the third-party/partner system. @param string $val The externalId @return LinkedResource
setExternalId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
MIT
public function getWebUrl() { if (array_key_exists("webUrl", $this->_propDict)) { return $this->_propDict["webUrl"]; } else { return null; } }
Gets the webUrl Deep link to the linkedResource. @return string|null The webUrl
getWebUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
MIT
public function setWebUrl($val) { $this->_propDict["webUrl"] = $val; return $this; }
Sets the webUrl Deep link to the linkedResource. @param string $val The webUrl @return LinkedResource
setWebUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LinkedResource.php
MIT
function pushContext() { $this->contextStack[] = [ $this->elementMap, $this->contextUri, $this->namespaceMap, $this->classMap ]; }
Create a new "context". This allows you to safely modify the elementMap, contextUri or namespaceMap. After you're done, you can restore the old data again with popContext. @return null
pushContext
php
xiebruce/PicUploader
vendor/sabre/xml/lib/ContextStackTrait.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/xml/lib/ContextStackTrait.php
MIT
function popContext() { list( $this->elementMap, $this->contextUri, $this->namespaceMap, $this->classMap ) = array_pop($this->contextStack); }
Restore the previous "context". @return null
popContext
php
xiebruce/PicUploader
vendor/sabre/xml/lib/ContextStackTrait.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/xml/lib/ContextStackTrait.php
MIT
public function getAssetTagTemplate() { if (array_key_exists("assetTagTemplate", $this->_propDict)) { return $this->_propDict["assetTagTemplate"]; } else { return null; } }
Gets the assetTagTemplate Asset tag information for the device, displayed on the login window and lock screen. @return string|null The assetTagTemplate
getAssetTagTemplate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setAssetTagTemplate($val) { $this->_propDict["assetTagTemplate"] = $val; return $this; }
Sets the assetTagTemplate Asset tag information for the device, displayed on the login window and lock screen. @param string $val The assetTagTemplate @return IosDeviceFeaturesConfiguration
setAssetTagTemplate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getContentFilterSettings() { if (array_key_exists("contentFilterSettings", $this->_propDict)) { if (is_a($this->_propDict["contentFilterSettings"], "\Beta\Microsoft\Graph\Model\IosWebContentFilterBase") || is_null($this->_propDict["contentFilterSettings"])) { return $this->_propDict["contentFilterSettings"]; } else { $this->_propDict["contentFilterSettings"] = new IosWebContentFilterBase($this->_propDict["contentFilterSettings"]); return $this->_propDict["contentFilterSettings"]; } } return null; }
Gets the contentFilterSettings Gets or sets iOS Web Content Filter settings, supervised mode only @return IosWebContentFilterBase|null The contentFilterSettings
getContentFilterSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setContentFilterSettings($val) { $this->_propDict["contentFilterSettings"] = $val; return $this; }
Sets the contentFilterSettings Gets or sets iOS Web Content Filter settings, supervised mode only @param IosWebContentFilterBase $val The contentFilterSettings @return IosDeviceFeaturesConfiguration
setContentFilterSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getHomeScreenDockIcons() { if (array_key_exists("homeScreenDockIcons", $this->_propDict)) { return $this->_propDict["homeScreenDockIcons"]; } else { return null; } }
Gets the homeScreenDockIcons A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements. @return array|null The homeScreenDockIcons
getHomeScreenDockIcons
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setHomeScreenDockIcons($val) { $this->_propDict["homeScreenDockIcons"] = $val; return $this; }
Sets the homeScreenDockIcons A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements. @param IosHomeScreenItem[] $val The homeScreenDockIcons @return IosDeviceFeaturesConfiguration
setHomeScreenDockIcons
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getHomeScreenGridHeight() { if (array_key_exists("homeScreenGridHeight", $this->_propDict)) { return $this->_propDict["homeScreenGridHeight"]; } else { return null; } }
Gets the homeScreenGridHeight Gets or sets the number of rows to render when configuring iOS home screen layout settings. If this value is configured, homeScreenGridWidth must be configured as well. @return int|null The homeScreenGridHeight
getHomeScreenGridHeight
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setHomeScreenGridHeight($val) { $this->_propDict["homeScreenGridHeight"] = intval($val); return $this; }
Sets the homeScreenGridHeight Gets or sets the number of rows to render when configuring iOS home screen layout settings. If this value is configured, homeScreenGridWidth must be configured as well. @param int $val The homeScreenGridHeight @return IosDeviceFeaturesConfiguration
setHomeScreenGridHeight
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getHomeScreenGridWidth() { if (array_key_exists("homeScreenGridWidth", $this->_propDict)) { return $this->_propDict["homeScreenGridWidth"]; } else { return null; } }
Gets the homeScreenGridWidth Gets or sets the number of columns to render when configuring iOS home screen layout settings. If this value is configured, homeScreenGridHeight must be configured as well. @return int|null The homeScreenGridWidth
getHomeScreenGridWidth
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setHomeScreenGridWidth($val) { $this->_propDict["homeScreenGridWidth"] = intval($val); return $this; }
Sets the homeScreenGridWidth Gets or sets the number of columns to render when configuring iOS home screen layout settings. If this value is configured, homeScreenGridHeight must be configured as well. @param int $val The homeScreenGridWidth @return IosDeviceFeaturesConfiguration
setHomeScreenGridWidth
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getHomeScreenPages() { if (array_key_exists("homeScreenPages", $this->_propDict)) { return $this->_propDict["homeScreenPages"]; } else { return null; } }
Gets the homeScreenPages A list of pages on the Home Screen. This collection can contain a maximum of 500 elements. @return array|null The homeScreenPages
getHomeScreenPages
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setHomeScreenPages($val) { $this->_propDict["homeScreenPages"] = $val; return $this; }
Sets the homeScreenPages A list of pages on the Home Screen. This collection can contain a maximum of 500 elements. @param IosHomeScreenPage[] $val The homeScreenPages @return IosDeviceFeaturesConfiguration
setHomeScreenPages
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getIosSingleSignOnExtension() { if (array_key_exists("iosSingleSignOnExtension", $this->_propDict)) { if (is_a($this->_propDict["iosSingleSignOnExtension"], "\Beta\Microsoft\Graph\Model\IosSingleSignOnExtension") || is_null($this->_propDict["iosSingleSignOnExtension"])) { return $this->_propDict["iosSingleSignOnExtension"]; } else { $this->_propDict["iosSingleSignOnExtension"] = new IosSingleSignOnExtension($this->_propDict["iosSingleSignOnExtension"]); return $this->_propDict["iosSingleSignOnExtension"]; } } return null; }
Gets the iosSingleSignOnExtension Gets or sets a single sign-on extension profile. @return IosSingleSignOnExtension|null The iosSingleSignOnExtension
getIosSingleSignOnExtension
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setIosSingleSignOnExtension($val) { $this->_propDict["iosSingleSignOnExtension"] = $val; return $this; }
Sets the iosSingleSignOnExtension Gets or sets a single sign-on extension profile. @param IosSingleSignOnExtension $val The iosSingleSignOnExtension @return IosDeviceFeaturesConfiguration
setIosSingleSignOnExtension
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getLockScreenFootnote() { if (array_key_exists("lockScreenFootnote", $this->_propDict)) { return $this->_propDict["lockScreenFootnote"]; } else { return null; } }
Gets the lockScreenFootnote A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later. @return string|null The lockScreenFootnote
getLockScreenFootnote
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setLockScreenFootnote($val) { $this->_propDict["lockScreenFootnote"] = $val; return $this; }
Sets the lockScreenFootnote A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later. @param string $val The lockScreenFootnote @return IosDeviceFeaturesConfiguration
setLockScreenFootnote
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getNotificationSettings() { if (array_key_exists("notificationSettings", $this->_propDict)) { return $this->_propDict["notificationSettings"]; } else { return null; } }
Gets the notificationSettings Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements. @return array|null The notificationSettings
getNotificationSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setNotificationSettings($val) { $this->_propDict["notificationSettings"] = $val; return $this; }
Sets the notificationSettings Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements. @param IosNotificationSettings[] $val The notificationSettings @return IosDeviceFeaturesConfiguration
setNotificationSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getSingleSignOnExtension() { if (array_key_exists("singleSignOnExtension", $this->_propDict)) { if (is_a($this->_propDict["singleSignOnExtension"], "\Beta\Microsoft\Graph\Model\SingleSignOnExtension") || is_null($this->_propDict["singleSignOnExtension"])) { return $this->_propDict["singleSignOnExtension"]; } else { $this->_propDict["singleSignOnExtension"] = new SingleSignOnExtension($this->_propDict["singleSignOnExtension"]); return $this->_propDict["singleSignOnExtension"]; } } return null; }
Gets the singleSignOnExtension Gets or sets a single sign-on extension profile. Deprecated: use IOSSingleSignOnExtension instead. @return SingleSignOnExtension|null The singleSignOnExtension
getSingleSignOnExtension
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setSingleSignOnExtension($val) { $this->_propDict["singleSignOnExtension"] = $val; return $this; }
Sets the singleSignOnExtension Gets or sets a single sign-on extension profile. Deprecated: use IOSSingleSignOnExtension instead. @param SingleSignOnExtension $val The singleSignOnExtension @return IosDeviceFeaturesConfiguration
setSingleSignOnExtension
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getSingleSignOnSettings() { if (array_key_exists("singleSignOnSettings", $this->_propDict)) { if (is_a($this->_propDict["singleSignOnSettings"], "\Beta\Microsoft\Graph\Model\IosSingleSignOnSettings") || is_null($this->_propDict["singleSignOnSettings"])) { return $this->_propDict["singleSignOnSettings"]; } else { $this->_propDict["singleSignOnSettings"] = new IosSingleSignOnSettings($this->_propDict["singleSignOnSettings"]); return $this->_propDict["singleSignOnSettings"]; } } return null; }
Gets the singleSignOnSettings The Kerberos login settings that enable apps on receiving devices to authenticate smoothly. @return IosSingleSignOnSettings|null The singleSignOnSettings
getSingleSignOnSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setSingleSignOnSettings($val) { $this->_propDict["singleSignOnSettings"] = $val; return $this; }
Sets the singleSignOnSettings The Kerberos login settings that enable apps on receiving devices to authenticate smoothly. @param IosSingleSignOnSettings $val The singleSignOnSettings @return IosDeviceFeaturesConfiguration
setSingleSignOnSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getWallpaperDisplayLocation() { if (array_key_exists("wallpaperDisplayLocation", $this->_propDict)) { if (is_a($this->_propDict["wallpaperDisplayLocation"], "\Beta\Microsoft\Graph\Model\IosWallpaperDisplayLocation") || is_null($this->_propDict["wallpaperDisplayLocation"])) { return $this->_propDict["wallpaperDisplayLocation"]; } else { $this->_propDict["wallpaperDisplayLocation"] = new IosWallpaperDisplayLocation($this->_propDict["wallpaperDisplayLocation"]); return $this->_propDict["wallpaperDisplayLocation"]; } } return null; }
Gets the wallpaperDisplayLocation A wallpaper display location specifier. Possible values are: notConfigured, lockScreen, homeScreen, lockAndHomeScreens. @return IosWallpaperDisplayLocation|null The wallpaperDisplayLocation
getWallpaperDisplayLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setWallpaperDisplayLocation($val) { $this->_propDict["wallpaperDisplayLocation"] = $val; return $this; }
Sets the wallpaperDisplayLocation A wallpaper display location specifier. Possible values are: notConfigured, lockScreen, homeScreen, lockAndHomeScreens. @param IosWallpaperDisplayLocation $val The wallpaperDisplayLocation @return IosDeviceFeaturesConfiguration
setWallpaperDisplayLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getWallpaperImage() { if (array_key_exists("wallpaperImage", $this->_propDict)) { if (is_a($this->_propDict["wallpaperImage"], "\Beta\Microsoft\Graph\Model\MimeContent") || is_null($this->_propDict["wallpaperImage"])) { return $this->_propDict["wallpaperImage"]; } else { $this->_propDict["wallpaperImage"] = new MimeContent($this->_propDict["wallpaperImage"]); return $this->_propDict["wallpaperImage"]; } } return null; }
Gets the wallpaperImage A wallpaper image must be in either PNG or JPEG format. It requires a supervised device with iOS 8 or later version. @return MimeContent|null The wallpaperImage
getWallpaperImage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setWallpaperImage($val) { $this->_propDict["wallpaperImage"] = $val; return $this; }
Sets the wallpaperImage A wallpaper image must be in either PNG or JPEG format. It requires a supervised device with iOS 8 or later version. @param MimeContent $val The wallpaperImage @return IosDeviceFeaturesConfiguration
setWallpaperImage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getIdentityCertificateForClientAuthentication() { if (array_key_exists("identityCertificateForClientAuthentication", $this->_propDict)) { if (is_a($this->_propDict["identityCertificateForClientAuthentication"], "\Beta\Microsoft\Graph\Model\IosCertificateProfileBase") || is_null($this->_propDict["identityCertificateForClientAuthentication"])) { return $this->_propDict["identityCertificateForClientAuthentication"]; } else { $this->_propDict["identityCertificateForClientAuthentication"] = new IosCertificateProfileBase($this->_propDict["identityCertificateForClientAuthentication"]); return $this->_propDict["identityCertificateForClientAuthentication"]; } } return null; }
Gets the identityCertificateForClientAuthentication Identity Certificate for the renewal of Kerberos ticket used in single sign-on settings. @return IosCertificateProfileBase|null The identityCertificateForClientAuthentication
getIdentityCertificateForClientAuthentication
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setIdentityCertificateForClientAuthentication($val) { $this->_propDict["identityCertificateForClientAuthentication"] = $val; return $this; }
Sets the identityCertificateForClientAuthentication Identity Certificate for the renewal of Kerberos ticket used in single sign-on settings. @param IosCertificateProfileBase $val The identityCertificateForClientAuthentication @return IosDeviceFeaturesConfiguration
setIdentityCertificateForClientAuthentication
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getSingleSignOnExtensionPkinitCertificate() { if (array_key_exists("singleSignOnExtensionPkinitCertificate", $this->_propDict)) { if (is_a($this->_propDict["singleSignOnExtensionPkinitCertificate"], "\Beta\Microsoft\Graph\Model\IosCertificateProfileBase") || is_null($this->_propDict["singleSignOnExtensionPkinitCertificate"])) { return $this->_propDict["singleSignOnExtensionPkinitCertificate"]; } else { $this->_propDict["singleSignOnExtensionPkinitCertificate"] = new IosCertificateProfileBase($this->_propDict["singleSignOnExtensionPkinitCertificate"]); return $this->_propDict["singleSignOnExtensionPkinitCertificate"]; } } return null; }
Gets the singleSignOnExtensionPkinitCertificate PKINIT Certificate for the authentication with single sign-on extension settings. @return IosCertificateProfileBase|null The singleSignOnExtensionPkinitCertificate
getSingleSignOnExtensionPkinitCertificate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function setSingleSignOnExtensionPkinitCertificate($val) { $this->_propDict["singleSignOnExtensionPkinitCertificate"] = $val; return $this; }
Sets the singleSignOnExtensionPkinitCertificate PKINIT Certificate for the authentication with single sign-on extension settings. @param IosCertificateProfileBase $val The singleSignOnExtensionPkinitCertificate @return IosDeviceFeaturesConfiguration
setSingleSignOnExtensionPkinitCertificate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosDeviceFeaturesConfiguration.php
MIT
public function getBirthDate() { if (array_key_exists("birthDate", $this->_propDict)) { if (is_a($this->_propDict["birthDate"], "\DateTime") || is_null($this->_propDict["birthDate"])) { return $this->_propDict["birthDate"]; } else { $this->_propDict["birthDate"] = new \DateTime($this->_propDict["birthDate"]); return $this->_propDict["birthDate"]; } } return null; }
Gets the birthDate Birth date of the student. @return \DateTime|null The birthDate
getBirthDate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function setBirthDate($val) { $this->_propDict["birthDate"] = $val; return $this; }
Sets the birthDate Birth date of the student. @param \DateTime $val The value to assign to the birthDate @return EducationStudent The EducationStudent
setBirthDate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function getExternalId() { if (array_key_exists("externalId", $this->_propDict)) { return $this->_propDict["externalId"]; } else { return null; } }
Gets the externalId ID of the student in the source system. @return string|null The externalId
getExternalId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function setExternalId($val) { $this->_propDict["externalId"] = $val; return $this; }
Sets the externalId ID of the student in the source system. @param string $val The value of the externalId @return EducationStudent
setExternalId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function getGender() { if (array_key_exists("gender", $this->_propDict)) { if (is_a($this->_propDict["gender"], "\Microsoft\Graph\Model\EducationGender") || is_null($this->_propDict["gender"])) { return $this->_propDict["gender"]; } else { $this->_propDict["gender"] = new EducationGender($this->_propDict["gender"]); return $this->_propDict["gender"]; } } return null; }
Gets the gender The possible values are: female, male, other, unknownFutureValue. @return EducationGender|null The gender
getGender
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function setGender($val) { $this->_propDict["gender"] = $val; return $this; }
Sets the gender The possible values are: female, male, other, unknownFutureValue. @param EducationGender $val The value to assign to the gender @return EducationStudent The EducationStudent
setGender
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function getGrade() { if (array_key_exists("grade", $this->_propDict)) { return $this->_propDict["grade"]; } else { return null; } }
Gets the grade Current grade level of the student. @return string|null The grade
getGrade
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function setGrade($val) { $this->_propDict["grade"] = $val; return $this; }
Sets the grade Current grade level of the student. @param string $val The value of the grade @return EducationStudent
setGrade
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function getGraduationYear() { if (array_key_exists("graduationYear", $this->_propDict)) { return $this->_propDict["graduationYear"]; } else { return null; } }
Gets the graduationYear Year the student is graduating from the school. @return string|null The graduationYear
getGraduationYear
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function setGraduationYear($val) { $this->_propDict["graduationYear"] = $val; return $this; }
Sets the graduationYear Year the student is graduating from the school. @param string $val The value of the graduationYear @return EducationStudent
setGraduationYear
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function getStudentNumber() { if (array_key_exists("studentNumber", $this->_propDict)) { return $this->_propDict["studentNumber"]; } else { return null; } }
Gets the studentNumber Student Number. @return string|null The studentNumber
getStudentNumber
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function setStudentNumber($val) { $this->_propDict["studentNumber"] = $val; return $this; }
Sets the studentNumber Student Number. @param string $val The value of the studentNumber @return EducationStudent
setStudentNumber
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php
MIT
public function getDescription() { if (array_key_exists("description", $this->_propDict)) { return $this->_propDict["description"]; } else { return null; } }
Gets the description A human-readable description of the current processing state of the printTask. @return string|null The description
getDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintTaskStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintTaskStatus.php
MIT
public function setDescription($val) { $this->_propDict["description"] = $val; return $this; }
Sets the description A human-readable description of the current processing state of the printTask. @param string $val The value of the description @return PrintTaskStatus
setDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintTaskStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintTaskStatus.php
MIT
public function getState() { if (array_key_exists("state", $this->_propDict)) { if (is_a($this->_propDict["state"], "\Beta\Microsoft\Graph\Model\PrintTaskProcessingState") || is_null($this->_propDict["state"])) { return $this->_propDict["state"]; } else { $this->_propDict["state"] = new PrintTaskProcessingState($this->_propDict["state"]); return $this->_propDict["state"]; } } return null; }
Gets the state The current processing state of the printTask. Valid values are described in the following table. @return PrintTaskProcessingState|null The state
getState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintTaskStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintTaskStatus.php
MIT
public function setState($val) { $this->_propDict["state"] = $val; return $this; }
Sets the state The current processing state of the printTask. Valid values are described in the following table. @param PrintTaskProcessingState $val The value to assign to the state @return PrintTaskStatus The PrintTaskStatus
setState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintTaskStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintTaskStatus.php
MIT
public function getBookmarkFolder() { if (array_key_exists("bookmarkFolder", $this->_propDict)) { return $this->_propDict["bookmarkFolder"]; } else { return null; } }
Gets the bookmarkFolder The folder into which the bookmark should be added in Safari @return string|null The bookmarkFolder
getBookmarkFolder
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
MIT
public function setBookmarkFolder($val) { $this->_propDict["bookmarkFolder"] = $val; return $this; }
Sets the bookmarkFolder The folder into which the bookmark should be added in Safari @param string $val The value of the bookmarkFolder @return IosBookmark
setBookmarkFolder
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName The display name of the bookmark @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The display name of the bookmark @param string $val The value of the displayName @return IosBookmark
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
MIT
public function getUrl() { if (array_key_exists("url", $this->_propDict)) { return $this->_propDict["url"]; } else { return null; } }
Gets the url URL allowed to access @return string|null The url
getUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
MIT
public function setUrl($val) { $this->_propDict["url"] = $val; return $this; }
Sets the url URL allowed to access @param string $val The value of the url @return IosBookmark
setUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosBookmark.php
MIT
public function getMessage() { if (array_key_exists("message", $this->_propDict)) { return $this->_propDict["message"]; } else { return null; } }
Gets the message The error message. @return string|null The message
getMessage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/OnenoteOperationError.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/OnenoteOperationError.php
MIT
public function setMessage($val) { $this->_propDict["message"] = $val; return $this; }
Sets the message The error message. @param string $val The value of the message @return OnenoteOperationError
setMessage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/OnenoteOperationError.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/OnenoteOperationError.php
MIT
public function getConfidenceLevel() { if (array_key_exists("confidenceLevel", $this->_propDict)) { return $this->_propDict["confidenceLevel"]; } else { return null; } }
Gets the confidenceLevel The confidence level, 0 to 100, of the result. @return int|null The confidenceLevel
getConfidenceLevel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
MIT
public function setConfidenceLevel($val) { $this->_propDict["confidenceLevel"] = $val; return $this; }
Sets the confidenceLevel The confidence level, 0 to 100, of the result. @param int $val The value of the confidenceLevel @return ClassificationResult
setConfidenceLevel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
MIT
public function getCount() { if (array_key_exists("count", $this->_propDict)) { return $this->_propDict["count"]; } else { return null; } }
Gets the count The number of instances of the specific information type in the input. @return int|null The count
getCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
MIT
public function setCount($val) { $this->_propDict["count"] = $val; return $this; }
Sets the count The number of instances of the specific information type in the input. @param int $val The value of the count @return ClassificationResult
setCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
MIT
public function getSensitiveTypeId() { if (array_key_exists("sensitiveTypeId", $this->_propDict)) { return $this->_propDict["sensitiveTypeId"]; } else { return null; } }
Gets the sensitiveTypeId The GUID of the discovered sensitive information type. @return string|null The sensitiveTypeId
getSensitiveTypeId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
MIT
public function setSensitiveTypeId($val) { $this->_propDict["sensitiveTypeId"] = $val; return $this; }
Sets the sensitiveTypeId The GUID of the discovered sensitive information type. @param string $val The value of the sensitiveTypeId @return ClassificationResult
setSensitiveTypeId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ClassificationResult.php
MIT
public function getInitiator() { if (array_key_exists("initiator", $this->_propDict)) { if (is_a($this->_propDict["initiator"], "\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["initiator"])) { return $this->_propDict["initiator"]; } else { $this->_propDict["initiator"] = new IdentitySet($this->_propDict["initiator"]); return $this->_propDict["initiator"]; } } return null; }
Gets the initiator Initiator of the event. @return IdentitySet|null The initiator
getInitiator
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
MIT
public function setInitiator($val) { $this->_propDict["initiator"] = $val; return $this; }
Sets the initiator Initiator of the event. @param IdentitySet $val The value to assign to the initiator @return MembersAddedEventMessageDetail The MembersAddedEventMessageDetail
setInitiator
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
MIT
public function getMembers() { if (array_key_exists("members", $this->_propDict)) { if (is_a($this->_propDict["members"], "\Microsoft\Graph\Model\TeamworkUserIdentity") || is_null($this->_propDict["members"])) { return $this->_propDict["members"]; } else { $this->_propDict["members"] = new TeamworkUserIdentity($this->_propDict["members"]); return $this->_propDict["members"]; } } return null; }
Gets the members List of members added. @return TeamworkUserIdentity|null The members
getMembers
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
MIT
public function setMembers($val) { $this->_propDict["members"] = $val; return $this; }
Sets the members List of members added. @param TeamworkUserIdentity $val The value to assign to the members @return MembersAddedEventMessageDetail The MembersAddedEventMessageDetail
setMembers
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
MIT
public function getVisibleHistoryStartDateTime() { if (array_key_exists("visibleHistoryStartDateTime", $this->_propDict)) { if (is_a($this->_propDict["visibleHistoryStartDateTime"], "\DateTime") || is_null($this->_propDict["visibleHistoryStartDateTime"])) { return $this->_propDict["visibleHistoryStartDateTime"]; } else { $this->_propDict["visibleHistoryStartDateTime"] = new \DateTime($this->_propDict["visibleHistoryStartDateTime"]); return $this->_propDict["visibleHistoryStartDateTime"]; } } return null; }
Gets the visibleHistoryStartDateTime The timestamp that denotes how far back a conversation's history is shared with the conversation members. @return \DateTime|null The visibleHistoryStartDateTime
getVisibleHistoryStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
MIT
public function setVisibleHistoryStartDateTime($val) { $this->_propDict["visibleHistoryStartDateTime"] = $val; return $this; }
Sets the visibleHistoryStartDateTime The timestamp that denotes how far back a conversation's history is shared with the conversation members. @param \DateTime $val The value to assign to the visibleHistoryStartDateTime @return MembersAddedEventMessageDetail The MembersAddedEventMessageDetail
setVisibleHistoryStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MembersAddedEventMessageDetail.php
MIT
public function getDetail() { if (array_key_exists("detail", $this->_propDict)) { if (is_a($this->_propDict["detail"], "\Beta\Microsoft\Graph\Model\AuthenticationContextDetail") || is_null($this->_propDict["detail"])) { return $this->_propDict["detail"]; } else { $this->_propDict["detail"] = new AuthenticationContextDetail($this->_propDict["detail"]); return $this->_propDict["detail"]; } } return null; }
Gets the detail Describes how the conditional access authentication context was triggered. A value of previouslySatisfied means the auth context was because the user already satisfied the requirements for that authentication context in some previous authentication event. A value of required means the user had to meet the authentication context requirement as part of the sign-in flow. The possible values are: required, previouslySatisfied, notApplicable, unknownFutureValue. @return AuthenticationContextDetail|null The detail
getDetail
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php
MIT
public function setDetail($val) { $this->_propDict["detail"] = $val; return $this; }
Sets the detail Describes how the conditional access authentication context was triggered. A value of previouslySatisfied means the auth context was because the user already satisfied the requirements for that authentication context in some previous authentication event. A value of required means the user had to meet the authentication context requirement as part of the sign-in flow. The possible values are: required, previouslySatisfied, notApplicable, unknownFutureValue. @param AuthenticationContextDetail $val The value to assign to the detail @return AuthenticationContext The AuthenticationContext
setDetail
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php
MIT
public function getId() { if (array_key_exists("id", $this->_propDict)) { return $this->_propDict["id"]; } else { return null; } }
Gets the id The identifier of a authentication context in your tenant. @return string|null The id
getId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php
MIT
public function setId($val) { $this->_propDict["id"] = $val; return $this; }
Sets the id The identifier of a authentication context in your tenant. @param string $val The value of the id @return AuthenticationContext
setId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php
MIT
public function getAccessDetails() { if (array_key_exists("accessDetails", $this->_propDict)) { if (is_a($this->_propDict["accessDetails"], "\Microsoft\Graph\Model\DelegatedAdminAccessDetails") || is_null($this->_propDict["accessDetails"])) { return $this->_propDict["accessDetails"]; } else { $this->_propDict["accessDetails"] = new DelegatedAdminAccessDetails($this->_propDict["accessDetails"]); return $this->_propDict["accessDetails"]; } } return null; }
Gets the accessDetails The access details containing the identifiers of the administrative roles that the partner admin is requesting in the customer tenant. @return DelegatedAdminAccessDetails|null The accessDetails
getAccessDetails
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function setAccessDetails($val) { $this->_propDict["accessDetails"] = $val; return $this; }
Sets the accessDetails The access details containing the identifiers of the administrative roles that the partner admin is requesting in the customer tenant. @param DelegatedAdminAccessDetails $val The accessDetails @return DelegatedAdminRelationship
setAccessDetails
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function getActivatedDateTime() { if (array_key_exists("activatedDateTime", $this->_propDict)) { if (is_a($this->_propDict["activatedDateTime"], "\DateTime") || is_null($this->_propDict["activatedDateTime"])) { return $this->_propDict["activatedDateTime"]; } else { $this->_propDict["activatedDateTime"] = new \DateTime($this->_propDict["activatedDateTime"]); return $this->_propDict["activatedDateTime"]; } } return null; }
Gets the activatedDateTime The date and time in ISO 8601 format and in UTC time when the relationship became active. Read-only. @return \DateTime|null The activatedDateTime
getActivatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function setActivatedDateTime($val) { $this->_propDict["activatedDateTime"] = $val; return $this; }
Sets the activatedDateTime The date and time in ISO 8601 format and in UTC time when the relationship became active. Read-only. @param \DateTime $val The activatedDateTime @return DelegatedAdminRelationship
setActivatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function getCreatedDateTime() { if (array_key_exists("createdDateTime", $this->_propDict)) { if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) { return $this->_propDict["createdDateTime"]; } else { $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); return $this->_propDict["createdDateTime"]; } } return null; }
Gets the createdDateTime The date and time in ISO 8601 format and in UTC time when the relationship was created. Read-only. @return \DateTime|null The createdDateTime
getCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function setCreatedDateTime($val) { $this->_propDict["createdDateTime"] = $val; return $this; }
Sets the createdDateTime The date and time in ISO 8601 format and in UTC time when the relationship was created. Read-only. @param \DateTime $val The createdDateTime @return DelegatedAdminRelationship
setCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function getCustomer() { if (array_key_exists("customer", $this->_propDict)) { if (is_a($this->_propDict["customer"], "\Microsoft\Graph\Model\DelegatedAdminRelationshipCustomerParticipant") || is_null($this->_propDict["customer"])) { return $this->_propDict["customer"]; } else { $this->_propDict["customer"] = new DelegatedAdminRelationshipCustomerParticipant($this->_propDict["customer"]); return $this->_propDict["customer"]; } } return null; }
Gets the customer The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Cannot be changed by the customer. @return DelegatedAdminRelationshipCustomerParticipant|null The customer
getCustomer
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function setCustomer($val) { $this->_propDict["customer"] = $val; return $this; }
Sets the customer The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Cannot be changed by the customer. @param DelegatedAdminRelationshipCustomerParticipant $val The customer @return DelegatedAdminRelationship
setCustomer
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. @param string $val The displayName @return DelegatedAdminRelationship
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function getDuration() { if (array_key_exists("duration", $this->_propDict)) { if (is_a($this->_propDict["duration"], "\DateInterval") || is_null($this->_propDict["duration"])) { return $this->_propDict["duration"]; } else { $this->_propDict["duration"] = new \DateInterval($this->_propDict["duration"]); return $this->_propDict["duration"]; } } return null; }
Gets the duration The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. @return \DateInterval|null The duration
getDuration
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function setDuration($val) { $this->_propDict["duration"] = $val; return $this; }
Sets the duration The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. @param \DateInterval $val The duration @return DelegatedAdminRelationship
setDuration
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function getEndDateTime() { if (array_key_exists("endDateTime", $this->_propDict)) { if (is_a($this->_propDict["endDateTime"], "\DateTime") || is_null($this->_propDict["endDateTime"])) { return $this->_propDict["endDateTime"]; } else { $this->_propDict["endDateTime"] = new \DateTime($this->_propDict["endDateTime"]); return $this->_propDict["endDateTime"]; } } return null; }
Gets the endDateTime The date and time in ISO 8601 format and in UTC time when the status of relationship changes to either terminated or expired. Calculated as endDateTime = activatedDateTime + duration. Read-only. @return \DateTime|null The endDateTime
getEndDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function setEndDateTime($val) { $this->_propDict["endDateTime"] = $val; return $this; }
Sets the endDateTime The date and time in ISO 8601 format and in UTC time when the status of relationship changes to either terminated or expired. Calculated as endDateTime = activatedDateTime + duration. Read-only. @param \DateTime $val The endDateTime @return DelegatedAdminRelationship
setEndDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function getLastModifiedDateTime() { if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime") || is_null($this->_propDict["lastModifiedDateTime"])) { return $this->_propDict["lastModifiedDateTime"]; } else { $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); return $this->_propDict["lastModifiedDateTime"]; } } return null; }
Gets the lastModifiedDateTime The date and time in ISO 8601 format and in UTC time when the relationship was last modified. Read-only. @return \DateTime|null The lastModifiedDateTime
getLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function setLastModifiedDateTime($val) { $this->_propDict["lastModifiedDateTime"] = $val; return $this; }
Sets the lastModifiedDateTime The date and time in ISO 8601 format and in UTC time when the relationship was last modified. Read-only. @param \DateTime $val The lastModifiedDateTime @return DelegatedAdminRelationship
setLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function getStatus() { if (array_key_exists("status", $this->_propDict)) { if (is_a($this->_propDict["status"], "\Microsoft\Graph\Model\DelegatedAdminRelationshipStatus") || is_null($this->_propDict["status"])) { return $this->_propDict["status"]; } else { $this->_propDict["status"] = new DelegatedAdminRelationshipStatus($this->_propDict["status"]); return $this->_propDict["status"]; } } return null; }
Gets the status The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderBy. @return DelegatedAdminRelationshipStatus|null The status
getStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function setStatus($val) { $this->_propDict["status"] = $val; return $this; }
Sets the status The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderBy. @param DelegatedAdminRelationshipStatus $val The status @return DelegatedAdminRelationship
setStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function getAccessAssignments() { if (array_key_exists("accessAssignments", $this->_propDict)) { return $this->_propDict["accessAssignments"]; } else { return null; } }
Gets the accessAssignments The access assignments associated with the delegated admin relationship. @return array|null The accessAssignments
getAccessAssignments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT
public function setAccessAssignments($val) { $this->_propDict["accessAssignments"] = $val; return $this; }
Sets the accessAssignments The access assignments associated with the delegated admin relationship. @param DelegatedAdminAccessAssignment[] $val The accessAssignments @return DelegatedAdminRelationship
setAccessAssignments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DelegatedAdminRelationship.php
MIT