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 setServiceNotes($val) { $this->_propDict["serviceNotes"] = $val; return $this; }
Sets the serviceNotes The value of this property is only available when reading an individual booking appointment by id. @param string $val The serviceNotes @return BookingAppointment
setServiceNotes
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 getSmsNotificationsEnabled() { if (array_key_exists("smsNotificationsEnabled", $this->_propDict)) { return $this->_propDict["smsNotificationsEnabled"]; } else { return null; } }
Gets the smsNotificationsEnabled True indicates SMS notifications will be sent to the customers for the appointment. Default value is false. @return bool|null The smsNotificationsEnabled
getSmsNotificationsEnabled
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 setSmsNotificationsEnabled($val) { $this->_propDict["smsNotificationsEnabled"] = boolval($val); return $this; }
Sets the smsNotificationsEnabled True indicates SMS notifications will be sent to the customers for the appointment. Default value is false. @param bool $val The smsNotificationsEnabled @return BookingAppointment
setSmsNotificationsEnabled
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 getStaffMemberIds() { if (array_key_exists("staffMemberIds", $this->_propDict)) { return $this->_propDict["staffMemberIds"]; } else { return null; } }
Gets the staffMemberIds The ID of each bookingStaffMember who is scheduled in this appointment. @return array|null The staffMemberIds
getStaffMemberIds
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 setStaffMemberIds($val) { $this->_propDict["staffMemberIds"] = $val; return $this; }
Sets the staffMemberIds The ID of each bookingStaffMember who is scheduled in this appointment. @param string[] $val The staffMemberIds @return BookingAppointment
setStaffMemberIds
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 getStart() { if (array_key_exists("start", $this->_propDict)) { if (is_a($this->_propDict["start"], "\Beta\Microsoft\Graph\Model\DateTimeTimeZone") || is_null($this->_propDict["start"])) { return $this->_propDict["start"]; } else { $this->_propDict["start"] = new DateTimeTimeZone($this->_propDict["start"]); return $this->_propDict["start"]; } } return null; }
Gets the start The date, time, and time zone that the appointment begins. @return DateTimeTimeZone|null The start
getStart
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 setStart($val) { $this->_propDict["start"] = $val; return $this; }
Sets the start The date, time, and time zone that the appointment begins. @param DateTimeTimeZone $val The start @return BookingAppointment
setStart
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 getApprovalId() { if (array_key_exists("approvalId", $this->_propDict)) { return $this->_propDict["approvalId"]; } else { return null; } }
Gets the approvalId The identifier of the approval of the request. @return string|null The approvalId
getApprovalId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Request.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Request.php
MIT
public function setApprovalId($val) { $this->_propDict["approvalId"] = $val; return $this; }
Sets the approvalId The identifier of the approval of the request. @param string $val The approvalId @return Request
setApprovalId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Request.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Request.php
MIT
public function getCustomData() { if (array_key_exists("customData", $this->_propDict)) { return $this->_propDict["customData"]; } else { return null; } }
Gets the customData Free text field to define any custom data for the request. Not used. @return string|null The customData
getCustomData
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/Request.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Request.php
MIT
public function getSimpleSettingValueTemplate() { if (array_key_exists("simpleSettingValueTemplate", $this->_propDict)) { if (is_a($this->_propDict["simpleSettingValueTemplate"], "\Beta\Microsoft\Graph\Model\DeviceManagementConfigurationSimpleSettingValueTemplate") || is_null($this->_propDict["simpleSettingValueTemplate"])) { return $this->_propDict["simpleSettingValueTemplate"]; } else { $this->_propDict["simpleSettingValueTemplate"] = new DeviceManagementConfigurationSimpleSettingValueTemplate($this->_propDict["simpleSettingValueTemplate"]); return $this->_propDict["simpleSettingValueTemplate"]; } } return null; }
Gets the simpleSettingValueTemplate Simple Setting Value Template @return DeviceManagementConfigurationSimpleSettingValueTemplate|null The simpleSettingValueTemplate
getSimpleSettingValueTemplate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingInstanceTemplate.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingInstanceTemplate.php
MIT
public function setSimpleSettingValueTemplate($val) { $this->_propDict["simpleSettingValueTemplate"] = $val; return $this; }
Sets the simpleSettingValueTemplate Simple Setting Value Template @param DeviceManagementConfigurationSimpleSettingValueTemplate $val The value to assign to the simpleSettingValueTemplate @return DeviceManagementConfigurationSimpleSettingInstanceTemplate The DeviceManagementConfigurationSimpleSettingInstanceTemplate
setSimpleSettingValueTemplate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingInstanceTemplate.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingInstanceTemplate.php
MIT
public function getSchedule() { if (array_key_exists("schedule", $this->_propDict)) { if (is_a($this->_propDict["schedule"], "\Beta\Microsoft\Graph\Model\SynchronizationSchedule") || is_null($this->_propDict["schedule"])) { return $this->_propDict["schedule"]; } else { $this->_propDict["schedule"] = new SynchronizationSchedule($this->_propDict["schedule"]); return $this->_propDict["schedule"]; } } return null; }
Gets the schedule Schedule used to run the job. Read-only. @return SynchronizationSchedule|null The schedule
getSchedule
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
MIT
public function getStatus() { if (array_key_exists("status", $this->_propDict)) { if (is_a($this->_propDict["status"], "\Beta\Microsoft\Graph\Model\SynchronizationStatus") || is_null($this->_propDict["status"])) { return $this->_propDict["status"]; } else { $this->_propDict["status"] = new SynchronizationStatus($this->_propDict["status"]); return $this->_propDict["status"]; } } return null; }
Gets the status Status of the job, which includes when the job was last run, current job state, and errors. @return SynchronizationStatus|null The status
getStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
MIT
public function getSynchronizationJobSettings() { if (array_key_exists("synchronizationJobSettings", $this->_propDict)) { return $this->_propDict["synchronizationJobSettings"]; } else { return null; } }
Gets the synchronizationJobSettings Settings associated with the job. Some settings are inherited from the template. @return array|null The synchronizationJobSettings
getSynchronizationJobSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
MIT
public function setSynchronizationJobSettings($val) { $this->_propDict["synchronizationJobSettings"] = $val; return $this; }
Sets the synchronizationJobSettings Settings associated with the job. Some settings are inherited from the template. @param KeyValuePair[] $val The synchronizationJobSettings @return SynchronizationJob
setSynchronizationJobSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
MIT
public function getSchema() { if (array_key_exists("schema", $this->_propDict)) { if (is_a($this->_propDict["schema"], "\Beta\Microsoft\Graph\Model\SynchronizationSchema") || is_null($this->_propDict["schema"])) { return $this->_propDict["schema"]; } else { $this->_propDict["schema"] = new SynchronizationSchema($this->_propDict["schema"]); return $this->_propDict["schema"]; } } return null; }
Gets the schema The synchronization schema configured for the job. @return SynchronizationSchema|null The schema
getSchema
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
MIT
public function setSchema($val) { $this->_propDict["schema"] = $val; return $this; }
Sets the schema The synchronization schema configured for the job. @param SynchronizationSchema $val The schema @return SynchronizationJob
setSchema
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJob.php
MIT
public function getResponse() { if (array_key_exists("response", $this->_propDict)) { if (is_a($this->_propDict["response"], "\Beta\Microsoft\Graph\Model\ResponseType") || is_null($this->_propDict["response"])) { return $this->_propDict["response"]; } else { $this->_propDict["response"] = new ResponseType($this->_propDict["response"]); return $this->_propDict["response"]; } } return null; }
Gets the response The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none. @return ResponseType|null The response
getResponse
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ResponseStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ResponseStatus.php
MIT
public function setResponse($val) { $this->_propDict["response"] = $val; return $this; }
Sets the response The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none. @param ResponseType $val The value to assign to the response @return ResponseStatus The ResponseStatus
setResponse
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ResponseStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ResponseStatus.php
MIT
public function getTime() { if (array_key_exists("time", $this->_propDict)) { if (is_a($this->_propDict["time"], "\DateTime") || is_null($this->_propDict["time"])) { return $this->_propDict["time"]; } else { $this->_propDict["time"] = new \DateTime($this->_propDict["time"]); return $this->_propDict["time"]; } } return null; }
Gets the time The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @return \DateTime|null The time
getTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ResponseStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ResponseStatus.php
MIT
public function setTime($val) { $this->_propDict["time"] = $val; return $this; }
Sets the time The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @param \DateTime $val The value to assign to the time @return ResponseStatus The ResponseStatus
setTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ResponseStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ResponseStatus.php
MIT
public function getIsRevoked() { if (array_key_exists("isRevoked", $this->_propDict)) { return $this->_propDict["isRevoked"]; } else { return null; } }
Gets the isRevoked True indicates that a compliance change is revoked, preventing further application. Revoking a compliance change is a final action. @return bool|null The isRevoked
getIsRevoked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
MIT
public function setIsRevoked($val) { $this->_propDict["isRevoked"] = boolval($val); return $this; }
Sets the isRevoked True indicates that a compliance change is revoked, preventing further application. Revoking a compliance change is a final action. @param bool $val The isRevoked @return ComplianceChange
setIsRevoked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
MIT
public function getRevokedDateTime() { if (array_key_exists("revokedDateTime", $this->_propDict)) { if (is_a($this->_propDict["revokedDateTime"], "\DateTime") || is_null($this->_propDict["revokedDateTime"])) { return $this->_propDict["revokedDateTime"]; } else { $this->_propDict["revokedDateTime"] = new \DateTime($this->_propDict["revokedDateTime"]); return $this->_propDict["revokedDateTime"]; } } return null; }
Gets the revokedDateTime The date and time when the compliance change was revoked. @return \DateTime|null The revokedDateTime
getRevokedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
MIT
public function setRevokedDateTime($val) { $this->_propDict["revokedDateTime"] = $val; return $this; }
Sets the revokedDateTime The date and time when the compliance change was revoked. @param \DateTime $val The revokedDateTime @return ComplianceChange
setRevokedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
MIT
public function getUpdatePolicy() { if (array_key_exists("updatePolicy", $this->_propDict)) { if (is_a($this->_propDict["updatePolicy"], "\Beta\Microsoft\Graph\WindowsUpdates\Model\UpdatePolicy") || is_null($this->_propDict["updatePolicy"])) { return $this->_propDict["updatePolicy"]; } else { $this->_propDict["updatePolicy"] = new UpdatePolicy($this->_propDict["updatePolicy"]); return $this->_propDict["updatePolicy"]; } } return null; }
Gets the updatePolicy The policy this compliance change is a member of. @return UpdatePolicy|null The updatePolicy
getUpdatePolicy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
MIT
public function setUpdatePolicy($val) { $this->_propDict["updatePolicy"] = $val; return $this; }
Sets the updatePolicy The policy this compliance change is a member of. @param UpdatePolicy $val The updatePolicy @return ComplianceChange
setUpdatePolicy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/ComplianceChange.php
MIT
public function getRunSummary() { if (array_key_exists("runSummary", $this->_propDict)) { if (is_a($this->_propDict["runSummary"], "\Beta\Microsoft\Graph\Model\DeviceComplianceScriptRunSummary") || is_null($this->_propDict["runSummary"])) { return $this->_propDict["runSummary"]; } else { $this->_propDict["runSummary"] = new DeviceComplianceScriptRunSummary($this->_propDict["runSummary"]); return $this->_propDict["runSummary"]; } } return null; }
Gets the runSummary High level run summary for device compliance script. @return DeviceComplianceScriptRunSummary|null The runSummary
getRunSummary
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceComplianceScript.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceComplianceScript.php
MIT
public function getPhoneNumber() { if (array_key_exists("phoneNumber", $this->_propDict)) { return $this->_propDict["phoneNumber"]; } else { return null; } }
Gets the phoneNumber The phone number to text or call for authentication. Phone numbers use the format '+<country code> <number>x<extension>', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. @return string|null The phoneNumber
getPhoneNumber
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
MIT
public function setPhoneNumber($val) { $this->_propDict["phoneNumber"] = $val; return $this; }
Sets the phoneNumber The phone number to text or call for authentication. Phone numbers use the format '+<country code> <number>x<extension>', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. @param string $val The phoneNumber @return PhoneAuthenticationMethod
setPhoneNumber
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
MIT
public function getPhoneType() { if (array_key_exists("phoneType", $this->_propDict)) { if (is_a($this->_propDict["phoneType"], "\Beta\Microsoft\Graph\Model\AuthenticationPhoneType") || is_null($this->_propDict["phoneType"])) { return $this->_propDict["phoneType"]; } else { $this->_propDict["phoneType"] = new AuthenticationPhoneType($this->_propDict["phoneType"]); return $this->_propDict["phoneType"]; } } return null; }
Gets the phoneType The type of this phone. Possible values are: mobile, alternateMobile, or office. @return AuthenticationPhoneType|null The phoneType
getPhoneType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
MIT
public function setPhoneType($val) { $this->_propDict["phoneType"] = $val; return $this; }
Sets the phoneType The type of this phone. Possible values are: mobile, alternateMobile, or office. @param AuthenticationPhoneType $val The phoneType @return PhoneAuthenticationMethod
setPhoneType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
MIT
public function getSmsSignInState() { if (array_key_exists("smsSignInState", $this->_propDict)) { if (is_a($this->_propDict["smsSignInState"], "\Beta\Microsoft\Graph\Model\AuthenticationMethodSignInState") || is_null($this->_propDict["smsSignInState"])) { return $this->_propDict["smsSignInState"]; } else { $this->_propDict["smsSignInState"] = new AuthenticationMethodSignInState($this->_propDict["smsSignInState"]); return $this->_propDict["smsSignInState"]; } } return null; }
Gets the smsSignInState Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. @return AuthenticationMethodSignInState|null The smsSignInState
getSmsSignInState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
MIT
public function setSmsSignInState($val) { $this->_propDict["smsSignInState"] = $val; return $this; }
Sets the smsSignInState Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. @param AuthenticationMethodSignInState $val The smsSignInState @return PhoneAuthenticationMethod
setSmsSignInState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php
MIT
public function getIsVisibleOnlyToOneDriveOwner() { if (array_key_exists("isVisibleOnlyToOneDriveOwner", $this->_propDict)) { return $this->_propDict["isVisibleOnlyToOneDriveOwner"]; } else { return null; } }
Gets the isVisibleOnlyToOneDriveOwner @return bool|null The isVisibleOnlyToOneDriveOwner
getIsVisibleOnlyToOneDriveOwner
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/FileContentProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/FileContentProperties.php
MIT
public function setIsVisibleOnlyToOneDriveOwner($val) { $this->_propDict["isVisibleOnlyToOneDriveOwner"] = $val; return $this; }
Sets the isVisibleOnlyToOneDriveOwner @param bool $val The value of the isVisibleOnlyToOneDriveOwner @return FileContentProperties
setIsVisibleOnlyToOneDriveOwner
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/FileContentProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/FileContentProperties.php
MIT
public function getEnrollmentType() { if (array_key_exists("enrollmentType", $this->_propDict)) { return $this->_propDict["enrollmentType"]; } else { return null; } }
Gets the enrollmentType Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement. @return string|null The enrollmentType
getEnrollmentType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function setEnrollmentType($val) { $this->_propDict["enrollmentType"] = $val; return $this; }
Sets the enrollmentType Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement. @param string $val The enrollmentType @return Device
setEnrollmentType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function getExtensionAttributes() { if (array_key_exists("extensionAttributes", $this->_propDict)) { if (is_a($this->_propDict["extensionAttributes"], "\Beta\Microsoft\Graph\Model\OnPremisesExtensionAttributes") || is_null($this->_propDict["extensionAttributes"])) { return $this->_propDict["extensionAttributes"]; } else { $this->_propDict["extensionAttributes"] = new OnPremisesExtensionAttributes($this->_propDict["extensionAttributes"]); return $this->_propDict["extensionAttributes"]; } } return null; }
Gets the extensionAttributes Contains extension attributes 1-15 for the device. The individual extension attributes are not selectable. These properties are mastered in cloud and can be set during creation or update of a device object in Azure AD. Supports $filter (eq, not, startsWith, and eq on null values). @return OnPremisesExtensionAttributes|null The extensionAttributes
getExtensionAttributes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function setExtensionAttributes($val) { $this->_propDict["extensionAttributes"] = $val; return $this; }
Sets the extensionAttributes Contains extension attributes 1-15 for the device. The individual extension attributes are not selectable. These properties are mastered in cloud and can be set during creation or update of a device object in Azure AD. Supports $filter (eq, not, startsWith, and eq on null values). @param OnPremisesExtensionAttributes $val The extensionAttributes @return Device
setExtensionAttributes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function getHostnames() { if (array_key_exists("hostnames", $this->_propDict)) { return $this->_propDict["hostnames"]; } else { return null; } }
Gets the hostnames List of hostNames for the device. @return array|null The hostnames
getHostnames
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function setHostnames($val) { $this->_propDict["hostnames"] = $val; return $this; }
Sets the hostnames List of hostNames for the device. @param string[] $val The hostnames @return Device
setHostnames
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function getIsRooted() { if (array_key_exists("isRooted", $this->_propDict)) { return $this->_propDict["isRooted"]; } else { return null; } }
Gets the isRooted true if device is rooted; false if device is jail-broken. This can only be updated by Intune. @return bool|null The isRooted
getIsRooted
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function setIsRooted($val) { $this->_propDict["isRooted"] = boolval($val); return $this; }
Sets the isRooted true if device is rooted; false if device is jail-broken. This can only be updated by Intune. @param bool $val The isRooted @return Device
setIsRooted
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function getManagementType() { if (array_key_exists("managementType", $this->_propDict)) { return $this->_propDict["managementType"]; } else { return null; } }
Gets the managementType Management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. @return string|null The managementType
getManagementType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function setManagementType($val) { $this->_propDict["managementType"] = $val; return $this; }
Sets the managementType Management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. @param string $val The managementType @return Device
setManagementType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function getCommands() { if (array_key_exists("commands", $this->_propDict)) { return $this->_propDict["commands"]; } else { return null; } }
Gets the commands Set of commands sent to this device. @return array|null The commands
getCommands
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function setCommands($val) { $this->_propDict["commands"] = $val; return $this; }
Sets the commands Set of commands sent to this device. @param Command[] $val The commands @return Device
setCommands
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Device.php
MIT
public function getRoleScopeTags() { if (array_key_exists("roleScopeTags", $this->_propDict)) { return $this->_propDict["roleScopeTags"]; } else { return null; } }
Gets the roleScopeTags RoleScopeTags of the PolicySet @return array|null The roleScopeTags
getRoleScopeTags
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PolicySet.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PolicySet.php
MIT
public function setRoleScopeTags($val) { $this->_propDict["roleScopeTags"] = $val; return $this; }
Sets the roleScopeTags RoleScopeTags of the PolicySet @param string[] $val The roleScopeTags @return PolicySet
setRoleScopeTags
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PolicySet.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PolicySet.php
MIT
public function getDayOfMonth() { if (array_key_exists("dayOfMonth", $this->_propDict)) { return $this->_propDict["dayOfMonth"]; } else { return null; } }
Gets the dayOfMonth The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. @return int|null The dayOfMonth
getDayOfMonth
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function setDayOfMonth($val) { $this->_propDict["dayOfMonth"] = $val; return $this; }
Sets the dayOfMonth The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. @param int $val The value of the dayOfMonth @return RecurrencePattern
setDayOfMonth
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function getFirstDayOfWeek() { if (array_key_exists("firstDayOfWeek", $this->_propDict)) { if (is_a($this->_propDict["firstDayOfWeek"], "\Beta\Microsoft\Graph\Model\DayOfWeek") || is_null($this->_propDict["firstDayOfWeek"])) { return $this->_propDict["firstDayOfWeek"]; } else { $this->_propDict["firstDayOfWeek"] = new DayOfWeek($this->_propDict["firstDayOfWeek"]); return $this->_propDict["firstDayOfWeek"]; } } return null; }
Gets the firstDayOfWeek The first day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly. @return DayOfWeek|null The firstDayOfWeek
getFirstDayOfWeek
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function setFirstDayOfWeek($val) { $this->_propDict["firstDayOfWeek"] = $val; return $this; }
Sets the firstDayOfWeek The first day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly. @param DayOfWeek $val The value to assign to the firstDayOfWeek @return RecurrencePattern The RecurrencePattern
setFirstDayOfWeek
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function getIndex() { if (array_key_exists("index", $this->_propDict)) { if (is_a($this->_propDict["index"], "\Beta\Microsoft\Graph\Model\WeekIndex") || is_null($this->_propDict["index"])) { return $this->_propDict["index"]; } else { $this->_propDict["index"] = new WeekIndex($this->_propDict["index"]); return $this->_propDict["index"]; } } return null; }
Gets the index Specifies on which instance of the allowed days specified in daysOfWeek the event occurs, counted from the first instance in the month. The possible values are: first, second, third, fourth, last. Default is first. Optional and used if type is relativeMonthly or relativeYearly. @return WeekIndex|null The index
getIndex
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function setIndex($val) { $this->_propDict["index"] = $val; return $this; }
Sets the index Specifies on which instance of the allowed days specified in daysOfWeek the event occurs, counted from the first instance in the month. The possible values are: first, second, third, fourth, last. Default is first. Optional and used if type is relativeMonthly or relativeYearly. @param WeekIndex $val The value to assign to the index @return RecurrencePattern The RecurrencePattern
setIndex
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function getInterval() { if (array_key_exists("interval", $this->_propDict)) { return $this->_propDict["interval"]; } else { return null; } }
Gets the interval The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required. @return int|null The interval
getInterval
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function setInterval($val) { $this->_propDict["interval"] = $val; return $this; }
Sets the interval The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required. @param int $val The value of the interval @return RecurrencePattern
setInterval
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function getMonth() { if (array_key_exists("month", $this->_propDict)) { return $this->_propDict["month"]; } else { return null; } }
Gets the month The month in which the event occurs. This is a number from 1 to 12. @return int|null The month
getMonth
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function setMonth($val) { $this->_propDict["month"] = $val; return $this; }
Sets the month The month in which the event occurs. This is a number from 1 to 12. @param int $val The value of the month @return RecurrencePattern
setMonth
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function getType() { if (array_key_exists("type", $this->_propDict)) { if (is_a($this->_propDict["type"], "\Beta\Microsoft\Graph\Model\RecurrencePatternType") || is_null($this->_propDict["type"])) { return $this->_propDict["type"]; } else { $this->_propDict["type"] = new RecurrencePatternType($this->_propDict["type"]); return $this->_propDict["type"]; } } return null; }
Gets the type The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required. For more information, see values of type property. @return RecurrencePatternType|null The type
getType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RecurrencePattern.php
MIT
public function getLastAuthenticatedDateTime() { if (array_key_exists("lastAuthenticatedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastAuthenticatedDateTime"], "\DateTime") || is_null($this->_propDict["lastAuthenticatedDateTime"])) { return $this->_propDict["lastAuthenticatedDateTime"]; } else { $this->_propDict["lastAuthenticatedDateTime"] = new \DateTime($this->_propDict["lastAuthenticatedDateTime"]); return $this->_propDict["lastAuthenticatedDateTime"]; } } return null; }
Gets the lastAuthenticatedDateTime @return \DateTime|null The lastAuthenticatedDateTime
getLastAuthenticatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
MIT
public function setLastAuthenticatedDateTime($val) { $this->_propDict["lastAuthenticatedDateTime"] = $val; return $this; }
Sets the lastAuthenticatedDateTime @param \DateTime $val The lastAuthenticatedDateTime @return StrongAuthenticationPhoneAppDetail
setLastAuthenticatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
MIT
public function getOathTokenTimeDriftInSeconds() { if (array_key_exists("oathTokenTimeDriftInSeconds", $this->_propDict)) { return $this->_propDict["oathTokenTimeDriftInSeconds"]; } else { return null; } }
Gets the oathTokenTimeDriftInSeconds @return int|null The oathTokenTimeDriftInSeconds
getOathTokenTimeDriftInSeconds
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
MIT
public function setOathTokenTimeDriftInSeconds($val) { $this->_propDict["oathTokenTimeDriftInSeconds"] = intval($val); return $this; }
Sets the oathTokenTimeDriftInSeconds @param int $val The oathTokenTimeDriftInSeconds @return StrongAuthenticationPhoneAppDetail
setOathTokenTimeDriftInSeconds
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
MIT
public function getTokenGenerationIntervalInSeconds() { if (array_key_exists("tokenGenerationIntervalInSeconds", $this->_propDict)) { return $this->_propDict["tokenGenerationIntervalInSeconds"]; } else { return null; } }
Gets the tokenGenerationIntervalInSeconds @return int|null The tokenGenerationIntervalInSeconds
getTokenGenerationIntervalInSeconds
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
MIT
public function setTokenGenerationIntervalInSeconds($val) { $this->_propDict["tokenGenerationIntervalInSeconds"] = intval($val); return $this; }
Sets the tokenGenerationIntervalInSeconds @param int $val The tokenGenerationIntervalInSeconds @return StrongAuthenticationPhoneAppDetail
setTokenGenerationIntervalInSeconds
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/StrongAuthenticationPhoneAppDetail.php
MIT
public function getConditionalAccessReferences() { if (array_key_exists("conditionalAccessReferences", $this->_propDict)) { return $this->_propDict["conditionalAccessReferences"]; } else { return null; } }
Gets the conditionalAccessReferences References to existing Conditional Access policies that use this authentication strength. @return string|null The conditionalAccessReferences
getConditionalAccessReferences
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
MIT
public function setConditionalAccessReferences($val) { $this->_propDict["conditionalAccessReferences"] = $val; return $this; }
Sets the conditionalAccessReferences References to existing Conditional Access policies that use this authentication strength. @param string $val The value of the conditionalAccessReferences @return UpdateAllowedCombinationsResult
setConditionalAccessReferences
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
MIT
public function getCurrentCombinations() { if (array_key_exists("currentCombinations", $this->_propDict)) { if (is_a($this->_propDict["currentCombinations"], "\Microsoft\Graph\Model\AuthenticationMethodModes") || is_null($this->_propDict["currentCombinations"])) { return $this->_propDict["currentCombinations"]; } else { $this->_propDict["currentCombinations"] = new AuthenticationMethodModes($this->_propDict["currentCombinations"]); return $this->_propDict["currentCombinations"]; } } return null; }
Gets the currentCombinations The list of current authentication method combinations allowed by the authentication strength. @return AuthenticationMethodModes|null The currentCombinations
getCurrentCombinations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
MIT
public function setCurrentCombinations($val) { $this->_propDict["currentCombinations"] = $val; return $this; }
Sets the currentCombinations The list of current authentication method combinations allowed by the authentication strength. @param AuthenticationMethodModes $val The value to assign to the currentCombinations @return UpdateAllowedCombinationsResult The UpdateAllowedCombinationsResult
setCurrentCombinations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
MIT
public function getPreviousCombinations() { if (array_key_exists("previousCombinations", $this->_propDict)) { if (is_a($this->_propDict["previousCombinations"], "\Microsoft\Graph\Model\AuthenticationMethodModes") || is_null($this->_propDict["previousCombinations"])) { return $this->_propDict["previousCombinations"]; } else { $this->_propDict["previousCombinations"] = new AuthenticationMethodModes($this->_propDict["previousCombinations"]); return $this->_propDict["previousCombinations"]; } } return null; }
Gets the previousCombinations The list of former authentication method combinations allowed by the authentication strength before they were updated through the updateAllowedCombinations action. @return AuthenticationMethodModes|null The previousCombinations
getPreviousCombinations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
MIT
public function setPreviousCombinations($val) { $this->_propDict["previousCombinations"] = $val; return $this; }
Sets the previousCombinations The list of former authentication method combinations allowed by the authentication strength before they were updated through the updateAllowedCombinations action. @param AuthenticationMethodModes $val The value to assign to the previousCombinations @return UpdateAllowedCombinationsResult The UpdateAllowedCombinationsResult
setPreviousCombinations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/UpdateAllowedCombinationsResult.php
MIT
public function setCurlHandle(CurlHandle $handle) { $this->handle = $handle; return $this; }
Set the associated curl handle @param CurlHandle $handle Curl handle @return self
setCurlHandle
php
xiebruce/PicUploader
vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
MIT
public function getCurlHandle() { return $this->handle; }
Get the associated cURL handle @return CurlHandle|null
getCurlHandle
php
xiebruce/PicUploader
vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
MIT
public function getError() { return $this->curlError; }
Get the associated cURL error message @return string|null
getError
php
xiebruce/PicUploader
vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
MIT
public function getErrorNo() { return $this->curlErrorNo; }
Get the associated cURL error number @return int|null
getErrorNo
php
xiebruce/PicUploader
vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
MIT
public function getCurlInfo() { return $this->curlInfo; }
Returns curl information about the transfer @return array
getCurlInfo
php
xiebruce/PicUploader
vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
MIT
public function getPayloadName() { if (array_key_exists("payloadName", $this->_propDict)) { return $this->_propDict["payloadName"]; } else { return null; } }
Gets the payloadName Name that is displayed to the user. @return string|null The payloadName
getPayloadName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MacOSCustomConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MacOSCustomConfiguration.php
MIT
public function setPayloadName($val) { $this->_propDict["payloadName"] = $val; return $this; }
Sets the payloadName Name that is displayed to the user. @param string $val The payloadName @return MacOSCustomConfiguration
setPayloadName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/MacOSCustomConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/MacOSCustomConfiguration.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 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 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 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 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 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 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 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