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 getAppScope() { if (array_key_exists("appScope", $this->_propDict)) { if (is_a($this->_propDict["appScope"], "\Microsoft\Graph\Model\AppScope") || is_null($this->_propDict["appScope"])) { return $this->_propDict["appScope"]; } else { $this->_propDict["appScope"] = new AppScope($this->_propDict["appScope"]); return $this->_propDict["appScope"]; } } return null; }
Gets the appScope Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. @return AppScope|null The appScope
getAppScope
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
MIT
public function setAppScope($val) { $this->_propDict["appScope"] = $val; return $this; }
Sets the appScope Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. @param AppScope $val The appScope @return UnifiedRoleScheduleBase
setAppScope
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
MIT
public function getDirectoryScope() { if (array_key_exists("directoryScope", $this->_propDict)) { if (is_a($this->_propDict["directoryScope"], "\Microsoft\Graph\Model\DirectoryObject") || is_null($this->_propDict["directoryScope"])) { return $this->_propDict["directoryScope"]; } else { $this->_propDict["directoryScope"] = new DirectoryObject($this->_propDict["directoryScope"]); return $this->_propDict["directoryScope"]; } } return null; }
Gets the directoryScope The directory object that is the scope of the role eligibility or assignment. Read-only. @return DirectoryObject|null The directoryScope
getDirectoryScope
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
MIT
public function setDirectoryScope($val) { $this->_propDict["directoryScope"] = $val; return $this; }
Sets the directoryScope The directory object that is the scope of the role eligibility or assignment. Read-only. @param DirectoryObject $val The directoryScope @return UnifiedRoleScheduleBase
setDirectoryScope
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
MIT
public function getPrincipal() { if (array_key_exists("principal", $this->_propDict)) { if (is_a($this->_propDict["principal"], "\Microsoft\Graph\Model\DirectoryObject") || is_null($this->_propDict["principal"])) { return $this->_propDict["principal"]; } else { $this->_propDict["principal"] = new DirectoryObject($this->_propDict["principal"]); return $this->_propDict["principal"]; } } return null; }
Gets the principal The principal that's getting a role assignment or that's eligible for a role through the request. @return DirectoryObject|null The principal
getPrincipal
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
MIT
public function setPrincipal($val) { $this->_propDict["principal"] = $val; return $this; }
Sets the principal The principal that's getting a role assignment or that's eligible for a role through the request. @param DirectoryObject $val The principal @return UnifiedRoleScheduleBase
setPrincipal
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
MIT
public function getRoleDefinition() { if (array_key_exists("roleDefinition", $this->_propDict)) { if (is_a($this->_propDict["roleDefinition"], "\Microsoft\Graph\Model\UnifiedRoleDefinition") || is_null($this->_propDict["roleDefinition"])) { return $this->_propDict["roleDefinition"]; } else { $this->_propDict["roleDefinition"] = new UnifiedRoleDefinition($this->_propDict["roleDefinition"]); return $this->_propDict["roleDefinition"]; } } return null; }
Gets the roleDefinition Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. @return UnifiedRoleDefinition|null The roleDefinition
getRoleDefinition
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
MIT
public function setRoleDefinition($val) { $this->_propDict["roleDefinition"] = $val; return $this; }
Sets the roleDefinition Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. @param UnifiedRoleDefinition $val The roleDefinition @return UnifiedRoleScheduleBase
setRoleDefinition
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UnifiedRoleScheduleBase.php
MIT
public function getIsOptional() { if (array_key_exists("isOptional", $this->_propDict)) { return $this->_propDict["isOptional"]; } else { return null; } }
Gets the isOptional If false, this record must be configured by the customer at the DNS host for Microsoft Online Services to operate correctly with the domain. @return bool|null The isOptional
getIsOptional
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
MIT
public function setIsOptional($val) { $this->_propDict["isOptional"] = boolval($val); return $this; }
Sets the isOptional If false, this record must be configured by the customer at the DNS host for Microsoft Online Services to operate correctly with the domain. @param bool $val The isOptional @return DomainDnsRecord
setIsOptional
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
MIT
public function getLabel() { if (array_key_exists("label", $this->_propDict)) { return $this->_propDict["label"]; } else { return null; } }
Gets the label Value used when configuring the name of the DNS record at the DNS host. @return string|null The label
getLabel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
MIT
public function setLabel($val) { $this->_propDict["label"] = $val; return $this; }
Sets the label Value used when configuring the name of the DNS record at the DNS host. @param string $val The label @return DomainDnsRecord
setLabel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
MIT
public function getRecordType() { if (array_key_exists("recordType", $this->_propDict)) { return $this->_propDict["recordType"]; } else { return null; } }
Gets the recordType Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, Txt. @return string|null The recordType
getRecordType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
MIT
public function setRecordType($val) { $this->_propDict["recordType"] = $val; return $this; }
Sets the recordType Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, Txt. @param string $val The recordType @return DomainDnsRecord
setRecordType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
MIT
public function getSupportedService() { if (array_key_exists("supportedService", $this->_propDict)) { return $this->_propDict["supportedService"]; } else { return null; } }
Gets the supportedService Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. @return string|null The supportedService
getSupportedService
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
MIT
public function setSupportedService($val) { $this->_propDict["supportedService"] = $val; return $this; }
Sets the supportedService Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. @param string $val The supportedService @return DomainDnsRecord
setSupportedService
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
MIT
public function getTtl() { if (array_key_exists("ttl", $this->_propDict)) { return $this->_propDict["ttl"]; } else { return null; } }
Gets the ttl Value to use when configuring the time-to-live (ttl) property of the DNS record at the DNS host. Not nullable. @return int|null The ttl
getTtl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
MIT
public function setTtl($val) { $this->_propDict["ttl"] = intval($val); return $this; }
Sets the ttl Value to use when configuring the time-to-live (ttl) property of the DNS record at the DNS host. Not nullable. @param int $val The ttl @return DomainDnsRecord
setTtl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php
MIT
public function getApplicationName() { if (array_key_exists("applicationName", $this->_propDict)) { return $this->_propDict["applicationName"]; } else { return null; } }
Gets the applicationName Application Name @return string|null The applicationName
getApplicationName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
MIT
public function setApplicationName($val) { $this->_propDict["applicationName"] = $val; return $this; }
Sets the applicationName Application Name @param string $val The applicationName @return WindowsInformationProtectionAppLearningSummary
setApplicationName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
MIT
public function getApplicationType() { if (array_key_exists("applicationType", $this->_propDict)) { if (is_a($this->_propDict["applicationType"], "\Microsoft\Graph\Model\ApplicationType") || is_null($this->_propDict["applicationType"])) { return $this->_propDict["applicationType"]; } else { $this->_propDict["applicationType"] = new ApplicationType($this->_propDict["applicationType"]); return $this->_propDict["applicationType"]; } } return null; }
Gets the applicationType Application Type. Possible values are: universal, desktop. @return ApplicationType|null The applicationType
getApplicationType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
MIT
public function setApplicationType($val) { $this->_propDict["applicationType"] = $val; return $this; }
Sets the applicationType Application Type. Possible values are: universal, desktop. @param ApplicationType $val The applicationType @return WindowsInformationProtectionAppLearningSummary
setApplicationType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
MIT
public function getDeviceCount() { if (array_key_exists("deviceCount", $this->_propDict)) { return $this->_propDict["deviceCount"]; } else { return null; } }
Gets the deviceCount Device Count @return int|null The deviceCount
getDeviceCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
MIT
public function setDeviceCount($val) { $this->_propDict["deviceCount"] = intval($val); return $this; }
Sets the deviceCount Device Count @param int $val The deviceCount @return WindowsInformationProtectionAppLearningSummary
setDeviceCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php
MIT
public function getAssignedByGroup() { if (array_key_exists("assignedByGroup", $this->_propDict)) { return $this->_propDict["assignedByGroup"]; } else { return null; } }
Gets the assignedByGroup Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @return string|null The assignedByGroup
getAssignedByGroup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function setAssignedByGroup($val) { $this->_propDict["assignedByGroup"] = $val; return $this; }
Sets the assignedByGroup Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @param string $val The value of the assignedByGroup @return LicenseAssignmentState
setAssignedByGroup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function getDisabledPlans() { if (array_key_exists("disabledPlans", $this->_propDict)) { return $this->_propDict["disabledPlans"]; } else { return null; } }
Gets the disabledPlans The service plans that are disabled in this assignment. Read-Only. @return string|null The disabledPlans
getDisabledPlans
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function setDisabledPlans($val) { $this->_propDict["disabledPlans"] = $val; return $this; }
Sets the disabledPlans The service plans that are disabled in this assignment. Read-Only. @param string $val The value of the disabledPlans @return LicenseAssignmentState
setDisabledPlans
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function getError() { if (array_key_exists("error", $this->_propDict)) { return $this->_propDict["error"]; } else { return null; } }
Gets the error License assignment failure error. If the license is assigned successfully, this field will be Null. Read-Only. The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. For more information on how to identify and resolve license assignment errors see here. @return string|null The error
getError
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function setError($val) { $this->_propDict["error"] = $val; return $this; }
Sets the error License assignment failure error. If the license is assigned successfully, this field will be Null. Read-Only. The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. For more information on how to identify and resolve license assignment errors see here. @param string $val The value of the error @return LicenseAssignmentState
setError
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function getLastUpdatedDateTime() { if (array_key_exists("lastUpdatedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastUpdatedDateTime"], "\DateTime") || is_null($this->_propDict["lastUpdatedDateTime"])) { return $this->_propDict["lastUpdatedDateTime"]; } else { $this->_propDict["lastUpdatedDateTime"] = new \DateTime($this->_propDict["lastUpdatedDateTime"]); return $this->_propDict["lastUpdatedDateTime"]; } } return null; }
Gets the lastUpdatedDateTime The timestamp when the state of the license assignment was last updated. @return \DateTime|null The lastUpdatedDateTime
getLastUpdatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function setLastUpdatedDateTime($val) { $this->_propDict["lastUpdatedDateTime"] = $val; return $this; }
Sets the lastUpdatedDateTime The timestamp when the state of the license assignment was last updated. @param \DateTime $val The value to assign to the lastUpdatedDateTime @return LicenseAssignmentState The LicenseAssignmentState
setLastUpdatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function getSkuId() { if (array_key_exists("skuId", $this->_propDict)) { return $this->_propDict["skuId"]; } else { return null; } }
Gets the skuId The unique identifier for the SKU. Read-Only. @return string|null The skuId
getSkuId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function setSkuId($val) { $this->_propDict["skuId"] = $val; return $this; }
Sets the skuId The unique identifier for the SKU. Read-Only. @param string $val The value of the skuId @return LicenseAssignmentState
setSkuId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function getState() { if (array_key_exists("state", $this->_propDict)) { return $this->_propDict["state"]; } else { return null; } }
Gets the state Indicate the current state of this assignment. Read-Only. The possible values are Active, ActiveWithError, Disabled, and Error. @return string|null The state
getState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
MIT
public function setState($val) { $this->_propDict["state"] = $val; return $this; }
Sets the state Indicate the current state of this assignment. Read-Only. The possible values are Active, ActiveWithError, Disabled, and Error. @param string $val The value of the state @return LicenseAssignmentState
setState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.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 the app was created. @return \DateTime|null The createdDateTime
getCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setCreatedDateTime($val) { $this->_propDict["createdDateTime"] = $val; return $this; }
Sets the createdDateTime The date and time the app was created. @param \DateTime $val The createdDateTime @return MobileApp
setCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getDependentAppCount() { if (array_key_exists("dependentAppCount", $this->_propDict)) { return $this->_propDict["dependentAppCount"]; } else { return null; } }
Gets the dependentAppCount The total number of dependencies the child app has. @return int|null The dependentAppCount
getDependentAppCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setDependentAppCount($val) { $this->_propDict["dependentAppCount"] = intval($val); return $this; }
Sets the dependentAppCount The total number of dependencies the child app has. @param int $val The dependentAppCount @return MobileApp
setDependentAppCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getDescription() { if (array_key_exists("description", $this->_propDict)) { return $this->_propDict["description"]; } else { return null; } }
Gets the description The description of the app. @return string|null The description
getDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setDescription($val) { $this->_propDict["description"] = $val; return $this; }
Sets the description The description of the app. @param string $val The description @return MobileApp
setDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getDeveloper() { if (array_key_exists("developer", $this->_propDict)) { return $this->_propDict["developer"]; } else { return null; } }
Gets the developer The developer of the app. @return string|null The developer
getDeveloper
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setDeveloper($val) { $this->_propDict["developer"] = $val; return $this; }
Sets the developer The developer of the app. @param string $val The developer @return MobileApp
setDeveloper
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName The admin provided or imported title of the app. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The admin provided or imported title of the app. @param string $val The displayName @return MobileApp
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getInformationUrl() { if (array_key_exists("informationUrl", $this->_propDict)) { return $this->_propDict["informationUrl"]; } else { return null; } }
Gets the informationUrl The more information Url. @return string|null The informationUrl
getInformationUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setInformationUrl($val) { $this->_propDict["informationUrl"] = $val; return $this; }
Sets the informationUrl The more information Url. @param string $val The informationUrl @return MobileApp
setInformationUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getIsAssigned() { if (array_key_exists("isAssigned", $this->_propDict)) { return $this->_propDict["isAssigned"]; } else { return null; } }
Gets the isAssigned The value indicating whether the app is assigned to at least one group. @return bool|null The isAssigned
getIsAssigned
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setIsAssigned($val) { $this->_propDict["isAssigned"] = boolval($val); return $this; }
Sets the isAssigned The value indicating whether the app is assigned to at least one group. @param bool $val The isAssigned @return MobileApp
setIsAssigned
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getIsFeatured() { if (array_key_exists("isFeatured", $this->_propDict)) { return $this->_propDict["isFeatured"]; } else { return null; } }
Gets the isFeatured The value indicating whether the app is marked as featured by the admin. @return bool|null The isFeatured
getIsFeatured
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setIsFeatured($val) { $this->_propDict["isFeatured"] = boolval($val); return $this; }
Sets the isFeatured The value indicating whether the app is marked as featured by the admin. @param bool $val The isFeatured @return MobileApp
setIsFeatured
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getLargeIcon() { if (array_key_exists("largeIcon", $this->_propDict)) { if (is_a($this->_propDict["largeIcon"], "\Beta\Microsoft\Graph\Model\MimeContent") || is_null($this->_propDict["largeIcon"])) { return $this->_propDict["largeIcon"]; } else { $this->_propDict["largeIcon"] = new MimeContent($this->_propDict["largeIcon"]); return $this->_propDict["largeIcon"]; } } return null; }
Gets the largeIcon The large icon, to be displayed in the app details and used for upload of the icon. @return MimeContent|null The largeIcon
getLargeIcon
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setLargeIcon($val) { $this->_propDict["largeIcon"] = $val; return $this; }
Sets the largeIcon The large icon, to be displayed in the app details and used for upload of the icon. @param MimeContent $val The largeIcon @return MobileApp
setLargeIcon
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.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 the app was last modified. @return \DateTime|null The lastModifiedDateTime
getLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setLastModifiedDateTime($val) { $this->_propDict["lastModifiedDateTime"] = $val; return $this; }
Sets the lastModifiedDateTime The date and time the app was last modified. @param \DateTime $val The lastModifiedDateTime @return MobileApp
setLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getNotes() { if (array_key_exists("notes", $this->_propDict)) { return $this->_propDict["notes"]; } else { return null; } }
Gets the notes Notes for the app. @return string|null The notes
getNotes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setNotes($val) { $this->_propDict["notes"] = $val; return $this; }
Sets the notes Notes for the app. @param string $val The notes @return MobileApp
setNotes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getOwner() { if (array_key_exists("owner", $this->_propDict)) { return $this->_propDict["owner"]; } else { return null; } }
Gets the owner The owner of the app. @return string|null The owner
getOwner
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setOwner($val) { $this->_propDict["owner"] = $val; return $this; }
Sets the owner The owner of the app. @param string $val The owner @return MobileApp
setOwner
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getPrivacyInformationUrl() { if (array_key_exists("privacyInformationUrl", $this->_propDict)) { return $this->_propDict["privacyInformationUrl"]; } else { return null; } }
Gets the privacyInformationUrl The privacy statement Url. @return string|null The privacyInformationUrl
getPrivacyInformationUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setPrivacyInformationUrl($val) { $this->_propDict["privacyInformationUrl"] = $val; return $this; }
Sets the privacyInformationUrl The privacy statement Url. @param string $val The privacyInformationUrl @return MobileApp
setPrivacyInformationUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getPublisher() { if (array_key_exists("publisher", $this->_propDict)) { return $this->_propDict["publisher"]; } else { return null; } }
Gets the publisher The publisher of the app. @return string|null The publisher
getPublisher
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setPublisher($val) { $this->_propDict["publisher"] = $val; return $this; }
Sets the publisher The publisher of the app. @param string $val The publisher @return MobileApp
setPublisher
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getPublishingState() { if (array_key_exists("publishingState", $this->_propDict)) { if (is_a($this->_propDict["publishingState"], "\Beta\Microsoft\Graph\Model\MobileAppPublishingState") || is_null($this->_propDict["publishingState"])) { return $this->_propDict["publishingState"]; } else { $this->_propDict["publishingState"] = new MobileAppPublishingState($this->_propDict["publishingState"]); return $this->_propDict["publishingState"]; } } return null; }
Gets the publishingState The publishing state for the app. The app cannot be assigned unless the app is published. Possible values are: notPublished, processing, published. @return MobileAppPublishingState|null The publishingState
getPublishingState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setPublishingState($val) { $this->_propDict["publishingState"] = $val; return $this; }
Sets the publishingState The publishing state for the app. The app cannot be assigned unless the app is published. Possible values are: notPublished, processing, published. @param MobileAppPublishingState $val The publishingState @return MobileApp
setPublishingState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getRoleScopeTagIds() { if (array_key_exists("roleScopeTagIds", $this->_propDict)) { return $this->_propDict["roleScopeTagIds"]; } else { return null; } }
Gets the roleScopeTagIds List of scope tag ids for this mobile app. @return array|null The roleScopeTagIds
getRoleScopeTagIds
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setRoleScopeTagIds($val) { $this->_propDict["roleScopeTagIds"] = $val; return $this; }
Sets the roleScopeTagIds List of scope tag ids for this mobile app. @param string[] $val The roleScopeTagIds @return MobileApp
setRoleScopeTagIds
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getSupersededAppCount() { if (array_key_exists("supersededAppCount", $this->_propDict)) { return $this->_propDict["supersededAppCount"]; } else { return null; } }
Gets the supersededAppCount The total number of apps this app is directly or indirectly superseded by. @return int|null The supersededAppCount
getSupersededAppCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setSupersededAppCount($val) { $this->_propDict["supersededAppCount"] = intval($val); return $this; }
Sets the supersededAppCount The total number of apps this app is directly or indirectly superseded by. @param int $val The supersededAppCount @return MobileApp
setSupersededAppCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getSupersedingAppCount() { if (array_key_exists("supersedingAppCount", $this->_propDict)) { return $this->_propDict["supersedingAppCount"]; } else { return null; } }
Gets the supersedingAppCount The total number of apps this app directly or indirectly supersedes. @return int|null The supersedingAppCount
getSupersedingAppCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setSupersedingAppCount($val) { $this->_propDict["supersedingAppCount"] = intval($val); return $this; }
Sets the supersedingAppCount The total number of apps this app directly or indirectly supersedes. @param int $val The supersedingAppCount @return MobileApp
setSupersedingAppCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getUploadState() { if (array_key_exists("uploadState", $this->_propDict)) { return $this->_propDict["uploadState"]; } else { return null; } }
Gets the uploadState The upload state. @return int|null The uploadState
getUploadState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setUploadState($val) { $this->_propDict["uploadState"] = intval($val); return $this; }
Sets the uploadState The upload state. @param int $val The uploadState @return MobileApp
setUploadState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getAssignments() { if (array_key_exists("assignments", $this->_propDict)) { return $this->_propDict["assignments"]; } else { return null; } }
Gets the assignments The list of group assignments for this mobile app. @return array|null The assignments
getAssignments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setAssignments($val) { $this->_propDict["assignments"] = $val; return $this; }
Sets the assignments The list of group assignments for this mobile app. @param MobileAppAssignment[] $val The assignments @return MobileApp
setAssignments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getCategories() { if (array_key_exists("categories", $this->_propDict)) { return $this->_propDict["categories"]; } else { return null; } }
Gets the categories The list of categories for this app. @return array|null The categories
getCategories
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setCategories($val) { $this->_propDict["categories"] = $val; return $this; }
Sets the categories The list of categories for this app. @param MobileAppCategory[] $val The categories @return MobileApp
setCategories
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getDeviceStatuses() { if (array_key_exists("deviceStatuses", $this->_propDict)) { return $this->_propDict["deviceStatuses"]; } else { return null; } }
Gets the deviceStatuses The list of installation states for this mobile app. @return array|null The deviceStatuses
getDeviceStatuses
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setDeviceStatuses($val) { $this->_propDict["deviceStatuses"] = $val; return $this; }
Sets the deviceStatuses The list of installation states for this mobile app. @param MobileAppInstallStatus[] $val The deviceStatuses @return MobileApp
setDeviceStatuses
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getInstallSummary() { if (array_key_exists("installSummary", $this->_propDict)) { if (is_a($this->_propDict["installSummary"], "\Beta\Microsoft\Graph\Model\MobileAppInstallSummary") || is_null($this->_propDict["installSummary"])) { return $this->_propDict["installSummary"]; } else { $this->_propDict["installSummary"] = new MobileAppInstallSummary($this->_propDict["installSummary"]); return $this->_propDict["installSummary"]; } } return null; }
Gets the installSummary Mobile App Install Summary. @return MobileAppInstallSummary|null The installSummary
getInstallSummary
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setInstallSummary($val) { $this->_propDict["installSummary"] = $val; return $this; }
Sets the installSummary Mobile App Install Summary. @param MobileAppInstallSummary $val The installSummary @return MobileApp
setInstallSummary
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getRelationships() { if (array_key_exists("relationships", $this->_propDict)) { return $this->_propDict["relationships"]; } else { return null; } }
Gets the relationships List of relationships for this mobile app. @return array|null The relationships
getRelationships
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setRelationships($val) { $this->_propDict["relationships"] = $val; return $this; }
Sets the relationships List of relationships for this mobile app. @param MobileAppRelationship[] $val The relationships @return MobileApp
setRelationships
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function getUserStatuses() { if (array_key_exists("userStatuses", $this->_propDict)) { return $this->_propDict["userStatuses"]; } else { return null; } }
Gets the userStatuses The list of installation states for this mobile app. @return array|null The userStatuses
getUserStatuses
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function setUserStatuses($val) { $this->_propDict["userStatuses"] = $val; return $this; }
Sets the userStatuses The list of installation states for this mobile app. @param UserAppInstallStatus[] $val The userStatuses @return MobileApp
setUserStatuses
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MobileApp.php
MIT
public function __invoke($expression, $data) { if (!isset($this->cache[$expression])) { // Clear the AST cache when it hits 1024 entries if (++$this->cachedCount > 1024) { $this->cache = []; $this->cachedCount = 0; } $this->cache[$expression] = $this->parser->parse($expression); } return $this->interpreter->visit($this->cache[$expression], $data); }
Returns data from the provided input that matches a given JMESPath expression. @param string $expression JMESPath expression to evaluate @param mixed $data Data to search. This data should be data that is similar to data returned from json_decode using associative arrays rather than objects. @return mixed Returns the matching data or null
__invoke
php
xiebruce/PicUploader
vendor/mtdowling/jmespath.php/src/AstRuntime.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/mtdowling/jmespath.php/src/AstRuntime.php
MIT
public function build(Shape $shape, array $args) { $xml = new XMLWriter(); $xml->openMemory(); $xml->startDocument('1.0', 'UTF-8'); $this->format($shape, $shape['locationName'] ?: $shape['name'], $args, $xml); $xml->endDocument(); return $xml->outputMemory(); }
Builds the XML body based on an array of arguments. @param Shape $shape Operation being constructed @param array $args Associative array of arguments @return string
build
php
xiebruce/PicUploader
vendor/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php
MIT
public function getQuery() { if (array_key_exists("query", $this->_propDict)) { return $this->_propDict["query"]; } else { return null; } }
Gets the query Represents unique identification for the query. 'Asset ID' for SharePoint Online and OneDrive for Business, 'keywords' for Exchange Online. @return string|null The query
getQuery
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EventQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EventQuery.php
MIT
public function setQuery($val) { $this->_propDict["query"] = $val; return $this; }
Sets the query Represents unique identification for the query. 'Asset ID' for SharePoint Online and OneDrive for Business, 'keywords' for Exchange Online. @param string $val The value of the query @return EventQuery
setQuery
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EventQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EventQuery.php
MIT
public function getQueryType() { if (array_key_exists("queryType", $this->_propDict)) { if (is_a($this->_propDict["queryType"], "\Microsoft\Graph\SecurityNamespace\Model\QueryType") || is_null($this->_propDict["queryType"])) { return $this->_propDict["queryType"]; } else { $this->_propDict["queryType"] = new QueryType($this->_propDict["queryType"]); return $this->_propDict["queryType"]; } } return null; }
Gets the queryType Represents the type of query associated with an event. 'files' for SPO and ODB and 'messages' for EXO.The possible values are: files, messages, unknownFutureValue. @return QueryType|null The queryType
getQueryType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EventQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EventQuery.php
MIT
public function setQueryType($val) { $this->_propDict["queryType"] = $val; return $this; }
Sets the queryType Represents the type of query associated with an event. 'files' for SPO and ODB and 'messages' for EXO.The possible values are: files, messages, unknownFutureValue. @param QueryType $val The value to assign to the queryType @return EventQuery The EventQuery
setQueryType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EventQuery.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EventQuery.php
MIT
public function getCloudInstance() { if (array_key_exists("cloudInstance", $this->_propDict)) { return $this->_propDict["cloudInstance"]; } else { return null; } }
Gets the cloudInstance The ID of the cloud where the tenant is located, one of microsoftonline.com, microsoftonline.us or partner.microsoftonline.cn. Read only. @return string|null The cloudInstance
getCloudInstance
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
MIT
public function setCloudInstance($val) { $this->_propDict["cloudInstance"] = $val; return $this; }
Sets the cloudInstance The ID of the cloud where the tenant is located, one of microsoftonline.com, microsoftonline.us or partner.microsoftonline.cn. Read only. @param string $val The value of the cloudInstance @return CrossCloudAzureActiveDirectoryTenant
setCloudInstance
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName The name of the Azure Active Directory tenant. Read only. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The name of the Azure Active Directory tenant. Read only. @param string $val The value of the displayName @return CrossCloudAzureActiveDirectoryTenant
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
MIT
public function getTenantId() { if (array_key_exists("tenantId", $this->_propDict)) { return $this->_propDict["tenantId"]; } else { return null; } }
Gets the tenantId The ID of the Azure Active Directory tenant. Read only. @return string|null The tenantId
getTenantId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
MIT
public function setTenantId($val) { $this->_propDict["tenantId"] = $val; return $this; }
Sets the tenantId The ID of the Azure Active Directory tenant. Read only. @param string $val The value of the tenantId @return CrossCloudAzureActiveDirectoryTenant
setTenantId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CrossCloudAzureActiveDirectoryTenant.php
MIT
public function getPages() { if (array_key_exists("pages", $this->_propDict)) { if (is_a($this->_propDict["pages"], "\Beta\Microsoft\Graph\Model\IosHomeScreenFolderPage") || is_null($this->_propDict["pages"])) { return $this->_propDict["pages"]; } else { $this->_propDict["pages"] = new IosHomeScreenFolderPage($this->_propDict["pages"]); return $this->_propDict["pages"]; } } return null; }
Gets the pages Pages of Home Screen Layout Icons which must be applications or web clips. This collection can contain a maximum of 500 elements. @return IosHomeScreenFolderPage|null The pages
getPages
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosHomeScreenFolder.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosHomeScreenFolder.php
MIT
public function setPages($val) { $this->_propDict["pages"] = $val; return $this; }
Sets the pages Pages of Home Screen Layout Icons which must be applications or web clips. This collection can contain a maximum of 500 elements. @param IosHomeScreenFolderPage $val The value to assign to the pages @return IosHomeScreenFolder The IosHomeScreenFolder
setPages
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosHomeScreenFolder.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IosHomeScreenFolder.php
MIT