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 getHeaderLogoRelativeUrl() { if (array_key_exists("headerLogoRelativeUrl", $this->_propDict)) { return $this->_propDict["headerLogoRelativeUrl"]; } else { return null; } }
Gets the headerLogoRelativeUrl A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. @return string|null The headerLogoRelativeUrl
getHeaderLogoRelativeUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
MIT
public function setHeaderLogoRelativeUrl($val) { $this->_propDict["headerLogoRelativeUrl"] = $val; return $this; }
Sets the headerLogoRelativeUrl A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. @param string $val The headerLogoRelativeUrl @return OrganizationalBrandingProperties
setHeaderLogoRelativeUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
MIT
public function getLoginPageLayoutConfiguration() { if (array_key_exists("loginPageLayoutConfiguration", $this->_propDict)) { if (is_a($this->_propDict["loginPageLayoutConfiguration"], "\Beta\Microsoft\Graph\Model\LoginPageLayoutConfiguration") || is_null($this->_propDict["loginPageLayoutConfiguration"])) { return $this->_propDict["loginPageLayoutConfiguration"]; } else { $this->_propDict["loginPageLayoutConfiguration"] = new LoginPageLayoutConfiguration($this->_propDict["loginPageLayoutConfiguration"]); return $this->_propDict["loginPageLayoutConfiguration"]; } } return null; }
Gets the loginPageLayoutConfiguration Represents the layout configuration to be displayed on the login page for a tenant. @return LoginPageLayoutConfiguration|null The loginPageLayoutConfiguration
getLoginPageLayoutConfiguration
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
MIT
public function setLoginPageLayoutConfiguration($val) { $this->_propDict["loginPageLayoutConfiguration"] = $val; return $this; }
Sets the loginPageLayoutConfiguration Represents the layout configuration to be displayed on the login page for a tenant. @param LoginPageLayoutConfiguration $val The loginPageLayoutConfiguration @return OrganizationalBrandingProperties
setLoginPageLayoutConfiguration
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
MIT
public function getLoginPageTextVisibilitySettings() { if (array_key_exists("loginPageTextVisibilitySettings", $this->_propDict)) { if (is_a($this->_propDict["loginPageTextVisibilitySettings"], "\Beta\Microsoft\Graph\Model\LoginPageTextVisibilitySettings") || is_null($this->_propDict["loginPageTextVisibilitySettings"])) { return $this->_propDict["loginPageTextVisibilitySettings"]; } else { $this->_propDict["loginPageTextVisibilitySettings"] = new LoginPageTextVisibilitySettings($this->_propDict["loginPageTextVisibilitySettings"]); return $this->_propDict["loginPageTextVisibilitySettings"]; } } return null; }
Gets the loginPageTextVisibilitySettings Represents the various texts that can be hidden on the login page for a tenant. @return LoginPageTextVisibilitySettings|null The loginPageTextVisibilitySettings
getLoginPageTextVisibilitySettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
MIT
public function setLoginPageTextVisibilitySettings($val) { $this->_propDict["loginPageTextVisibilitySettings"] = $val; return $this; }
Sets the loginPageTextVisibilitySettings Represents the various texts that can be hidden on the login page for a tenant. @param LoginPageTextVisibilitySettings $val The loginPageTextVisibilitySettings @return OrganizationalBrandingProperties
setLoginPageTextVisibilitySettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
MIT
public function getSquareLogoDark() { if (array_key_exists("squareLogoDark", $this->_propDict)) { if (is_a($this->_propDict["squareLogoDark"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["squareLogoDark"])) { return $this->_propDict["squareLogoDark"]; } else { $this->_propDict["squareLogoDark"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["squareLogoDark"]); return $this->_propDict["squareLogoDark"]; } } return null; }
Gets the squareLogoDark A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. @return \GuzzleHttp\Psr7\Stream|null The squareLogoDark
getSquareLogoDark
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
MIT
public function setSquareLogoDark($val) { $this->_propDict["squareLogoDark"] = $val; return $this; }
Sets the squareLogoDark A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. @param \GuzzleHttp\Psr7\Stream $val The squareLogoDark @return OrganizationalBrandingProperties
setSquareLogoDark
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
MIT
public function getSquareLogoDarkRelativeUrl() { if (array_key_exists("squareLogoDarkRelativeUrl", $this->_propDict)) { return $this->_propDict["squareLogoDarkRelativeUrl"]; } else { return null; } }
Gets the squareLogoDarkRelativeUrl A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. @return string|null The squareLogoDarkRelativeUrl
getSquareLogoDarkRelativeUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
MIT
public function setSquareLogoDarkRelativeUrl($val) { $this->_propDict["squareLogoDarkRelativeUrl"] = $val; return $this; }
Sets the squareLogoDarkRelativeUrl A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. @param string $val The squareLogoDarkRelativeUrl @return OrganizationalBrandingProperties
setSquareLogoDarkRelativeUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OrganizationalBrandingProperties.php
MIT
public static function parseDateTime($dt, DateTimeZone $tz = null) { // Format is YYYYMMDD + "T" + hhmmss $result = preg_match('/^([0-9]{4})([0-1][0-9])([0-3][0-9])T([0-2][0-9])([0-5][0-9])([0-5][0-9])([Z]?)$/', $dt, $matches); if (!$result) { throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt); } if ('Z' === $matches[7] || is_null($tz)) { $tz = new DateTimeZone('UTC'); } try { $date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3].' '.$matches[4].':'.$matches[5].':'.$matches[6], $tz); } catch (\Exception $e) { throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt); } return $date; }
Parses an iCalendar (rfc5545) formatted datetime and returns a DateTimeImmutable object. Specifying a reference timezone is optional. It will only be used if the non-UTC format is used. The argument is used as a reference, the returned DateTimeImmutable object will still be in the UTC timezone. @param string $dt @param DateTimeZone $tz @return DateTimeImmutable
parseDateTime
php
xiebruce/PicUploader
vendor/sabre/vobject/lib/DateTimeParser.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/vobject/lib/DateTimeParser.php
MIT
public static function parseDate($date, DateTimeZone $tz = null) { // Format is YYYYMMDD $result = preg_match('/^([0-9]{4})([0-1][0-9])([0-3][0-9])$/', $date, $matches); if (!$result) { throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date); } if (is_null($tz)) { $tz = new DateTimeZone('UTC'); } try { $date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3], $tz); } catch (\Exception $e) { throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date); } return $date; }
Parses an iCalendar (rfc5545) formatted date and returns a DateTimeImmutable object. @param string $date @param DateTimeZone $tz @return DateTimeImmutable
parseDate
php
xiebruce/PicUploader
vendor/sabre/vobject/lib/DateTimeParser.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/vobject/lib/DateTimeParser.php
MIT
public static function parseVCardDateTime($date) { $regex = '/^ (?: # date part (?: (?: (?<year> [0-9]{4}) (?: -)?| --) (?<month> [0-9]{2})? |---) (?<date> [0-9]{2})? )? (?:T # time part (?<hour> [0-9]{2} | -) (?<minute> [0-9]{2} | -)? (?<second> [0-9]{2})? (?: \.[0-9]{3})? # milliseconds (?P<timezone> # timezone offset Z | (?: \+|-)(?: [0-9]{4}) )? )? $/x'; if (!preg_match($regex, $date, $matches)) { // Attempting to parse the extended format. $regex = '/^ (?: # date part (?: (?<year> [0-9]{4}) - | -- ) (?<month> [0-9]{2}) - (?<date> [0-9]{2}) )? (?:T # time part (?: (?<hour> [0-9]{2}) : | -) (?: (?<minute> [0-9]{2}) : | -)? (?<second> [0-9]{2})? (?: \.[0-9]{3})? # milliseconds (?P<timezone> # timezone offset Z | (?: \+|-)(?: [0-9]{2}:[0-9]{2}) )? )? $/x'; if (!preg_match($regex, $date, $matches)) { throw new InvalidDataException('Invalid vCard date-time string: '.$date); } } $parts = [ 'year', 'month', 'date', 'hour', 'minute', 'second', 'timezone', ]; $result = []; foreach ($parts as $part) { if (empty($matches[$part])) { $result[$part] = null; } elseif ('-' === $matches[$part] || '--' === $matches[$part]) { $result[$part] = null; } else { $result[$part] = $matches[$part]; } } return $result; }
This method parses a vCard date and or time value. This can be used for the DATE, DATE-TIME, TIMESTAMP and DATE-AND-OR-TIME value. This method returns an array, not a DateTime value. The elements in the array are in the following order: year, month, date, hour, minute, second, timezone Almost any part of the string may be omitted. It's for example legal to just specify seconds, leave out the year, etc. Timezone is either returned as 'Z' or as '+0800' For any non-specified values null is returned. List of date formats that are supported: YYYY YYYY-MM YYYYMMDD --MMDD ---DD YYYY-MM-DD --MM-DD ---DD List of supported time formats: HH HHMM HHMMSS -MMSS --SS HH HH:MM HH:MM:SS -MM:SS --SS A full basic-format date-time string looks like : 20130603T133901 A full extended-format date-time string looks like : 2013-06-03T13:39:01 Times may be postfixed by a timezone offset. This can be either 'Z' for UTC, or a string like -0500 or +1100. @param string $date @return array
parseVCardDateTime
php
xiebruce/PicUploader
vendor/sabre/vobject/lib/DateTimeParser.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/vobject/lib/DateTimeParser.php
MIT
public static function parseVCardDateAndOrTime($date) { // \d{8}|\d{4}-\d\d|--\d\d(\d\d)?|---\d\d $valueDate = '/^(?J)(?:'. '(?<year>\d{4})(?<month>\d\d)(?<date>\d\d)'. '|(?<year>\d{4})-(?<month>\d\d)'. '|--(?<month>\d\d)(?<date>\d\d)?'. '|---(?<date>\d\d)'. ')$/'; // (\d\d(\d\d(\d\d)?)?|-\d\d(\d\d)?|--\d\d)(Z|[+\-]\d\d(\d\d)?)? $valueTime = '/^(?J)(?:'. '((?<hour>\d\d)((?<minute>\d\d)(?<second>\d\d)?)?'. '|-(?<minute>\d\d)(?<second>\d\d)?'. '|--(?<second>\d\d))'. '(?<timezone>(Z|[+\-]\d\d(\d\d)?))?'. ')$/'; // (\d{8}|--\d{4}|---\d\d)T\d\d(\d\d(\d\d)?)?(Z|[+\-]\d\d(\d\d?)? $valueDateTime = '/^(?:'. '((?<year0>\d{4})(?<month0>\d\d)(?<date0>\d\d)'. '|--(?<month1>\d\d)(?<date1>\d\d)'. '|---(?<date2>\d\d))'. 'T'. '(?<hour>\d\d)((?<minute>\d\d)(?<second>\d\d)?)?'. '(?<timezone>(Z|[+\-]\d\d(\d\d?)))?'. ')$/'; // date-and-or-time is date | date-time | time // in this strict order. if (0 === preg_match($valueDate, $date, $matches) && 0 === preg_match($valueDateTime, $date, $matches) && 0 === preg_match($valueTime, $date, $matches)) { throw new InvalidDataException('Invalid vCard date-time string: '.$date); } $parts = [ 'year' => null, 'month' => null, 'date' => null, 'hour' => null, 'minute' => null, 'second' => null, 'timezone' => null, ]; // The $valueDateTime expression has a bug with (?J) so we simulate it. $parts['date0'] = &$parts['date']; $parts['date1'] = &$parts['date']; $parts['date2'] = &$parts['date']; $parts['month0'] = &$parts['month']; $parts['month1'] = &$parts['month']; $parts['year0'] = &$parts['year']; foreach ($parts as $part => &$value) { if (!empty($matches[$part])) { $value = $matches[$part]; } } unset($parts['date0']); unset($parts['date1']); unset($parts['date2']); unset($parts['month0']); unset($parts['month1']); unset($parts['year0']); return $parts; }
This method parses a vCard date and or time value. This can be used for the DATE, DATE-TIME and DATE-AND-OR-TIME value. This method returns an array, not a DateTime value. The elements in the array are in the following order: year, month, date, hour, minute, second, timezone Almost any part of the string may be omitted. It's for example legal to just specify seconds, leave out the year, etc. Timezone is either returned as 'Z' or as '+0800' For any non-specified values null is returned. List of date formats that are supported: 20150128 2015-01 --01 --0128 ---28 List of supported time formats: 13 1353 135301 -53 -5301 --01 (unreachable, see the tests) --01Z --01+1234 List of supported date-time formats: 20150128T13 --0128T13 ---28T13 ---28T1353 ---28T135301 ---28T13Z ---28T13+1234 See the regular expressions for all the possible patterns. Times may be postfixed by a timezone offset. This can be either 'Z' for UTC, or a string like -0500 or +1100. @param string $date @return array
parseVCardDateAndOrTime
php
xiebruce/PicUploader
vendor/sabre/vobject/lib/DateTimeParser.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/vobject/lib/DateTimeParser.php
MIT
public function getControls() { if (array_key_exists("controls", $this->_propDict)) { return $this->_propDict["controls"]; } else { return null; } }
Gets the controls Controls associated with the program. @return array|null The controls
getControls
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Program.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Program.php
MIT
public function setControls($val) { $this->_propDict["controls"] = $val; return $this; }
Sets the controls Controls associated with the program. @param ProgramControl[] $val The controls @return Program
setControls
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Program.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Program.php
MIT
public function getAllowAttendeeToEnableCamera() { if (array_key_exists("allowAttendeeToEnableCamera", $this->_propDict)) { return $this->_propDict["allowAttendeeToEnableCamera"]; } else { return null; } }
Gets the allowAttendeeToEnableCamera Indicates whether attendees can turn on their camera. @return bool|null The allowAttendeeToEnableCamera
getAllowAttendeeToEnableCamera
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAllowAttendeeToEnableCamera($val) { $this->_propDict["allowAttendeeToEnableCamera"] = boolval($val); return $this; }
Sets the allowAttendeeToEnableCamera Indicates whether attendees can turn on their camera. @param bool $val The allowAttendeeToEnableCamera @return OnlineMeeting
setAllowAttendeeToEnableCamera
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAllowAttendeeToEnableMic() { if (array_key_exists("allowAttendeeToEnableMic", $this->_propDict)) { return $this->_propDict["allowAttendeeToEnableMic"]; } else { return null; } }
Gets the allowAttendeeToEnableMic Indicates whether attendees can turn on their microphone. @return bool|null The allowAttendeeToEnableMic
getAllowAttendeeToEnableMic
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAllowAttendeeToEnableMic($val) { $this->_propDict["allowAttendeeToEnableMic"] = boolval($val); return $this; }
Sets the allowAttendeeToEnableMic Indicates whether attendees can turn on their microphone. @param bool $val The allowAttendeeToEnableMic @return OnlineMeeting
setAllowAttendeeToEnableMic
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAllowedPresenters() { if (array_key_exists("allowedPresenters", $this->_propDict)) { if (is_a($this->_propDict["allowedPresenters"], "\Beta\Microsoft\Graph\Model\OnlineMeetingPresenters") || is_null($this->_propDict["allowedPresenters"])) { return $this->_propDict["allowedPresenters"]; } else { $this->_propDict["allowedPresenters"] = new OnlineMeetingPresenters($this->_propDict["allowedPresenters"]); return $this->_propDict["allowedPresenters"]; } } return null; }
Gets the allowedPresenters Specifies who can be a presenter in a meeting. @return OnlineMeetingPresenters|null The allowedPresenters
getAllowedPresenters
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAllowedPresenters($val) { $this->_propDict["allowedPresenters"] = $val; return $this; }
Sets the allowedPresenters Specifies who can be a presenter in a meeting. @param OnlineMeetingPresenters $val The allowedPresenters @return OnlineMeeting
setAllowedPresenters
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAllowMeetingChat() { if (array_key_exists("allowMeetingChat", $this->_propDict)) { if (is_a($this->_propDict["allowMeetingChat"], "\Beta\Microsoft\Graph\Model\MeetingChatMode") || is_null($this->_propDict["allowMeetingChat"])) { return $this->_propDict["allowMeetingChat"]; } else { $this->_propDict["allowMeetingChat"] = new MeetingChatMode($this->_propDict["allowMeetingChat"]); return $this->_propDict["allowMeetingChat"]; } } return null; }
Gets the allowMeetingChat Specifies the mode of meeting chat. @return MeetingChatMode|null The allowMeetingChat
getAllowMeetingChat
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAllowMeetingChat($val) { $this->_propDict["allowMeetingChat"] = $val; return $this; }
Sets the allowMeetingChat Specifies the mode of meeting chat. @param MeetingChatMode $val The allowMeetingChat @return OnlineMeeting
setAllowMeetingChat
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAllowParticipantsToChangeName() { if (array_key_exists("allowParticipantsToChangeName", $this->_propDict)) { return $this->_propDict["allowParticipantsToChangeName"]; } else { return null; } }
Gets the allowParticipantsToChangeName Specifies if participants are allowed to rename themselves in an instance of the meeting. @return bool|null The allowParticipantsToChangeName
getAllowParticipantsToChangeName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAllowParticipantsToChangeName($val) { $this->_propDict["allowParticipantsToChangeName"] = boolval($val); return $this; }
Sets the allowParticipantsToChangeName Specifies if participants are allowed to rename themselves in an instance of the meeting. @param bool $val The allowParticipantsToChangeName @return OnlineMeeting
setAllowParticipantsToChangeName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAllowTeamworkReactions() { if (array_key_exists("allowTeamworkReactions", $this->_propDict)) { return $this->_propDict["allowTeamworkReactions"]; } else { return null; } }
Gets the allowTeamworkReactions Indicates if Teams reactions are enabled for the meeting. @return bool|null The allowTeamworkReactions
getAllowTeamworkReactions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAllowTeamworkReactions($val) { $this->_propDict["allowTeamworkReactions"] = boolval($val); return $this; }
Sets the allowTeamworkReactions Indicates if Teams reactions are enabled for the meeting. @param bool $val The allowTeamworkReactions @return OnlineMeeting
setAllowTeamworkReactions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAlternativeRecording() { if (array_key_exists("alternativeRecording", $this->_propDict)) { if (is_a($this->_propDict["alternativeRecording"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["alternativeRecording"])) { return $this->_propDict["alternativeRecording"]; } else { $this->_propDict["alternativeRecording"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["alternativeRecording"]); return $this->_propDict["alternativeRecording"]; } } return null; }
Gets the alternativeRecording The content stream of the alternative recording of a Microsoft Teams live event. Read-only. @return \GuzzleHttp\Psr7\Stream|null The alternativeRecording
getAlternativeRecording
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAlternativeRecording($val) { $this->_propDict["alternativeRecording"] = $val; return $this; }
Sets the alternativeRecording The content stream of the alternative recording of a Microsoft Teams live event. Read-only. @param \GuzzleHttp\Psr7\Stream $val The alternativeRecording @return OnlineMeeting
setAlternativeRecording
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAnonymizeIdentityForRoles() { if (array_key_exists("anonymizeIdentityForRoles", $this->_propDict)) { return $this->_propDict["anonymizeIdentityForRoles"]; } else { return null; } }
Gets the anonymizeIdentityForRoles @return array|null The anonymizeIdentityForRoles
getAnonymizeIdentityForRoles
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAnonymizeIdentityForRoles($val) { $this->_propDict["anonymizeIdentityForRoles"] = $val; return $this; }
Sets the anonymizeIdentityForRoles @param OnlineMeetingRole[] $val The anonymizeIdentityForRoles @return OnlineMeeting
setAnonymizeIdentityForRoles
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAttendeeReport() { if (array_key_exists("attendeeReport", $this->_propDict)) { if (is_a($this->_propDict["attendeeReport"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["attendeeReport"])) { return $this->_propDict["attendeeReport"]; } else { $this->_propDict["attendeeReport"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["attendeeReport"]); return $this->_propDict["attendeeReport"]; } } return null; }
Gets the attendeeReport The content stream of the attendee report of a Teams live event. Read-only. @return \GuzzleHttp\Psr7\Stream|null The attendeeReport
getAttendeeReport
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAttendeeReport($val) { $this->_propDict["attendeeReport"] = $val; return $this; }
Sets the attendeeReport The content stream of the attendee report of a Teams live event. Read-only. @param \GuzzleHttp\Psr7\Stream $val The attendeeReport @return OnlineMeeting
setAttendeeReport
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAudioConferencing() { if (array_key_exists("audioConferencing", $this->_propDict)) { if (is_a($this->_propDict["audioConferencing"], "\Beta\Microsoft\Graph\Model\AudioConferencing") || is_null($this->_propDict["audioConferencing"])) { return $this->_propDict["audioConferencing"]; } else { $this->_propDict["audioConferencing"] = new AudioConferencing($this->_propDict["audioConferencing"]); return $this->_propDict["audioConferencing"]; } } return null; }
Gets the audioConferencing The phone access (dial-in) information for an online meeting. Read-only. @return AudioConferencing|null The audioConferencing
getAudioConferencing
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAudioConferencing($val) { $this->_propDict["audioConferencing"] = $val; return $this; }
Sets the audioConferencing The phone access (dial-in) information for an online meeting. Read-only. @param AudioConferencing $val The audioConferencing @return OnlineMeeting
setAudioConferencing
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getBroadcastSettings() { if (array_key_exists("broadcastSettings", $this->_propDict)) { if (is_a($this->_propDict["broadcastSettings"], "\Beta\Microsoft\Graph\Model\BroadcastMeetingSettings") || is_null($this->_propDict["broadcastSettings"])) { return $this->_propDict["broadcastSettings"]; } else { $this->_propDict["broadcastSettings"] = new BroadcastMeetingSettings($this->_propDict["broadcastSettings"]); return $this->_propDict["broadcastSettings"]; } } return null; }
Gets the broadcastSettings Settings related to a live event. @return BroadcastMeetingSettings|null The broadcastSettings
getBroadcastSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setBroadcastSettings($val) { $this->_propDict["broadcastSettings"] = $val; return $this; }
Sets the broadcastSettings Settings related to a live event. @param BroadcastMeetingSettings $val The broadcastSettings @return OnlineMeeting
setBroadcastSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getCreationDateTime() { if (array_key_exists("creationDateTime", $this->_propDict)) { if (is_a($this->_propDict["creationDateTime"], "\DateTime") || is_null($this->_propDict["creationDateTime"])) { return $this->_propDict["creationDateTime"]; } else { $this->_propDict["creationDateTime"] = new \DateTime($this->_propDict["creationDateTime"]); return $this->_propDict["creationDateTime"]; } } return null; }
Gets the creationDateTime The meeting creation time in UTC. Read-only. @return \DateTime|null The creationDateTime
getCreationDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setCreationDateTime($val) { $this->_propDict["creationDateTime"] = $val; return $this; }
Sets the creationDateTime The meeting creation time in UTC. Read-only. @param \DateTime $val The creationDateTime @return OnlineMeeting
setCreationDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getIsBroadcast() { if (array_key_exists("isBroadcast", $this->_propDict)) { return $this->_propDict["isBroadcast"]; } else { return null; } }
Gets the isBroadcast Indicates whether this is a Teams live event. @return bool|null The isBroadcast
getIsBroadcast
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setIsBroadcast($val) { $this->_propDict["isBroadcast"] = boolval($val); return $this; }
Sets the isBroadcast Indicates whether this is a Teams live event. @param bool $val The isBroadcast @return OnlineMeeting
setIsBroadcast
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getIsEntryExitAnnounced() { if (array_key_exists("isEntryExitAnnounced", $this->_propDict)) { return $this->_propDict["isEntryExitAnnounced"]; } else { return null; } }
Gets the isEntryExitAnnounced Indicates whether to announce when callers join or leave. @return bool|null The isEntryExitAnnounced
getIsEntryExitAnnounced
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setIsEntryExitAnnounced($val) { $this->_propDict["isEntryExitAnnounced"] = boolval($val); return $this; }
Sets the isEntryExitAnnounced Indicates whether to announce when callers join or leave. @param bool $val The isEntryExitAnnounced @return OnlineMeeting
setIsEntryExitAnnounced
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getJoinInformation() { if (array_key_exists("joinInformation", $this->_propDict)) { if (is_a($this->_propDict["joinInformation"], "\Beta\Microsoft\Graph\Model\ItemBody") || is_null($this->_propDict["joinInformation"])) { return $this->_propDict["joinInformation"]; } else { $this->_propDict["joinInformation"] = new ItemBody($this->_propDict["joinInformation"]); return $this->_propDict["joinInformation"]; } } return null; }
Gets the joinInformation The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only. @return ItemBody|null The joinInformation
getJoinInformation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setJoinInformation($val) { $this->_propDict["joinInformation"] = $val; return $this; }
Sets the joinInformation The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only. @param ItemBody $val The joinInformation @return OnlineMeeting
setJoinInformation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getJoinMeetingIdSettings() { if (array_key_exists("joinMeetingIdSettings", $this->_propDict)) { if (is_a($this->_propDict["joinMeetingIdSettings"], "\Beta\Microsoft\Graph\Model\JoinMeetingIdSettings") || is_null($this->_propDict["joinMeetingIdSettings"])) { return $this->_propDict["joinMeetingIdSettings"]; } else { $this->_propDict["joinMeetingIdSettings"] = new JoinMeetingIdSettings($this->_propDict["joinMeetingIdSettings"]); return $this->_propDict["joinMeetingIdSettings"]; } } return null; }
Gets the joinMeetingIdSettings Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings cannot be modified. To make any changes to this property, the meeting needs to be canceled and a new one needs to be created. @return JoinMeetingIdSettings|null The joinMeetingIdSettings
getJoinMeetingIdSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setJoinMeetingIdSettings($val) { $this->_propDict["joinMeetingIdSettings"] = $val; return $this; }
Sets the joinMeetingIdSettings Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings cannot be modified. To make any changes to this property, the meeting needs to be canceled and a new one needs to be created. @param JoinMeetingIdSettings $val The joinMeetingIdSettings @return OnlineMeeting
setJoinMeetingIdSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getLobbyBypassSettings() { if (array_key_exists("lobbyBypassSettings", $this->_propDict)) { if (is_a($this->_propDict["lobbyBypassSettings"], "\Beta\Microsoft\Graph\Model\LobbyBypassSettings") || is_null($this->_propDict["lobbyBypassSettings"])) { return $this->_propDict["lobbyBypassSettings"]; } else { $this->_propDict["lobbyBypassSettings"] = new LobbyBypassSettings($this->_propDict["lobbyBypassSettings"]); return $this->_propDict["lobbyBypassSettings"]; } } return null; }
Gets the lobbyBypassSettings Specifies which participants can bypass the meeting lobby. @return LobbyBypassSettings|null The lobbyBypassSettings
getLobbyBypassSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setLobbyBypassSettings($val) { $this->_propDict["lobbyBypassSettings"] = $val; return $this; }
Sets the lobbyBypassSettings Specifies which participants can bypass the meeting lobby. @param LobbyBypassSettings $val The lobbyBypassSettings @return OnlineMeeting
setLobbyBypassSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getParticipants() { if (array_key_exists("participants", $this->_propDict)) { if (is_a($this->_propDict["participants"], "\Beta\Microsoft\Graph\Model\MeetingParticipants") || is_null($this->_propDict["participants"])) { return $this->_propDict["participants"]; } else { $this->_propDict["participants"] = new MeetingParticipants($this->_propDict["participants"]); return $this->_propDict["participants"]; } } return null; }
Gets the participants The participants associated with the online meeting. This includes the organizer and the attendees. @return MeetingParticipants|null The participants
getParticipants
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setParticipants($val) { $this->_propDict["participants"] = $val; return $this; }
Sets the participants The participants associated with the online meeting. This includes the organizer and the attendees. @param MeetingParticipants $val The participants @return OnlineMeeting
setParticipants
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getRecordAutomatically() { if (array_key_exists("recordAutomatically", $this->_propDict)) { return $this->_propDict["recordAutomatically"]; } else { return null; } }
Gets the recordAutomatically Indicates whether to record the meeting automatically. @return bool|null The recordAutomatically
getRecordAutomatically
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setRecordAutomatically($val) { $this->_propDict["recordAutomatically"] = boolval($val); return $this; }
Sets the recordAutomatically Indicates whether to record the meeting automatically. @param bool $val The recordAutomatically @return OnlineMeeting
setRecordAutomatically
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getRecording() { if (array_key_exists("recording", $this->_propDict)) { if (is_a($this->_propDict["recording"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["recording"])) { return $this->_propDict["recording"]; } else { $this->_propDict["recording"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["recording"]); return $this->_propDict["recording"]; } } return null; }
Gets the recording The content stream of the recording of a Teams live event. Read-only. @return \GuzzleHttp\Psr7\Stream|null The recording
getRecording
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setRecording($val) { $this->_propDict["recording"] = $val; return $this; }
Sets the recording The content stream of the recording of a Teams live event. Read-only. @param \GuzzleHttp\Psr7\Stream $val The recording @return OnlineMeeting
setRecording
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getShareMeetingChatHistoryDefault() { if (array_key_exists("shareMeetingChatHistoryDefault", $this->_propDict)) { if (is_a($this->_propDict["shareMeetingChatHistoryDefault"], "\Beta\Microsoft\Graph\Model\MeetingChatHistoryDefaultMode") || is_null($this->_propDict["shareMeetingChatHistoryDefault"])) { return $this->_propDict["shareMeetingChatHistoryDefault"]; } else { $this->_propDict["shareMeetingChatHistoryDefault"] = new MeetingChatHistoryDefaultMode($this->_propDict["shareMeetingChatHistoryDefault"]); return $this->_propDict["shareMeetingChatHistoryDefault"]; } } return null; }
Gets the shareMeetingChatHistoryDefault Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. @return MeetingChatHistoryDefaultMode|null The shareMeetingChatHistoryDefault
getShareMeetingChatHistoryDefault
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setShareMeetingChatHistoryDefault($val) { $this->_propDict["shareMeetingChatHistoryDefault"] = $val; return $this; }
Sets the shareMeetingChatHistoryDefault Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. @param MeetingChatHistoryDefaultMode $val The shareMeetingChatHistoryDefault @return OnlineMeeting
setShareMeetingChatHistoryDefault
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getVideoTeleconferenceId() { if (array_key_exists("videoTeleconferenceId", $this->_propDict)) { return $this->_propDict["videoTeleconferenceId"]; } else { return null; } }
Gets the videoTeleconferenceId The video teleconferencing ID. Read-only. @return string|null The videoTeleconferenceId
getVideoTeleconferenceId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setVideoTeleconferenceId($val) { $this->_propDict["videoTeleconferenceId"] = $val; return $this; }
Sets the videoTeleconferenceId The video teleconferencing ID. Read-only. @param string $val The videoTeleconferenceId @return OnlineMeeting
setVideoTeleconferenceId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getWatermarkProtection() { if (array_key_exists("watermarkProtection", $this->_propDict)) { if (is_a($this->_propDict["watermarkProtection"], "\Beta\Microsoft\Graph\Model\WatermarkProtectionValues") || is_null($this->_propDict["watermarkProtection"])) { return $this->_propDict["watermarkProtection"]; } else { $this->_propDict["watermarkProtection"] = new WatermarkProtectionValues($this->_propDict["watermarkProtection"]); return $this->_propDict["watermarkProtection"]; } } return null; }
Gets the watermarkProtection Specifies whether a watermark should be applied to a content type by the client application. @return WatermarkProtectionValues|null The watermarkProtection
getWatermarkProtection
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setWatermarkProtection($val) { $this->_propDict["watermarkProtection"] = $val; return $this; }
Sets the watermarkProtection Specifies whether a watermark should be applied to a content type by the client application. @param WatermarkProtectionValues $val The watermarkProtection @return OnlineMeeting
setWatermarkProtection
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAttendanceReports() { if (array_key_exists("attendanceReports", $this->_propDict)) { return $this->_propDict["attendanceReports"]; } else { return null; } }
Gets the attendanceReports The attendance reports of an online meeting. Read-only. @return array|null The attendanceReports
getAttendanceReports
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setAttendanceReports($val) { $this->_propDict["attendanceReports"] = $val; return $this; }
Sets the attendanceReports The attendance reports of an online meeting. Read-only. @param MeetingAttendanceReport[] $val The attendanceReports @return OnlineMeeting
setAttendanceReports
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getMeetingAttendanceReport() { if (array_key_exists("meetingAttendanceReport", $this->_propDict)) { if (is_a($this->_propDict["meetingAttendanceReport"], "\Beta\Microsoft\Graph\Model\MeetingAttendanceReport") || is_null($this->_propDict["meetingAttendanceReport"])) { return $this->_propDict["meetingAttendanceReport"]; } else { $this->_propDict["meetingAttendanceReport"] = new MeetingAttendanceReport($this->_propDict["meetingAttendanceReport"]); return $this->_propDict["meetingAttendanceReport"]; } } return null; }
Gets the meetingAttendanceReport @return MeetingAttendanceReport|null The meetingAttendanceReport
getMeetingAttendanceReport
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setMeetingAttendanceReport($val) { $this->_propDict["meetingAttendanceReport"] = $val; return $this; }
Sets the meetingAttendanceReport @param MeetingAttendanceReport $val The meetingAttendanceReport @return OnlineMeeting
setMeetingAttendanceReport
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getRegistration() { if (array_key_exists("registration", $this->_propDict)) { if (is_a($this->_propDict["registration"], "\Beta\Microsoft\Graph\Model\MeetingRegistration") || is_null($this->_propDict["registration"])) { return $this->_propDict["registration"]; } else { $this->_propDict["registration"] = new MeetingRegistration($this->_propDict["registration"]); return $this->_propDict["registration"]; } } return null; }
Gets the registration The registration that has been enabled for an online meeting. One online meeting can only have one registration enabled. @return MeetingRegistration|null The registration
getRegistration
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setRegistration($val) { $this->_propDict["registration"] = $val; return $this; }
Sets the registration The registration that has been enabled for an online meeting. One online meeting can only have one registration enabled. @param MeetingRegistration $val The registration @return OnlineMeeting
setRegistration
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getTranscripts() { if (array_key_exists("transcripts", $this->_propDict)) { return $this->_propDict["transcripts"]; } else { return null; } }
Gets the transcripts The transcripts of an online meeting. Read-only. @return array|null The transcripts
getTranscripts
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function setTranscripts($val) { $this->_propDict["transcripts"] = $val; return $this; }
Sets the transcripts The transcripts of an online meeting. Read-only. @param CallTranscript[] $val The transcripts @return OnlineMeeting
setTranscripts
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/OnlineMeeting.php
MIT
public function getAllowedAudiences() { if (array_key_exists("allowedAudiences", $this->_propDict)) { if (is_a($this->_propDict["allowedAudiences"], "\Beta\Microsoft\Graph\Model\AllowedAudiences") || is_null($this->_propDict["allowedAudiences"])) { return $this->_propDict["allowedAudiences"]; } else { $this->_propDict["allowedAudiences"] = new AllowedAudiences($this->_propDict["allowedAudiences"]); return $this->_propDict["allowedAudiences"]; } } return null; }
Gets the allowedAudiences The audiences that are able to see the values contained within the associated entity. Possible values are: me, family, contacts, groupMembers, organization, federatedOrganizations, everyone, unknownFutureValue. @return AllowedAudiences|null The allowedAudiences
getAllowedAudiences
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ItemFacet.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ItemFacet.php
MIT
public function setAllowedAudiences($val) { $this->_propDict["allowedAudiences"] = $val; return $this; }
Sets the allowedAudiences The audiences that are able to see the values contained within the associated entity. Possible values are: me, family, contacts, groupMembers, organization, federatedOrganizations, everyone, unknownFutureValue. @param AllowedAudiences $val The allowedAudiences @return ItemFacet
setAllowedAudiences
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ItemFacet.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ItemFacet.php
MIT
public function getInference() { if (array_key_exists("inference", $this->_propDict)) { if (is_a($this->_propDict["inference"], "\Beta\Microsoft\Graph\Model\InferenceData") || is_null($this->_propDict["inference"])) { return $this->_propDict["inference"]; } else { $this->_propDict["inference"] = new InferenceData($this->_propDict["inference"]); return $this->_propDict["inference"]; } } return null; }
Gets the inference Contains inference detail if the entity is inferred by the creating or modifying application. @return InferenceData|null The inference
getInference
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ItemFacet.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ItemFacet.php
MIT
public function setInference($val) { $this->_propDict["inference"] = $val; return $this; }
Sets the inference Contains inference detail if the entity is inferred by the creating or modifying application. @param InferenceData $val The inference @return ItemFacet
setInference
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ItemFacet.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ItemFacet.php
MIT
public function getSource() { if (array_key_exists("source", $this->_propDict)) { if (is_a($this->_propDict["source"], "\Beta\Microsoft\Graph\Model\PersonDataSources") || is_null($this->_propDict["source"])) { return $this->_propDict["source"]; } else { $this->_propDict["source"] = new PersonDataSources($this->_propDict["source"]); return $this->_propDict["source"]; } } return null; }
Gets the source Where the values within an entity originated if synced from another service. @return PersonDataSources|null The source
getSource
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ItemFacet.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ItemFacet.php
MIT
public function getAmountRoundingPrecision() { if (array_key_exists("amountRoundingPrecision", $this->_propDict)) { if (is_a($this->_propDict["amountRoundingPrecision"], "\Beta\Microsoft\Graph\Model\Decimal") || is_null($this->_propDict["amountRoundingPrecision"])) { return $this->_propDict["amountRoundingPrecision"]; } else { $this->_propDict["amountRoundingPrecision"] = new Decimal($this->_propDict["amountRoundingPrecision"]); return $this->_propDict["amountRoundingPrecision"]; } } return null; }
Gets the amountRoundingPrecision @return Decimal|null The amountRoundingPrecision
getAmountRoundingPrecision
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Currency.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Currency.php
MIT
public function setAmountRoundingPrecision($val) { $this->_propDict["amountRoundingPrecision"] = $val; return $this; }
Sets the amountRoundingPrecision @param Decimal $val The amountRoundingPrecision @return Currency
setAmountRoundingPrecision
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Currency.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Currency.php
MIT
public function getCompletionReason() { if (array_key_exists("completionReason", $this->_propDict)) { if (is_a($this->_propDict["completionReason"], "\Beta\Microsoft\Graph\Model\PlayPromptCompletionReason") || is_null($this->_propDict["completionReason"])) { return $this->_propDict["completionReason"]; } else { $this->_propDict["completionReason"] = new PlayPromptCompletionReason($this->_propDict["completionReason"]); return $this->_propDict["completionReason"]; } } return null; }
Gets the completionReason Possible values are: unknown, completedSuccessfully, mediaOperationCanceled. @return PlayPromptCompletionReason|null The completionReason
getCompletionReason
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PlayPromptOperation.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PlayPromptOperation.php
MIT
public function getMaxWords() { if (array_key_exists("maxWords", $this->_propDict)) { return $this->_propDict["maxWords"]; } else { return null; } }
Gets the maxWords Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. @return int|null The maxWords
getMaxWords
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
MIT
public function setMaxWords($val) { $this->_propDict["maxWords"] = $val; return $this; }
Sets the maxWords Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. @param int $val The value of the maxWords @return RedundancyDetectionSettings
setMaxWords
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
MIT
public function getMinWords() { if (array_key_exists("minWords", $this->_propDict)) { return $this->_propDict["minWords"]; } else { return null; } }
Gets the minWords Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. @return int|null The minWords
getMinWords
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
MIT
public function setMinWords($val) { $this->_propDict["minWords"] = $val; return $this; }
Sets the minWords Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. @param int $val The value of the minWords @return RedundancyDetectionSettings
setMinWords
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
MIT
public function getSimilarityThreshold() { if (array_key_exists("similarityThreshold", $this->_propDict)) { return $this->_propDict["similarityThreshold"]; } else { return null; } }
Gets the similarityThreshold Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold. @return int|null The similarityThreshold
getSimilarityThreshold
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
MIT
public function setSimilarityThreshold($val) { $this->_propDict["similarityThreshold"] = $val; return $this; }
Sets the similarityThreshold Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold. @param int $val The value of the similarityThreshold @return RedundancyDetectionSettings
setSimilarityThreshold
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/RedundancyDetectionSettings.php
MIT
public function getRuleId() { if (array_key_exists("ruleId", $this->_propDict)) { return $this->_propDict["ruleId"]; } else { return null; } }
Gets the ruleId The identifier of the synchronizationRule to be applied. This rule ID is defined in the schema for a given synchronization job or template. @return string|null The ruleId
getRuleId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJobApplicationParameters.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJobApplicationParameters.php
MIT
public function setRuleId($val) { $this->_propDict["ruleId"] = $val; return $this; }
Sets the ruleId The identifier of the synchronizationRule to be applied. This rule ID is defined in the schema for a given synchronization job or template. @param string $val The value of the ruleId @return SynchronizationJobApplicationParameters
setRuleId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJobApplicationParameters.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJobApplicationParameters.php
MIT
public function getSubjects() { if (array_key_exists("subjects", $this->_propDict)) { if (is_a($this->_propDict["subjects"], "\Beta\Microsoft\Graph\Model\SynchronizationJobSubject") || is_null($this->_propDict["subjects"])) { return $this->_propDict["subjects"]; } else { $this->_propDict["subjects"] = new SynchronizationJobSubject($this->_propDict["subjects"]); return $this->_propDict["subjects"]; } } return null; }
Gets the subjects The identifiers of one or more objects to which a synchronizationJob is to be applied. @return SynchronizationJobSubject|null The subjects
getSubjects
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJobApplicationParameters.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJobApplicationParameters.php
MIT
public function setSubjects($val) { $this->_propDict["subjects"] = $val; return $this; }
Sets the subjects The identifiers of one or more objects to which a synchronizationJob is to be applied. @param SynchronizationJobSubject $val The value to assign to the subjects @return SynchronizationJobApplicationParameters The SynchronizationJobApplicationParameters
setSubjects
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJobApplicationParameters.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SynchronizationJobApplicationParameters.php
MIT
public function getComparisonResult() { if (array_key_exists("comparisonResult", $this->_propDict)) { if (is_a($this->_propDict["comparisonResult"], "\Beta\Microsoft\Graph\Model\DeviceManagementComparisonResult") || is_null($this->_propDict["comparisonResult"])) { return $this->_propDict["comparisonResult"]; } else { $this->_propDict["comparisonResult"] = new DeviceManagementComparisonResult($this->_propDict["comparisonResult"]); return $this->_propDict["comparisonResult"]; } } return null; }
Gets the comparisonResult Setting comparison result. Possible values are: unknown, equal, notEqual, added, removed. @return DeviceManagementComparisonResult|null The comparisonResult
getComparisonResult
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
MIT
public function setComparisonResult($val) { $this->_propDict["comparisonResult"] = $val; return $this; }
Sets the comparisonResult Setting comparison result. Possible values are: unknown, equal, notEqual, added, removed. @param DeviceManagementComparisonResult $val The value to assign to the comparisonResult @return DeviceManagementSettingComparison The DeviceManagementSettingComparison
setComparisonResult
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
MIT
public function getCurrentValueJson() { if (array_key_exists("currentValueJson", $this->_propDict)) { return $this->_propDict["currentValueJson"]; } else { return null; } }
Gets the currentValueJson JSON representation of current intent (or) template setting's value @return string|null The currentValueJson
getCurrentValueJson
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
MIT
public function setCurrentValueJson($val) { $this->_propDict["currentValueJson"] = $val; return $this; }
Sets the currentValueJson JSON representation of current intent (or) template setting's value @param string $val The value of the currentValueJson @return DeviceManagementSettingComparison
setCurrentValueJson
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
MIT
public function getNewValueJson() { if (array_key_exists("newValueJson", $this->_propDict)) { return $this->_propDict["newValueJson"]; } else { return null; } }
Gets the newValueJson JSON representation of new template setting's value @return string|null The newValueJson
getNewValueJson
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
MIT
public function setNewValueJson($val) { $this->_propDict["newValueJson"] = $val; return $this; }
Sets the newValueJson JSON representation of new template setting's value @param string $val The value of the newValueJson @return DeviceManagementSettingComparison
setNewValueJson
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementSettingComparison.php
MIT
public function getAction() { if (array_key_exists("action", $this->_propDict)) { if (is_a($this->_propDict["action"], "\Microsoft\Graph\Model\OnenotePatchActionType") || is_null($this->_propDict["action"])) { return $this->_propDict["action"]; } else { $this->_propDict["action"] = new OnenotePatchActionType($this->_propDict["action"]); return $this->_propDict["action"]; } } return null; }
Gets the action The action to perform on the target element. The possible values are: replace, append, delete, insert, or prepend. @return OnenotePatchActionType|null The action
getAction
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/OnenotePatchContentCommand.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/OnenotePatchContentCommand.php
MIT
public function getPosition() { if (array_key_exists("position", $this->_propDict)) { if (is_a($this->_propDict["position"], "\Microsoft\Graph\Model\OnenotePatchInsertPosition") || is_null($this->_propDict["position"])) { return $this->_propDict["position"]; } else { $this->_propDict["position"] = new OnenotePatchInsertPosition($this->_propDict["position"]); return $this->_propDict["position"]; } } return null; }
Gets the position The location to add the supplied content, relative to the target element. The possible values are: after (default) or before. @return OnenotePatchInsertPosition|null The position
getPosition
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/OnenotePatchContentCommand.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/OnenotePatchContentCommand.php
MIT
public function getAllowAdHocPermissions() { if (array_key_exists("allowAdHocPermissions", $this->_propDict)) { return $this->_propDict["allowAdHocPermissions"]; } else { return null; } }
Gets the allowAdHocPermissions @return bool|null The allowAdHocPermissions
getAllowAdHocPermissions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
MIT
public function setAllowAdHocPermissions($val) { $this->_propDict["allowAdHocPermissions"] = $val; return $this; }
Sets the allowAdHocPermissions @param bool $val The value of the allowAdHocPermissions @return EncryptWithUserDefinedRights
setAllowAdHocPermissions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
MIT
public function getDecryptionRightsManagementTemplateId() { if (array_key_exists("decryptionRightsManagementTemplateId", $this->_propDict)) { return $this->_propDict["decryptionRightsManagementTemplateId"]; } else { return null; } }
Gets the decryptionRightsManagementTemplateId @return string|null The decryptionRightsManagementTemplateId
getDecryptionRightsManagementTemplateId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
MIT
public function setDecryptionRightsManagementTemplateId($val) { $this->_propDict["decryptionRightsManagementTemplateId"] = $val; return $this; }
Sets the decryptionRightsManagementTemplateId @param string $val The value of the decryptionRightsManagementTemplateId @return EncryptWithUserDefinedRights
setDecryptionRightsManagementTemplateId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
MIT