code
stringlengths
17
247k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function setComplianceInformation($val) { $this->_propDict["complianceInformation"] = $val; return $this; }
Sets the complianceInformation The collection of compliance information associated with secure score control @param ComplianceInformation[] $val The complianceInformation @return SecureScoreControlProfile
setComplianceInformation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getControlCategory() { if (array_key_exists("controlCategory", $this->_propDict)) { return $this->_propDict["controlCategory"]; } else { return null; } }
Gets the controlCategory Control action category (Account, Data, Device, Apps, Infrastructure). @return string|null The controlCategory
getControlCategory
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setControlCategory($val) { $this->_propDict["controlCategory"] = $val; return $this; }
Sets the controlCategory Control action category (Account, Data, Device, Apps, Infrastructure). @param string $val The controlCategory @return SecureScoreControlProfile
setControlCategory
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getControlStateUpdates() { if (array_key_exists("controlStateUpdates", $this->_propDict)) { return $this->_propDict["controlStateUpdates"]; } else { return null; } }
Gets the controlStateUpdates Flag to indicate where the tenant has marked a control (ignore, thirdParty, reviewed) (supports update). @return array|null The controlStateUpdates
getControlStateUpdates
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setControlStateUpdates($val) { $this->_propDict["controlStateUpdates"] = $val; return $this; }
Sets the controlStateUpdates Flag to indicate where the tenant has marked a control (ignore, thirdParty, reviewed) (supports update). @param SecureScoreControlStateUpdate[] $val The controlStateUpdates @return SecureScoreControlProfile
setControlStateUpdates
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getDeprecated() { if (array_key_exists("deprecated", $this->_propDict)) { return $this->_propDict["deprecated"]; } else { return null; } }
Gets the deprecated Flag to indicate if a control is depreciated. @return bool|null The deprecated
getDeprecated
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setDeprecated($val) { $this->_propDict["deprecated"] = boolval($val); return $this; }
Sets the deprecated Flag to indicate if a control is depreciated. @param bool $val The deprecated @return SecureScoreControlProfile
setDeprecated
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getImplementationCost() { if (array_key_exists("implementationCost", $this->_propDict)) { return $this->_propDict["implementationCost"]; } else { return null; } }
Gets the implementationCost Resource cost of implemmentating control (low, moderate, high). @return string|null The implementationCost
getImplementationCost
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setImplementationCost($val) { $this->_propDict["implementationCost"] = $val; return $this; }
Sets the implementationCost Resource cost of implemmentating control (low, moderate, high). @param string $val The implementationCost @return SecureScoreControlProfile
setImplementationCost
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getMaxScore() { if (array_key_exists("maxScore", $this->_propDict)) { return $this->_propDict["maxScore"]; } else { return null; } }
Gets the maxScore Current obtained max score on specified date. @return float|null The maxScore
getMaxScore
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setMaxScore($val) { $this->_propDict["maxScore"] = floatval($val); return $this; }
Sets the maxScore Current obtained max score on specified date. @param float $val The maxScore @return SecureScoreControlProfile
setMaxScore
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getRank() { if (array_key_exists("rank", $this->_propDict)) { return $this->_propDict["rank"]; } else { return null; } }
Gets the rank Microsoft's stack ranking of control. @return int|null The rank
getRank
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setRank($val) { $this->_propDict["rank"] = intval($val); return $this; }
Sets the rank Microsoft's stack ranking of control. @param int $val The rank @return SecureScoreControlProfile
setRank
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getRemediation() { if (array_key_exists("remediation", $this->_propDict)) { return $this->_propDict["remediation"]; } else { return null; } }
Gets the remediation Description of what the control will help remediate. @return string|null The remediation
getRemediation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setRemediation($val) { $this->_propDict["remediation"] = $val; return $this; }
Sets the remediation Description of what the control will help remediate. @param string $val The remediation @return SecureScoreControlProfile
setRemediation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getRemediationImpact() { if (array_key_exists("remediationImpact", $this->_propDict)) { return $this->_propDict["remediationImpact"]; } else { return null; } }
Gets the remediationImpact Description of the impact on users of the remediation. @return string|null The remediationImpact
getRemediationImpact
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setRemediationImpact($val) { $this->_propDict["remediationImpact"] = $val; return $this; }
Sets the remediationImpact Description of the impact on users of the remediation. @param string $val The remediationImpact @return SecureScoreControlProfile
setRemediationImpact
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getTier() { if (array_key_exists("tier", $this->_propDict)) { return $this->_propDict["tier"]; } else { return null; } }
Gets the tier Control tier (Core, Defense in Depth, Advanced.) @return string|null The tier
getTier
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setTier($val) { $this->_propDict["tier"] = $val; return $this; }
Sets the tier Control tier (Core, Defense in Depth, Advanced.) @param string $val The tier @return SecureScoreControlProfile
setTier
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getUserImpact() { if (array_key_exists("userImpact", $this->_propDict)) { return $this->_propDict["userImpact"]; } else { return null; } }
Gets the userImpact User impact of implementing control (low, moderate, high). @return string|null The userImpact
getUserImpact
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function setUserImpact($val) { $this->_propDict["userImpact"] = $val; return $this; }
Sets the userImpact User impact of implementing control (low, moderate, high). @param string $val The userImpact @return SecureScoreControlProfile
setUserImpact
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SecureScoreControlProfile.php
MIT
public function getGroup() { if (array_key_exists("group", $this->_propDict)) { if (is_a($this->_propDict["group"], "\Beta\Microsoft\Graph\Model\Group") || is_null($this->_propDict["group"])) { return $this->_propDict["group"]; } else { $this->_propDict["group"] = new \Beta\Microsoft\Graph\Model\Group($this->_propDict["group"]); return $this->_propDict["group"]; } } return null; }
Gets the group Represents a group. @return \Beta\Microsoft\Graph\Model\Group|null The group
getGroup
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/UnifiedGroupSource.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/UnifiedGroupSource.php
MIT
public function getNewVersion() { if (array_key_exists("newVersion", $this->_propDict)) { return $this->_propDict["newVersion"]; } else { return null; } }
Gets the newVersion The name of the new version that was created by this action. @return string|null The newVersion
getNewVersion
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/VersionAction.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/VersionAction.php
MIT
public function setNewVersion($val) { $this->_propDict["newVersion"] = $val; return $this; }
Sets the newVersion The name of the new version that was created by this action. @param string $val The value of the newVersion @return VersionAction
setNewVersion
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/VersionAction.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/VersionAction.php
MIT
private function prepareTemporaryFile($size) { $fp = fopen($this->filename, 'w'); fseek($fp, $size - 1, SEEK_SET); fwrite($fp, '0'); fclose($fp); }
Generate a random file of specified size @param int $size The size of generated file. @return null
prepareTemporaryFile
php
xiebruce/PicUploader
vendor/baidubce/bce-sdk-php/BosClientSample.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/baidubce/bce-sdk-php/BosClientSample.php
MIT
public function getOrganizerAvailability() { if (array_key_exists("organizerAvailability", $this->_propDict)) { if (is_a($this->_propDict["organizerAvailability"], "\Microsoft\Graph\Model\FreeBusyStatus") || is_null($this->_propDict["organizerAvailability"])) { return $this->_propDict["organizerAvailability"]; } else { $this->_propDict["organizerAvailability"] = new FreeBusyStatus($this->_propDict["organizerAvailability"]); return $this->_propDict["organizerAvailability"]; } } return null; }
Gets the organizerAvailability Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. @return FreeBusyStatus|null The organizerAvailability
getOrganizerAvailability
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestion.php
MIT
public function getChangeType() { if (array_key_exists("changeType", $this->_propDict)) { if (is_a($this->_propDict["changeType"], "\Microsoft\Graph\Model\ChangeType") || is_null($this->_propDict["changeType"])) { return $this->_propDict["changeType"]; } else { $this->_propDict["changeType"] = new ChangeType($this->_propDict["changeType"]); return $this->_propDict["changeType"]; } } return null; }
Gets the changeType Possible values are: created, updated, deleted. @return ChangeType|null The changeType
getChangeType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
MIT
public function setChangeType($val) { $this->_propDict["changeType"] = $val; return $this; }
Sets the changeType Possible values are: created, updated, deleted. @param ChangeType $val The value to assign to the changeType @return CommsNotification The CommsNotification
setChangeType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
MIT
public function getResourceUrl() { if (array_key_exists("resourceUrl", $this->_propDict)) { return $this->_propDict["resourceUrl"]; } else { return null; } }
Gets the resourceUrl URI of the resource that was changed. @return string|null The resourceUrl
getResourceUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
MIT
public function setResourceUrl($val) { $this->_propDict["resourceUrl"] = $val; return $this; }
Sets the resourceUrl URI of the resource that was changed. @param string $val The value of the resourceUrl @return CommsNotification
setResourceUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/CommsNotification.php
MIT
public function getAssignedToMe() { if (array_key_exists("assignedToMe", $this->_propDict)) { return $this->_propDict["assignedToMe"]; } else { return null; } }
Gets the assignedToMe Indicates whether the step is assigned to the calling user to review. Read-only. @return bool|null The assignedToMe
getAssignedToMe
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function setAssignedToMe($val) { $this->_propDict["assignedToMe"] = boolval($val); return $this; }
Sets the assignedToMe Indicates whether the step is assigned to the calling user to review. Read-only. @param bool $val The assignedToMe @return ApprovalStep
setAssignedToMe
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function getReviewedBy() { if (array_key_exists("reviewedBy", $this->_propDict)) { if (is_a($this->_propDict["reviewedBy"], "\Beta\Microsoft\Graph\Model\Identity") || is_null($this->_propDict["reviewedBy"])) { return $this->_propDict["reviewedBy"]; } else { $this->_propDict["reviewedBy"] = new Identity($this->_propDict["reviewedBy"]); return $this->_propDict["reviewedBy"]; } } return null; }
Gets the reviewedBy The identifier of the reviewer. 00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't reviewed. Read-only. @return Identity|null The reviewedBy
getReviewedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApprovalStep.php
MIT
public function getCertificateAccessType() { if (array_key_exists("certificateAccessType", $this->_propDict)) { if (is_a($this->_propDict["certificateAccessType"], "\Beta\Microsoft\Graph\Model\AndroidDeviceOwnerCertificateAccessType") || is_null($this->_propDict["certificateAccessType"])) { return $this->_propDict["certificateAccessType"]; } else { $this->_propDict["certificateAccessType"] = new AndroidDeviceOwnerCertificateAccessType($this->_propDict["certificateAccessType"]); return $this->_propDict["certificateAccessType"]; } } return null; }
Gets the certificateAccessType Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. @return AndroidDeviceOwnerCertificateAccessType|null The certificateAccessType
getCertificateAccessType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
MIT
public function setCertificateAccessType($val) { $this->_propDict["certificateAccessType"] = $val; return $this; }
Sets the certificateAccessType Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. @param AndroidDeviceOwnerCertificateAccessType $val The certificateAccessType @return AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration
setCertificateAccessType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
MIT
public function getSilentCertificateAccessDetails() { if (array_key_exists("silentCertificateAccessDetails", $this->_propDict)) { return $this->_propDict["silentCertificateAccessDetails"]; } else { return null; } }
Gets the silentCertificateAccessDetails Certificate access information. This collection can contain a maximum of 50 elements. @return array|null The silentCertificateAccessDetails
getSilentCertificateAccessDetails
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
MIT
public function setSilentCertificateAccessDetails($val) { $this->_propDict["silentCertificateAccessDetails"] = $val; return $this; }
Sets the silentCertificateAccessDetails Certificate access information. This collection can contain a maximum of 50 elements. @param AndroidDeviceOwnerSilentCertificateAccess[] $val The silentCertificateAccessDetails @return AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration
setSilentCertificateAccessDetails
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
MIT
public function getApplicationFilter() { if (array_key_exists("applicationFilter", $this->_propDict)) { if (is_a($this->_propDict["applicationFilter"], "\Beta\Microsoft\Graph\Model\ConditionalAccessFilter") || is_null($this->_propDict["applicationFilter"])) { return $this->_propDict["applicationFilter"]; } else { $this->_propDict["applicationFilter"] = new ConditionalAccessFilter($this->_propDict["applicationFilter"]); return $this->_propDict["applicationFilter"]; } } return null; }
Gets the applicationFilter Filter that defines the dynamic-application-syntax rule to include/exclude cloud applications. A filter can use custom security attributes to include/exclude applications. @return ConditionalAccessFilter|null The applicationFilter
getApplicationFilter
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function setApplicationFilter($val) { $this->_propDict["applicationFilter"] = $val; return $this; }
Sets the applicationFilter Filter that defines the dynamic-application-syntax rule to include/exclude cloud applications. A filter can use custom security attributes to include/exclude applications. @param ConditionalAccessFilter $val The value to assign to the applicationFilter @return ConditionalAccessApplications The ConditionalAccessApplications
setApplicationFilter
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function getExcludeApplications() { if (array_key_exists("excludeApplications", $this->_propDict)) { return $this->_propDict["excludeApplications"]; } else { return null; } }
Gets the excludeApplications Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Conditional Access target apps: Office 365 @return string|null The excludeApplications
getExcludeApplications
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function setExcludeApplications($val) { $this->_propDict["excludeApplications"] = $val; return $this; }
Sets the excludeApplications Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Conditional Access target apps: Office 365 @param string $val The value of the excludeApplications @return ConditionalAccessApplications
setExcludeApplications
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function getIncludeAuthenticationContextClassReferences() { if (array_key_exists("includeAuthenticationContextClassReferences", $this->_propDict)) { return $this->_propDict["includeAuthenticationContextClassReferences"]; } else { return null; } }
Gets the includeAuthenticationContextClassReferences Authentication context class references include. Supported values are c1 through c25. @return string|null The includeAuthenticationContextClassReferences
getIncludeAuthenticationContextClassReferences
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function setIncludeAuthenticationContextClassReferences($val) { $this->_propDict["includeAuthenticationContextClassReferences"] = $val; return $this; }
Sets the includeAuthenticationContextClassReferences Authentication context class references include. Supported values are c1 through c25. @param string $val The value of the includeAuthenticationContextClassReferences @return ConditionalAccessApplications
setIncludeAuthenticationContextClassReferences
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function getIncludeUserActions() { if (array_key_exists("includeUserActions", $this->_propDict)) { return $this->_propDict["includeUserActions"]; } else { return null; } }
Gets the includeUserActions User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice @return string|null The includeUserActions
getIncludeUserActions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function setIncludeUserActions($val) { $this->_propDict["includeUserActions"] = $val; return $this; }
Sets the includeUserActions User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice @param string $val The value of the includeUserActions @return ConditionalAccessApplications
setIncludeUserActions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessApplications.php
MIT
public function getCollectionId() { if (array_key_exists("collectionId", $this->_propDict)) { return $this->_propDict["collectionId"]; } else { return null; } }
Gets the collectionId The collection Id that is the target of the assignment. @return string|null The collectionId
getCollectionId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/ConfigurationManagerCollectionAssignmentTarget.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConfigurationManagerCollectionAssignmentTarget.php
MIT
public function setCollectionId($val) { $this->_propDict["collectionId"] = $val; return $this; }
Sets the collectionId The collection Id that is the target of the assignment. @param string $val The value of the collectionId @return ConfigurationManagerCollectionAssignmentTarget
setCollectionId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/ConfigurationManagerCollectionAssignmentTarget.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ConfigurationManagerCollectionAssignmentTarget.php
MIT
public function getAdditionalInformation() { if (array_key_exists("additionalInformation", $this->_propDict)) { return $this->_propDict["additionalInformation"]; } else { return null; } }
Gets the additionalInformation Additional information that is sent to the customer when an appointment is confirmed. @return string|null The additionalInformation
getAdditionalInformation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getAnonymousJoinWebUrl() { if (array_key_exists("anonymousJoinWebUrl", $this->_propDict)) { return $this->_propDict["anonymousJoinWebUrl"]; } else { return null; } }
Gets the anonymousJoinWebUrl The URL of the meeting to join anonymously. @return string|null The anonymousJoinWebUrl
getAnonymousJoinWebUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setAnonymousJoinWebUrl($val) { $this->_propDict["anonymousJoinWebUrl"] = $val; return $this; }
Sets the anonymousJoinWebUrl The URL of the meeting to join anonymously. @param string $val The anonymousJoinWebUrl @return BookingAppointment
setAnonymousJoinWebUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getCustomerEmailAddress() { if (array_key_exists("customerEmailAddress", $this->_propDict)) { return $this->_propDict["customerEmailAddress"]; } else { return null; } }
Gets the customerEmailAddress The SMTP address of the bookingCustomer who is booking the appointment. @return string|null The customerEmailAddress
getCustomerEmailAddress
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setCustomerEmailAddress($val) { $this->_propDict["customerEmailAddress"] = $val; return $this; }
Sets the customerEmailAddress The SMTP address of the bookingCustomer who is booking the appointment. @param string $val The customerEmailAddress @return BookingAppointment
setCustomerEmailAddress
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getCustomerId() { if (array_key_exists("customerId", $this->_propDict)) { return $this->_propDict["customerId"]; } else { return null; } }
Gets the customerId If CustomerId is not specified when an appointment is created then a new customer is created based on the appointment customer information. Once set, the customerId should be considered immutable. @return string|null The customerId
getCustomerId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setCustomerId($val) { $this->_propDict["customerId"] = $val; return $this; }
Sets the customerId If CustomerId is not specified when an appointment is created then a new customer is created based on the appointment customer information. Once set, the customerId should be considered immutable. @param string $val The customerId @return BookingAppointment
setCustomerId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getCustomerLocation() { if (array_key_exists("customerLocation", $this->_propDict)) { if (is_a($this->_propDict["customerLocation"], "\Beta\Microsoft\Graph\Model\Location") || is_null($this->_propDict["customerLocation"])) { return $this->_propDict["customerLocation"]; } else { $this->_propDict["customerLocation"] = new Location($this->_propDict["customerLocation"]); return $this->_propDict["customerLocation"]; } } return null; }
Gets the customerLocation Represents location information for the bookingCustomer who is booking the appointment. @return Location|null The customerLocation
getCustomerLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setCustomerLocation($val) { $this->_propDict["customerLocation"] = $val; return $this; }
Sets the customerLocation Represents location information for the bookingCustomer who is booking the appointment. @param Location $val The customerLocation @return BookingAppointment
setCustomerLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getCustomerName() { if (array_key_exists("customerName", $this->_propDict)) { return $this->_propDict["customerName"]; } else { return null; } }
Gets the customerName The customer's name. @return string|null The customerName
getCustomerName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setCustomerName($val) { $this->_propDict["customerName"] = $val; return $this; }
Sets the customerName The customer's name. @param string $val The customerName @return BookingAppointment
setCustomerName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getCustomerNotes() { if (array_key_exists("customerNotes", $this->_propDict)) { return $this->_propDict["customerNotes"]; } else { return null; } }
Gets the customerNotes The value of this property is only available when reading an individual booking appointment by id. Its value can only be set when creating a new appointment with a new customer, ie, without specifying a CustomerId. After that, the property is computed from the customer represented by CustomerId. @return string|null The customerNotes
getCustomerNotes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setCustomerNotes($val) { $this->_propDict["customerNotes"] = $val; return $this; }
Sets the customerNotes The value of this property is only available when reading an individual booking appointment by id. Its value can only be set when creating a new appointment with a new customer, ie, without specifying a CustomerId. After that, the property is computed from the customer represented by CustomerId. @param string $val The customerNotes @return BookingAppointment
setCustomerNotes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getCustomerPhone() { if (array_key_exists("customerPhone", $this->_propDict)) { return $this->_propDict["customerPhone"]; } else { return null; } }
Gets the customerPhone The customer's phone number. @return string|null The customerPhone
getCustomerPhone
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setCustomerPhone($val) { $this->_propDict["customerPhone"] = $val; return $this; }
Sets the customerPhone The customer's phone number. @param string $val The customerPhone @return BookingAppointment
setCustomerPhone
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getCustomerTimeZone() { if (array_key_exists("customerTimeZone", $this->_propDict)) { return $this->_propDict["customerTimeZone"]; } else { return null; } }
Gets the customerTimeZone The time zone of the customer. For a list of possible values, see dateTimeTimeZone. @return string|null The customerTimeZone
getCustomerTimeZone
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setCustomerTimeZone($val) { $this->_propDict["customerTimeZone"] = $val; return $this; }
Sets the customerTimeZone The time zone of the customer. For a list of possible values, see dateTimeTimeZone. @param string $val The customerTimeZone @return BookingAppointment
setCustomerTimeZone
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getEnd() { if (array_key_exists("end", $this->_propDict)) { if (is_a($this->_propDict["end"], "\Beta\Microsoft\Graph\Model\DateTimeTimeZone") || is_null($this->_propDict["end"])) { return $this->_propDict["end"]; } else { $this->_propDict["end"] = new DateTimeTimeZone($this->_propDict["end"]); return $this->_propDict["end"]; } } return null; }
Gets the end The date, time, and time zone that the appointment ends. @return DateTimeTimeZone|null The end
getEnd
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getFilledAttendeesCount() { if (array_key_exists("filledAttendeesCount", $this->_propDict)) { return $this->_propDict["filledAttendeesCount"]; } else { return null; } }
Gets the filledAttendeesCount The current number of customers in the appointment. @return int|null The filledAttendeesCount
getFilledAttendeesCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setFilledAttendeesCount($val) { $this->_propDict["filledAttendeesCount"] = intval($val); return $this; }
Sets the filledAttendeesCount The current number of customers in the appointment. @param int $val The filledAttendeesCount @return BookingAppointment
setFilledAttendeesCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getInvoiceAmount() { if (array_key_exists("invoiceAmount", $this->_propDict)) { return $this->_propDict["invoiceAmount"]; } else { return null; } }
Gets the invoiceAmount The billed amount on the invoice. @return float|null The invoiceAmount
getInvoiceAmount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setInvoiceAmount($val) { $this->_propDict["invoiceAmount"] = floatval($val); return $this; }
Sets the invoiceAmount The billed amount on the invoice. @param float $val The invoiceAmount @return BookingAppointment
setInvoiceAmount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getInvoiceDate() { if (array_key_exists("invoiceDate", $this->_propDict)) { if (is_a($this->_propDict["invoiceDate"], "\Beta\Microsoft\Graph\Model\DateTimeTimeZone") || is_null($this->_propDict["invoiceDate"])) { return $this->_propDict["invoiceDate"]; } else { $this->_propDict["invoiceDate"] = new DateTimeTimeZone($this->_propDict["invoiceDate"]); return $this->_propDict["invoiceDate"]; } } return null; }
Gets the invoiceDate The date, time, and time zone of the invoice for this appointment. @return DateTimeTimeZone|null The invoiceDate
getInvoiceDate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setInvoiceDate($val) { $this->_propDict["invoiceDate"] = $val; return $this; }
Sets the invoiceDate The date, time, and time zone of the invoice for this appointment. @param DateTimeTimeZone $val The invoiceDate @return BookingAppointment
setInvoiceDate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getInvoiceId() { if (array_key_exists("invoiceId", $this->_propDict)) { return $this->_propDict["invoiceId"]; } else { return null; } }
Gets the invoiceId The ID of the invoice. @return string|null The invoiceId
getInvoiceId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setInvoiceId($val) { $this->_propDict["invoiceId"] = $val; return $this; }
Sets the invoiceId The ID of the invoice. @param string $val The invoiceId @return BookingAppointment
setInvoiceId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getInvoiceStatus() { if (array_key_exists("invoiceStatus", $this->_propDict)) { if (is_a($this->_propDict["invoiceStatus"], "\Beta\Microsoft\Graph\Model\BookingInvoiceStatus") || is_null($this->_propDict["invoiceStatus"])) { return $this->_propDict["invoiceStatus"]; } else { $this->_propDict["invoiceStatus"] = new BookingInvoiceStatus($this->_propDict["invoiceStatus"]); return $this->_propDict["invoiceStatus"]; } } return null; }
Gets the invoiceStatus The status of the invoice. Possible values are: draft, reviewing, open, canceled, paid, corrective. @return BookingInvoiceStatus|null The invoiceStatus
getInvoiceStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setInvoiceStatus($val) { $this->_propDict["invoiceStatus"] = $val; return $this; }
Sets the invoiceStatus The status of the invoice. Possible values are: draft, reviewing, open, canceled, paid, corrective. @param BookingInvoiceStatus $val The invoiceStatus @return BookingAppointment
setInvoiceStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getInvoiceUrl() { if (array_key_exists("invoiceUrl", $this->_propDict)) { return $this->_propDict["invoiceUrl"]; } else { return null; } }
Gets the invoiceUrl The URL of the invoice in Microsoft Bookings. @return string|null The invoiceUrl
getInvoiceUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setInvoiceUrl($val) { $this->_propDict["invoiceUrl"] = $val; return $this; }
Sets the invoiceUrl The URL of the invoice in Microsoft Bookings. @param string $val The invoiceUrl @return BookingAppointment
setInvoiceUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getIsLocationOnline() { if (array_key_exists("isLocationOnline", $this->_propDict)) { return $this->_propDict["isLocationOnline"]; } else { return null; } }
Gets the isLocationOnline True indicates that the appointment will be held online. Default value is false. @return bool|null The isLocationOnline
getIsLocationOnline
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setIsLocationOnline($val) { $this->_propDict["isLocationOnline"] = boolval($val); return $this; }
Sets the isLocationOnline True indicates that the appointment will be held online. Default value is false. @param bool $val The isLocationOnline @return BookingAppointment
setIsLocationOnline
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getMaximumAttendeesCount() { if (array_key_exists("maximumAttendeesCount", $this->_propDict)) { return $this->_propDict["maximumAttendeesCount"]; } else { return null; } }
Gets the maximumAttendeesCount The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation. @return int|null The maximumAttendeesCount
getMaximumAttendeesCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setMaximumAttendeesCount($val) { $this->_propDict["maximumAttendeesCount"] = intval($val); return $this; }
Sets the maximumAttendeesCount The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation. @param int $val The maximumAttendeesCount @return BookingAppointment
setMaximumAttendeesCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getOptOutOfCustomerEmail() { if (array_key_exists("optOutOfCustomerEmail", $this->_propDict)) { return $this->_propDict["optOutOfCustomerEmail"]; } else { return null; } }
Gets the optOutOfCustomerEmail True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment. @return bool|null The optOutOfCustomerEmail
getOptOutOfCustomerEmail
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setOptOutOfCustomerEmail($val) { $this->_propDict["optOutOfCustomerEmail"] = boolval($val); return $this; }
Sets the optOutOfCustomerEmail True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment. @param bool $val The optOutOfCustomerEmail @return BookingAppointment
setOptOutOfCustomerEmail
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getPostBuffer() { if (array_key_exists("postBuffer", $this->_propDict)) { if (is_a($this->_propDict["postBuffer"], "\DateInterval") || is_null($this->_propDict["postBuffer"])) { return $this->_propDict["postBuffer"]; } else { $this->_propDict["postBuffer"] = new \DateInterval($this->_propDict["postBuffer"]); return $this->_propDict["postBuffer"]; } } return null; }
Gets the postBuffer The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format. @return \DateInterval|null The postBuffer
getPostBuffer
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setPostBuffer($val) { $this->_propDict["postBuffer"] = $val; return $this; }
Sets the postBuffer The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format. @param \DateInterval $val The postBuffer @return BookingAppointment
setPostBuffer
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getPreBuffer() { if (array_key_exists("preBuffer", $this->_propDict)) { if (is_a($this->_propDict["preBuffer"], "\DateInterval") || is_null($this->_propDict["preBuffer"])) { return $this->_propDict["preBuffer"]; } else { $this->_propDict["preBuffer"] = new \DateInterval($this->_propDict["preBuffer"]); return $this->_propDict["preBuffer"]; } } return null; }
Gets the preBuffer The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format. @return \DateInterval|null The preBuffer
getPreBuffer
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setPreBuffer($val) { $this->_propDict["preBuffer"] = $val; return $this; }
Sets the preBuffer The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format. @param \DateInterval $val The preBuffer @return BookingAppointment
setPreBuffer
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getPrice() { if (array_key_exists("price", $this->_propDict)) { return $this->_propDict["price"]; } else { return null; } }
Gets the price The regular price for an appointment for the specified bookingService. @return float|null The price
getPrice
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setPrice($val) { $this->_propDict["price"] = floatval($val); return $this; }
Sets the price The regular price for an appointment for the specified bookingService. @param float $val The price @return BookingAppointment
setPrice
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getPriceType() { if (array_key_exists("priceType", $this->_propDict)) { if (is_a($this->_propDict["priceType"], "\Beta\Microsoft\Graph\Model\BookingPriceType") || is_null($this->_propDict["priceType"])) { return $this->_propDict["priceType"]; } else { $this->_propDict["priceType"] = new BookingPriceType($this->_propDict["priceType"]); return $this->_propDict["priceType"]; } } return null; }
Gets the priceType A setting to provide flexibility for the pricing structure of services. Possible values are: undefined, fixedPrice, startingAt, hourly, free, priceVaries, callUs, notSet, unknownFutureValue. @return BookingPriceType|null The priceType
getPriceType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setPriceType($val) { $this->_propDict["priceType"] = $val; return $this; }
Sets the priceType A setting to provide flexibility for the pricing structure of services. Possible values are: undefined, fixedPrice, startingAt, hourly, free, priceVaries, callUs, notSet, unknownFutureValue. @param BookingPriceType $val The priceType @return BookingAppointment
setPriceType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getReminders() { if (array_key_exists("reminders", $this->_propDict)) { return $this->_propDict["reminders"]; } else { return null; } }
Gets the reminders The value of this property is only available when reading an individual booking appointment by id. @return array|null The reminders
getReminders
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setReminders($val) { $this->_propDict["reminders"] = $val; return $this; }
Sets the reminders The value of this property is only available when reading an individual booking appointment by id. @param BookingReminder[] $val The reminders @return BookingAppointment
setReminders
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getSelfServiceAppointmentId() { if (array_key_exists("selfServiceAppointmentId", $this->_propDict)) { return $this->_propDict["selfServiceAppointmentId"]; } else { return null; } }
Gets the selfServiceAppointmentId An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. @return string|null The selfServiceAppointmentId
getSelfServiceAppointmentId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setSelfServiceAppointmentId($val) { $this->_propDict["selfServiceAppointmentId"] = $val; return $this; }
Sets the selfServiceAppointmentId An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. @param string $val The selfServiceAppointmentId @return BookingAppointment
setSelfServiceAppointmentId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getServiceLocation() { if (array_key_exists("serviceLocation", $this->_propDict)) { if (is_a($this->_propDict["serviceLocation"], "\Beta\Microsoft\Graph\Model\Location") || is_null($this->_propDict["serviceLocation"])) { return $this->_propDict["serviceLocation"]; } else { $this->_propDict["serviceLocation"] = new Location($this->_propDict["serviceLocation"]); return $this->_propDict["serviceLocation"]; } } return null; }
Gets the serviceLocation The location where the service is delivered. @return Location|null The serviceLocation
getServiceLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setServiceLocation($val) { $this->_propDict["serviceLocation"] = $val; return $this; }
Sets the serviceLocation The location where the service is delivered. @param Location $val The serviceLocation @return BookingAppointment
setServiceLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getServiceName() { if (array_key_exists("serviceName", $this->_propDict)) { return $this->_propDict["serviceName"]; } else { return null; } }
Gets the serviceName This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the service id. @return string|null The serviceName
getServiceName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function setServiceName($val) { $this->_propDict["serviceName"] = $val; return $this; }
Sets the serviceName This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the service id. @param string $val The serviceName @return BookingAppointment
setServiceName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT
public function getServiceNotes() { if (array_key_exists("serviceNotes", $this->_propDict)) { return $this->_propDict["serviceNotes"]; } else { return null; } }
Gets the serviceNotes The value of this property is only available when reading an individual booking appointment by id. @return string|null The serviceNotes
getServiceNotes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/BookingAppointment.php
MIT