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 getWorkFoldersUrl()
{
if (array_key_exists("workFoldersUrl", $this->_propDict)) {
return $this->_propDict["workFoldersUrl"];
} else {
return null;
}
} | Gets the workFoldersUrl
The work folders url.
@return string|null The workFoldersUrl | getWorkFoldersUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php | MIT |
public function setWorkFoldersUrl($val)
{
$this->_propDict["workFoldersUrl"] = $val;
return $this;
} | Sets the workFoldersUrl
The work folders url.
@param string $val The workFoldersUrl
@return Windows81GeneralConfiguration | setWorkFoldersUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php | MIT |
public function getFailedUsersCount()
{
if (array_key_exists("failedUsersCount", $this->_propDict)) {
return $this->_propDict["failedUsersCount"];
} else {
return null;
}
} | Gets the failedUsersCount
The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
@return int|null The failedUsersCount | getFailedUsersCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function setFailedUsersCount($val)
{
$this->_propDict["failedUsersCount"] = intval($val);
return $this;
} | Sets the failedUsersCount
The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
@param int $val The failedUsersCount
@return TaskReport | setFailedUsersCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function getRunId()
{
if (array_key_exists("runId", $this->_propDict)) {
return $this->_propDict["runId"];
} else {
return null;
}
} | Gets the runId
The unique identifier of the associated run.
@return string|null The runId | getRunId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function setRunId($val)
{
$this->_propDict["runId"] = $val;
return $this;
} | Sets the runId
The unique identifier of the associated run.
@param string $val The runId
@return TaskReport | setRunId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function getSuccessfulUsersCount()
{
if (array_key_exists("successfulUsersCount", $this->_propDict)) {
return $this->_propDict["successfulUsersCount"];
} else {
return null;
}
} | Gets the successfulUsersCount
The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
@return int|null The successfulUsersCount | getSuccessfulUsersCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function setSuccessfulUsersCount($val)
{
$this->_propDict["successfulUsersCount"] = intval($val);
return $this;
} | Sets the successfulUsersCount
The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
@param int $val The successfulUsersCount
@return TaskReport | setSuccessfulUsersCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function getTotalUsersCount()
{
if (array_key_exists("totalUsersCount", $this->_propDict)) {
return $this->_propDict["totalUsersCount"];
} else {
return null;
}
} | Gets the totalUsersCount
The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
@return int|null The totalUsersCount | getTotalUsersCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function setTotalUsersCount($val)
{
$this->_propDict["totalUsersCount"] = intval($val);
return $this;
} | Sets the totalUsersCount
The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
@param int $val The totalUsersCount
@return TaskReport | setTotalUsersCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function getUnprocessedUsersCount()
{
if (array_key_exists("unprocessedUsersCount", $this->_propDict)) {
return $this->_propDict["unprocessedUsersCount"];
} else {
return null;
}
} | Gets the unprocessedUsersCount
The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
@return int|null The unprocessedUsersCount | getUnprocessedUsersCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function setUnprocessedUsersCount($val)
{
$this->_propDict["unprocessedUsersCount"] = intval($val);
return $this;
} | Sets the unprocessedUsersCount
The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
@param int $val The unprocessedUsersCount
@return TaskReport | setUnprocessedUsersCount | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function getTask()
{
if (array_key_exists("task", $this->_propDict)) {
if (is_a($this->_propDict["task"], "\Beta\Microsoft\Graph\IdentityGovernanceNamespace\Model\Task") || is_null($this->_propDict["task"])) {
return $this->_propDict["task"];
} else {
$this->_propDict["task"] = new Task($this->_propDict["task"]);
return $this->_propDict["task"];
}
}
return null;
} | Gets the task
The related lifecycle workflow task.Supports $filter(eq, ne) and $expand.
@return Task|null The task | getTask | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function setTask($val)
{
$this->_propDict["task"] = $val;
return $this;
} | Sets the task
The related lifecycle workflow task.Supports $filter(eq, ne) and $expand.
@param Task $val The task
@return TaskReport | setTask | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function getTaskDefinition()
{
if (array_key_exists("taskDefinition", $this->_propDict)) {
if (is_a($this->_propDict["taskDefinition"], "\Beta\Microsoft\Graph\IdentityGovernanceNamespace\Model\TaskDefinition") || is_null($this->_propDict["taskDefinition"])) {
return $this->_propDict["taskDefinition"];
} else {
$this->_propDict["taskDefinition"] = new TaskDefinition($this->_propDict["taskDefinition"]);
return $this->_propDict["taskDefinition"];
}
}
return null;
} | Gets the taskDefinition
The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand.
@return TaskDefinition|null The taskDefinition | getTaskDefinition | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function setTaskDefinition($val)
{
$this->_propDict["taskDefinition"] = $val;
return $this;
} | Sets the taskDefinition
The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand.
@param TaskDefinition $val The taskDefinition
@return TaskReport | setTaskDefinition | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskReport.php | MIT |
public function getIsBuiltInRoleDefinition()
{
if (array_key_exists("isBuiltInRoleDefinition", $this->_propDict)) {
return $this->_propDict["isBuiltInRoleDefinition"];
} else {
return null;
}
} | Gets the isBuiltInRoleDefinition
Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.
@return bool|null The isBuiltInRoleDefinition | getIsBuiltInRoleDefinition | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php | MIT |
public function setIsBuiltInRoleDefinition($val)
{
$this->_propDict["isBuiltInRoleDefinition"] = boolval($val);
return $this;
} | Sets the isBuiltInRoleDefinition
Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.
@param bool $val The isBuiltInRoleDefinition
@return RoleDefinition | setIsBuiltInRoleDefinition | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php | MIT |
public function getPermissions()
{
if (array_key_exists("permissions", $this->_propDict)) {
return $this->_propDict["permissions"];
} else {
return null;
}
} | Gets the permissions
List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.
@return array|null The permissions | getPermissions | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php | MIT |
public function setPermissions($val)
{
$this->_propDict["permissions"] = $val;
return $this;
} | Sets the permissions
List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.
@param RolePermission[] $val The permissions
@return RoleDefinition | setPermissions | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/RoleDefinition.php | MIT |
public function getAllowNewTimeProposals()
{
if (array_key_exists("allowNewTimeProposals", $this->_propDict)) {
return $this->_propDict["allowNewTimeProposals"];
} else {
return null;
}
} | Gets the allowNewTimeProposals
true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. Default is true.
@return bool|null The allowNewTimeProposals | getAllowNewTimeProposals | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function setAllowNewTimeProposals($val)
{
$this->_propDict["allowNewTimeProposals"] = boolval($val);
return $this;
} | Sets the allowNewTimeProposals
true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. Default is true.
@param bool $val The allowNewTimeProposals
@return Event | setAllowNewTimeProposals | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function getAttendees()
{
if (array_key_exists("attendees", $this->_propDict)) {
return $this->_propDict["attendees"];
} else {
return null;
}
} | Gets the attendees
The collection of attendees for the event.
@return array|null The attendees | getAttendees | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function setAttendees($val)
{
$this->_propDict["attendees"] = $val;
return $this;
} | Sets the attendees
The collection of attendees for the event.
@param Attendee[] $val The attendees
@return Event | setAttendees | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function getBodyPreview()
{
if (array_key_exists("bodyPreview", $this->_propDict)) {
return $this->_propDict["bodyPreview"];
} else {
return null;
}
} | Gets the bodyPreview
The preview of the message associated with the event. It is in text format.
@return string|null The bodyPreview | getBodyPreview | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function setBodyPreview($val)
{
$this->_propDict["bodyPreview"] = $val;
return $this;
} | Sets the bodyPreview
The preview of the message associated with the event. It is in text format.
@param string $val The bodyPreview
@return Event | setBodyPreview | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function setEnd($val)
{
$this->_propDict["end"] = $val;
return $this;
} | Sets the end
The date, time, and time zone that the event ends. By default, the end time is in UTC.
@param DateTimeTimeZone $val The end
@return Event | setEnd | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function getHideAttendees()
{
if (array_key_exists("hideAttendees", $this->_propDict)) {
return $this->_propDict["hideAttendees"];
} else {
return null;
}
} | Gets the hideAttendees
When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false.
@return bool|null The hideAttendees | getHideAttendees | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function setHideAttendees($val)
{
$this->_propDict["hideAttendees"] = boolval($val);
return $this;
} | Sets the hideAttendees
When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false.
@param bool $val The hideAttendees
@return Event | setHideAttendees | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function getICalUId()
{
if (array_key_exists("iCalUId", $this->_propDict)) {
return $this->_propDict["iCalUId"];
} else {
return null;
}
} | Gets the iCalUId
A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.
@return string|null The iCalUId | getICalUId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function setICalUId($val)
{
$this->_propDict["iCalUId"] = $val;
return $this;
} | Sets the iCalUId
A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.
@param string $val The iCalUId
@return Event | setICalUId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function getOnlineMeetingProvider()
{
if (array_key_exists("onlineMeetingProvider", $this->_propDict)) {
if (is_a($this->_propDict["onlineMeetingProvider"], "\Microsoft\Graph\Model\OnlineMeetingProviderType") || is_null($this->_propDict["onlineMeetingProvider"])) {
return $this->_propDict["onlineMeetingProvider"];
} else {
$this->_propDict["onlineMeetingProvider"] = new OnlineMeetingProviderType($this->_propDict["onlineMeetingProvider"]);
return $this->_propDict["onlineMeetingProvider"];
}
}
return null;
} | Gets the onlineMeetingProvider
@return OnlineMeetingProviderType|null The onlineMeetingProvider | getOnlineMeetingProvider | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function setOnlineMeetingProvider($val)
{
$this->_propDict["onlineMeetingProvider"] = $val;
return $this;
} | Sets the onlineMeetingProvider
@param OnlineMeetingProviderType $val The onlineMeetingProvider
@return Event | setOnlineMeetingProvider | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function getOriginalStartTimeZone()
{
if (array_key_exists("originalStartTimeZone", $this->_propDict)) {
return $this->_propDict["originalStartTimeZone"];
} else {
return null;
}
} | Gets the originalStartTimeZone
@return string|null The originalStartTimeZone | getOriginalStartTimeZone | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function setOriginalStartTimeZone($val)
{
$this->_propDict["originalStartTimeZone"] = $val;
return $this;
} | Sets the originalStartTimeZone
@param string $val The originalStartTimeZone
@return Event | setOriginalStartTimeZone | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function getReminderMinutesBeforeStart()
{
if (array_key_exists("reminderMinutesBeforeStart", $this->_propDict)) {
return $this->_propDict["reminderMinutesBeforeStart"];
} else {
return null;
}
} | Gets the reminderMinutesBeforeStart
@return int|null The reminderMinutesBeforeStart | getReminderMinutesBeforeStart | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function setReminderMinutesBeforeStart($val)
{
$this->_propDict["reminderMinutesBeforeStart"] = intval($val);
return $this;
} | Sets the reminderMinutesBeforeStart
@param int $val The reminderMinutesBeforeStart
@return Event | setReminderMinutesBeforeStart | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Event.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Event.php | MIT |
public function getQueryAlteration()
{
if (array_key_exists("queryAlteration", $this->_propDict)) {
if (is_a($this->_propDict["queryAlteration"], "\Beta\Microsoft\Graph\Model\SearchAlteration") || is_null($this->_propDict["queryAlteration"])) {
return $this->_propDict["queryAlteration"];
} else {
$this->_propDict["queryAlteration"] = new SearchAlteration($this->_propDict["queryAlteration"]);
return $this->_propDict["queryAlteration"];
}
}
return null;
} | Gets the queryAlteration
Defines the details of alteration information for the spelling correction.
@return SearchAlteration|null The queryAlteration | getQueryAlteration | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AlterationResponse.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AlterationResponse.php | MIT |
public function getQueryAlterationType()
{
if (array_key_exists("queryAlterationType", $this->_propDict)) {
if (is_a($this->_propDict["queryAlterationType"], "\Beta\Microsoft\Graph\Model\SearchAlterationType") || is_null($this->_propDict["queryAlterationType"])) {
return $this->_propDict["queryAlterationType"];
} else {
$this->_propDict["queryAlterationType"] = new SearchAlterationType($this->_propDict["queryAlterationType"]);
return $this->_propDict["queryAlterationType"];
}
}
return null;
} | Gets the queryAlterationType
Defines the type of the spelling correction. Possible values are suggestion, modification.
@return SearchAlterationType|null The queryAlterationType | getQueryAlterationType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AlterationResponse.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AlterationResponse.php | MIT |
public function getExcludeStates()
{
if (array_key_exists("excludeStates", $this->_propDict)) {
return $this->_propDict["excludeStates"];
} else {
return null;
}
} | Gets the excludeStates
States excluded from the scope of the policy. Possible values: Compliant, DomainJoined.
@return string|null The excludeStates | getExcludeStates | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessDeviceStates.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessDeviceStates.php | MIT |
public function setExcludeStates($val)
{
$this->_propDict["excludeStates"] = $val;
return $this;
} | Sets the excludeStates
States excluded from the scope of the policy. Possible values: Compliant, DomainJoined.
@param string $val The value of the excludeStates
@return ConditionalAccessDeviceStates | setExcludeStates | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessDeviceStates.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessDeviceStates.php | MIT |
public function getIncludeStates()
{
if (array_key_exists("includeStates", $this->_propDict)) {
return $this->_propDict["includeStates"];
} else {
return null;
}
} | Gets the includeStates
States in the scope of the policy. All is the only allowed value.
@return string|null The includeStates | getIncludeStates | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessDeviceStates.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessDeviceStates.php | MIT |
public function setIncludeStates($val)
{
$this->_propDict["includeStates"] = $val;
return $this;
} | Sets the includeStates
States in the scope of the policy. All is the only allowed value.
@param string $val The value of the includeStates
@return ConditionalAccessDeviceStates | setIncludeStates | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessDeviceStates.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ConditionalAccessDeviceStates.php | MIT |
public function getQualityUpdateRelease()
{
if (array_key_exists("qualityUpdateRelease", $this->_propDict)) {
return $this->_propDict["qualityUpdateRelease"];
} else {
return null;
}
} | Gets the qualityUpdateRelease
The release date to identify a quality update.
@return string|null The qualityUpdateRelease | getQualityUpdateRelease | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ExpeditedWindowsQualityUpdateSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ExpeditedWindowsQualityUpdateSettings.php | MIT |
public function setQualityUpdateRelease($val)
{
$this->_propDict["qualityUpdateRelease"] = $val;
return $this;
} | Sets the qualityUpdateRelease
The release date to identify a quality update.
@param string $val The value of the qualityUpdateRelease
@return ExpeditedWindowsQualityUpdateSettings | setQualityUpdateRelease | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ExpeditedWindowsQualityUpdateSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ExpeditedWindowsQualityUpdateSettings.php | MIT |
public function getActive()
{
if (array_key_exists("active", $this->_propDict)) {
return $this->_propDict["active"];
} else {
return null;
}
} | Gets the active
The number of files that were viewed, edited, shared, or synced in the group's SharePoint document library.
@return int|null The active | getActive | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Office365GroupsActivityFileCounts.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Office365GroupsActivityFileCounts.php | MIT |
public function setActive($val)
{
$this->_propDict["active"] = intval($val);
return $this;
} | Sets the active
The number of files that were viewed, edited, shared, or synced in the group's SharePoint document library.
@param int $val The active
@return Office365GroupsActivityFileCounts | setActive | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Office365GroupsActivityFileCounts.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Office365GroupsActivityFileCounts.php | MIT |
public function setTotal($val)
{
$this->_propDict["total"] = intval($val);
return $this;
} | Sets the total
The total number of files in the group's SharePoint document library.
@param int $val The total
@return Office365GroupsActivityFileCounts | setTotal | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Office365GroupsActivityFileCounts.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Office365GroupsActivityFileCounts.php | MIT |
public function getCustomizedLabel()
{
if (array_key_exists("customizedLabel", $this->_propDict)) {
return $this->_propDict["customizedLabel"];
} else {
return null;
}
} | Gets the customizedLabel
Title/label override for customization.
@return string|null The customizedLabel | getCustomizedLabel | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | MIT |
public function setCustomizedLabel($val)
{
$this->_propDict["customizedLabel"] = $val;
return $this;
} | Sets the customizedLabel
Title/label override for customization.
@param string $val The value of the customizedLabel
@return PasswordSingleSignOnField | setCustomizedLabel | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | MIT |
public function getDefaultLabel()
{
if (array_key_exists("defaultLabel", $this->_propDict)) {
return $this->_propDict["defaultLabel"];
} else {
return null;
}
} | Gets the defaultLabel
Label that would be used if no customizedLabel is provided. Read only.
@return string|null The defaultLabel | getDefaultLabel | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | MIT |
public function setDefaultLabel($val)
{
$this->_propDict["defaultLabel"] = $val;
return $this;
} | Sets the defaultLabel
Label that would be used if no customizedLabel is provided. Read only.
@param string $val The value of the defaultLabel
@return PasswordSingleSignOnField | setDefaultLabel | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | MIT |
public function getFieldId()
{
if (array_key_exists("fieldId", $this->_propDict)) {
return $this->_propDict["fieldId"];
} else {
return null;
}
} | Gets the fieldId
Id used to identity the field type. This is an internal id and possible values are param_1, param_2, param_userName, param_password.
@return string|null The fieldId | getFieldId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | MIT |
public function setFieldId($val)
{
$this->_propDict["fieldId"] = $val;
return $this;
} | Sets the fieldId
Id used to identity the field type. This is an internal id and possible values are param_1, param_2, param_userName, param_password.
@param string $val The value of the fieldId
@return PasswordSingleSignOnField | setFieldId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php | MIT |
public function getInviteUri()
{
if (array_key_exists("inviteUri", $this->_propDict)) {
return $this->_propDict["inviteUri"];
} else {
return null;
}
} | Gets the inviteUri
URI to receive new incoming call notification.
@return string|null The inviteUri | getInviteUri | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/InviteNewBotResponse.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/InviteNewBotResponse.php | MIT |
public function setInviteUri($val)
{
$this->_propDict["inviteUri"] = $val;
return $this;
} | Sets the inviteUri
URI to receive new incoming call notification.
@param string $val The value of the inviteUri
@return InviteNewBotResponse | setInviteUri | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/InviteNewBotResponse.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/InviteNewBotResponse.php | MIT |
public function getClassification()
{
if (array_key_exists("classification", $this->_propDict)) {
if (is_a($this->_propDict["classification"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\HostReputationClassification") || is_null($this->_propDict["classification"])) {
return $this->_propDict["classification"];
} else {
$this->_propDict["classification"] = new HostReputationClassification($this->_propDict["classification"]);
return $this->_propDict["classification"];
}
}
return null;
} | Gets the classification
The calculated reputation of the host. The possible values are: unknown, neutral, suspicious, malicious, unknownFutureValue.
@return HostReputationClassification|null The classification | getClassification | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostReputation.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostReputation.php | MIT |
public function getScore()
{
if (array_key_exists("score", $this->_propDict)) {
return $this->_propDict["score"];
} else {
return null;
}
} | Gets the score
The calculated score (0-100) of the requested host. A higher value indicates that this host is more likely to be suspicious or malicious.
@return int|null The score | getScore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostReputation.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostReputation.php | MIT |
public function setScore($val)
{
$this->_propDict["score"] = intval($val);
return $this;
} | Sets the score
The calculated score (0-100) of the requested host. A higher value indicates that this host is more likely to be suspicious or malicious.
@param int $val The score
@return HostReputation | setScore | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostReputation.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostReputation.php | MIT |
public function getEnableAccessTokenIssuance()
{
if (array_key_exists("enableAccessTokenIssuance", $this->_propDict)) {
return $this->_propDict["enableAccessTokenIssuance"];
} else {
return null;
}
} | Gets the enableAccessTokenIssuance
Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow.
@return bool|null The enableAccessTokenIssuance | getEnableAccessTokenIssuance | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ImplicitGrantSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ImplicitGrantSettings.php | MIT |
public function setEnableAccessTokenIssuance($val)
{
$this->_propDict["enableAccessTokenIssuance"] = $val;
return $this;
} | Sets the enableAccessTokenIssuance
Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow.
@param bool $val The value of the enableAccessTokenIssuance
@return ImplicitGrantSettings | setEnableAccessTokenIssuance | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ImplicitGrantSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ImplicitGrantSettings.php | MIT |
public function getEnableIdTokenIssuance()
{
if (array_key_exists("enableIdTokenIssuance", $this->_propDict)) {
return $this->_propDict["enableIdTokenIssuance"];
} else {
return null;
}
} | Gets the enableIdTokenIssuance
Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow.
@return bool|null The enableIdTokenIssuance | getEnableIdTokenIssuance | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ImplicitGrantSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ImplicitGrantSettings.php | MIT |
public function setEnableIdTokenIssuance($val)
{
$this->_propDict["enableIdTokenIssuance"] = $val;
return $this;
} | Sets the enableIdTokenIssuance
Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow.
@param bool $val The value of the enableIdTokenIssuance
@return ImplicitGrantSettings | setEnableIdTokenIssuance | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ImplicitGrantSettings.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ImplicitGrantSettings.php | MIT |
public function getWorksheet()
{
if (array_key_exists("worksheet", $this->_propDict)) {
if (is_a($this->_propDict["worksheet"], "\Microsoft\Graph\Model\WorkbookWorksheet") || is_null($this->_propDict["worksheet"])) {
return $this->_propDict["worksheet"];
} else {
$this->_propDict["worksheet"] = new WorkbookWorksheet($this->_propDict["worksheet"]);
return $this->_propDict["worksheet"];
}
}
return null;
} | Gets the worksheet
The worksheet containing the current PivotTable. Read-only.
@return WorkbookWorksheet|null The worksheet | getWorksheet | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/WorkbookPivotTable.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookPivotTable.php | MIT |
public function getCidrAddress()
{
if (array_key_exists("cidrAddress", $this->_propDict)) {
return $this->_propDict["cidrAddress"];
} else {
return null;
}
} | Gets the cidrAddress
IPv6 address in CIDR notation. Not nullable.
@return string|null The cidrAddress | getCidrAddress | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/IPv6CidrRange.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/IPv6CidrRange.php | MIT |
public function setCidrAddress($val)
{
$this->_propDict["cidrAddress"] = $val;
return $this;
} | Sets the cidrAddress
IPv6 address in CIDR notation. Not nullable.
@param string $val The value of the cidrAddress
@return IPv6CidrRange | setCidrAddress | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/IPv6CidrRange.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/IPv6CidrRange.php | MIT |
public function getLocalizations()
{
if (array_key_exists("localizations", $this->_propDict)) {
if (is_a($this->_propDict["localizations"], "\Beta\Microsoft\Graph\Model\DisplayNameLocalization") || is_null($this->_propDict["localizations"])) {
return $this->_propDict["localizations"];
} else {
$this->_propDict["localizations"] = new DisplayNameLocalization($this->_propDict["localizations"]);
return $this->_propDict["localizations"];
}
}
return null;
} | Gets the localizations
Each resource in this collection represents the localized value of the attribute name for a given language, used as the default label for that locale. For example, a user with a no-NB client gets 'Kostnads Senter' as the attribute label, rather than 'Cost Center.'
@return DisplayNameLocalization|null The localizations | getLocalizations | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProfileCardAnnotation.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProfileCardAnnotation.php | MIT |
public function setLocalizations($val)
{
$this->_propDict["localizations"] = $val;
return $this;
} | Sets the localizations
Each resource in this collection represents the localized value of the attribute name for a given language, used as the default label for that locale. For example, a user with a no-NB client gets 'Kostnads Senter' as the attribute label, rather than 'Cost Center.'
@param DisplayNameLocalization $val The value to assign to the localizations
@return ProfileCardAnnotation The ProfileCardAnnotation | setLocalizations | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProfileCardAnnotation.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProfileCardAnnotation.php | MIT |
public function getIpRanges()
{
if (array_key_exists("ipRanges", $this->_propDict)) {
return $this->_propDict["ipRanges"];
} else {
return null;
}
} | Gets the ipRanges
List of IP address ranges in IPv4 CIDR format (e.g. 1.2.3.4/32) or any allowable IPv6 format from IETF RFC5969. Required.
@return array|null The ipRanges | getIpRanges | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IpNamedLocation.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IpNamedLocation.php | MIT |
public function setIpRanges($val)
{
$this->_propDict["ipRanges"] = $val;
return $this;
} | Sets the ipRanges
List of IP address ranges in IPv4 CIDR format (e.g. 1.2.3.4/32) or any allowable IPv6 format from IETF RFC5969. Required.
@param IpRange[] $val The ipRanges
@return IpNamedLocation | setIpRanges | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IpNamedLocation.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IpNamedLocation.php | MIT |
public function getIsTrusted()
{
if (array_key_exists("isTrusted", $this->_propDict)) {
return $this->_propDict["isTrusted"];
} else {
return null;
}
} | Gets the isTrusted
true if this location is explicitly trusted. Optional. Default value is false.
@return bool|null The isTrusted | getIsTrusted | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IpNamedLocation.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IpNamedLocation.php | MIT |
public function setIsTrusted($val)
{
$this->_propDict["isTrusted"] = boolval($val);
return $this;
} | Sets the isTrusted
true if this location is explicitly trusted. Optional. Default value is false.
@param bool $val The isTrusted
@return IpNamedLocation | setIsTrusted | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IpNamedLocation.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IpNamedLocation.php | MIT |
public function getRecipientShiftId()
{
if (array_key_exists("recipientShiftId", $this->_propDict)) {
return $this->_propDict["recipientShiftId"];
} else {
return null;
}
} | Gets the recipientShiftId
ShiftId for the recipient user with whom the request is to swap.
@return string|null The recipientShiftId | getRecipientShiftId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SwapShiftsChangeRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SwapShiftsChangeRequest.php | MIT |
public function setRecipientShiftId($val)
{
$this->_propDict["recipientShiftId"] = $val;
return $this;
} | Sets the recipientShiftId
ShiftId for the recipient user with whom the request is to swap.
@param string $val The recipientShiftId
@return SwapShiftsChangeRequest | setRecipientShiftId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/SwapShiftsChangeRequest.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/SwapShiftsChangeRequest.php | MIT |
function httpGet(RequestInterface $request, ResponseInterface $response) {
$path = $request->getPath();
try {
$node = $this->server->tree->getNodeForPath($path);
} catch (DAV\Exception\NotFound $e) {
return;
}
if (!$node instanceof INode)
return;
$writer = $this->server->xml->getWriter();
$writer->contextUri = $this->server->getBaseUri();
$writer->openMemory();
$writer->startDocument('1.0', 'UTF-8');
$writer->startElement('{http://calendarserver.org/ns/}notification');
$node->getNotificationType()->xmlSerializeFull($writer);
$writer->endElement();
$response->setHeader('Content-Type', 'application/xml');
$response->setHeader('ETag', $node->getETag());
$response->setStatus(200);
$response->setBody($writer->outputMemory());
// Return false to break the event chain.
return false;
} | This event is triggered before the usual GET request handler.
We use this to intercept GET calls to notification nodes, and return the
proper response.
@param RequestInterface $request
@param ResponseInterface $response
@return void | httpGet | php | xiebruce/PicUploader | vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php | MIT |
public function getProductFamily()
{
if (array_key_exists("productFamily", $this->_propDict)) {
if (is_a($this->_propDict["productFamily"], "\Beta\Microsoft\Graph\CallRecords\Model\ProductFamily") || is_null($this->_propDict["productFamily"])) {
return $this->_propDict["productFamily"];
} else {
$this->_propDict["productFamily"] = new ProductFamily($this->_propDict["productFamily"]);
return $this->_propDict["productFamily"];
}
}
return null;
} | Gets the productFamily
Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: azureCommunicationServices.
@return ProductFamily|null The productFamily | getProductFamily | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/CallRecords/Model/ClientUserAgent.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/CallRecords/Model/ClientUserAgent.php | MIT |
function getChildren() {
return [];
} | Returns an array with all the child nodes
@return \Sabre\DAV\INode[] | getChildren | php | xiebruce/PicUploader | vendor/sabre/dav/lib/CalDAV/Schedule/Outbox.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/dav/lib/CalDAV/Schedule/Outbox.php | MIT |
public function getDescription()
{
if (array_key_exists("description", $this->_propDict)) {
if (is_a($this->_propDict["description"], "\Microsoft\Graph\Model\EducationItemBody") || is_null($this->_propDict["description"])) {
return $this->_propDict["description"];
} else {
$this->_propDict["description"] = new EducationItemBody($this->_propDict["description"]);
return $this->_propDict["description"];
}
}
return null;
} | Gets the description
The description of this rubric.
@return EducationItemBody|null The description | getDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | MIT |
public function getGrading()
{
if (array_key_exists("grading", $this->_propDict)) {
if (is_a($this->_propDict["grading"], "\Microsoft\Graph\Model\EducationAssignmentGradeType") || is_null($this->_propDict["grading"])) {
return $this->_propDict["grading"];
} else {
$this->_propDict["grading"] = new EducationAssignmentGradeType($this->_propDict["grading"]);
return $this->_propDict["grading"];
}
}
return null;
} | Gets the grading
The grading type of this rubric -- null for a no-points rubric, or educationAssignmentPointsGradeType for a points rubric.
@return EducationAssignmentGradeType|null The grading | getGrading | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | MIT |
public function setGrading($val)
{
$this->_propDict["grading"] = $val;
return $this;
} | Sets the grading
The grading type of this rubric -- null for a no-points rubric, or educationAssignmentPointsGradeType for a points rubric.
@param EducationAssignmentGradeType $val The grading
@return EducationRubric | setGrading | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | MIT |
public function getLevels()
{
if (array_key_exists("levels", $this->_propDict)) {
return $this->_propDict["levels"];
} else {
return null;
}
} | Gets the levels
The collection of levels making up this rubric.
@return array|null The levels | getLevels | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | MIT |
public function setLevels($val)
{
$this->_propDict["levels"] = $val;
return $this;
} | Sets the levels
The collection of levels making up this rubric.
@param RubricLevel[] $val The levels
@return EducationRubric | setLevels | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | MIT |
public function getQualities()
{
if (array_key_exists("qualities", $this->_propDict)) {
return $this->_propDict["qualities"];
} else {
return null;
}
} | Gets the qualities
The collection of qualities making up this rubric.
@return array|null The qualities | getQualities | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | MIT |
public function setQualities($val)
{
$this->_propDict["qualities"] = $val;
return $this;
} | Sets the qualities
The collection of qualities making up this rubric.
@param RubricQuality[] $val The qualities
@return EducationRubric | setQualities | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/EducationRubric.php | MIT |
public function getDataSource()
{
if (array_key_exists("dataSource", $this->_propDict)) {
if (is_a($this->_propDict["dataSource"], "\Microsoft\Graph\SecurityNamespace\Model\DataSource") || is_null($this->_propDict["dataSource"])) {
return $this->_propDict["dataSource"];
} else {
$this->_propDict["dataSource"] = new DataSource($this->_propDict["dataSource"]);
return $this->_propDict["dataSource"];
}
}
return null;
} | Gets the dataSource
User source or SharePoint site data source as non-custodial data source.
@return DataSource|null The dataSource | getDataSource | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php | MIT |
public function setDataSource($val)
{
$this->_propDict["dataSource"] = $val;
return $this;
} | Sets the dataSource
User source or SharePoint site data source as non-custodial data source.
@param DataSource $val The dataSource
@return EdiscoveryNoncustodialDataSource | setDataSource | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php | MIT |
public function getLastIndexOperation()
{
if (array_key_exists("lastIndexOperation", $this->_propDict)) {
if (is_a($this->_propDict["lastIndexOperation"], "\Microsoft\Graph\SecurityNamespace\Model\EdiscoveryIndexOperation") || is_null($this->_propDict["lastIndexOperation"])) {
return $this->_propDict["lastIndexOperation"];
} else {
$this->_propDict["lastIndexOperation"] = new EdiscoveryIndexOperation($this->_propDict["lastIndexOperation"]);
return $this->_propDict["lastIndexOperation"];
}
}
return null;
} | Gets the lastIndexOperation
Operation entity that represents the latest indexing for the non-custodial data source.
@return EdiscoveryIndexOperation|null The lastIndexOperation | getLastIndexOperation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php | MIT |
public function setLastIndexOperation($val)
{
$this->_propDict["lastIndexOperation"] = $val;
return $this;
} | Sets the lastIndexOperation
Operation entity that represents the latest indexing for the non-custodial data source.
@param EdiscoveryIndexOperation $val The lastIndexOperation
@return EdiscoveryNoncustodialDataSource | setLastIndexOperation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php | MIT |
public function getPropertyName()
{
if (array_key_exists("propertyName", $this->_propDict)) {
return $this->_propDict["propertyName"];
} else {
return null;
}
} | Gets the propertyName
Provides the property name.
@return string|null The propertyName | getPropertyName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PropertyToEvaluate.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PropertyToEvaluate.php | MIT |
public function setPropertyName($val)
{
$this->_propDict["propertyName"] = $val;
return $this;
} | Sets the propertyName
Provides the property name.
@param string $val The value of the propertyName
@return PropertyToEvaluate | setPropertyName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PropertyToEvaluate.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PropertyToEvaluate.php | MIT |
public function getPropertyValue()
{
if (array_key_exists("propertyValue", $this->_propDict)) {
return $this->_propDict["propertyValue"];
} else {
return null;
}
} | Gets the propertyValue
Provides the property value.
@return string|null The propertyValue | getPropertyValue | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PropertyToEvaluate.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PropertyToEvaluate.php | MIT |
public function setPropertyValue($val)
{
$this->_propDict["propertyValue"] = $val;
return $this;
} | Sets the propertyValue
Provides the property value.
@param string $val The value of the propertyValue
@return PropertyToEvaluate | setPropertyValue | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PropertyToEvaluate.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PropertyToEvaluate.php | MIT |
public function __construct(array $data)
{
parent::__construct($data);
$this->id = $this->getDataProperty('id');
$this->tag = $this->getDataProperty('.tag');
$this->name = $this->getDataProperty('name');
$this->path_lower = $this->getDataProperty('path_lower');
$this->path_display = $this->getDataProperty('path_display');
//Make SharingInfo
$sharingInfo = $this->getDataProperty('sharing_info');
if (is_array($sharingInfo)) {
$this->sharing_info = new FolderSharingInfo($sharingInfo);
}
} | Create a new FolderMetadata instance
@param array $data | __construct | php | xiebruce/PicUploader | vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/FolderMetadata.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/FolderMetadata.php | MIT |
public function getPathLower()
{
return $this->path_lower;
} | Get the 'path_lower' property of the folder model.
@return string | getPathLower | php | xiebruce/PicUploader | vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/FolderMetadata.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/FolderMetadata.php | MIT |
public function getSharingInfo()
{
return $this->sharing_info;
} | Get the 'sharing_info' property of the folder model.
@return \Kunnu\Dropbox\Models\FolderSharingInfo | getSharingInfo | php | xiebruce/PicUploader | vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/FolderMetadata.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/FolderMetadata.php | MIT |
public function getPathDisplay()
{
return $this->path_display;
} | Get the 'path_display' property of the folder model.
@return string | getPathDisplay | php | xiebruce/PicUploader | vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/FolderMetadata.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/FolderMetadata.php | MIT |
public function getIncludedSources()
{
if (array_key_exists("includedSources", $this->_propDict)) {
if (is_a($this->_propDict["includedSources"], "\Microsoft\Graph\SecurityNamespace\Model\SourceType") || is_null($this->_propDict["includedSources"])) {
return $this->_propDict["includedSources"];
} else {
$this->_propDict["includedSources"] = new SourceType($this->_propDict["includedSources"]);
return $this->_propDict["includedSources"];
}
}
return null;
} | Gets the includedSources
Specifies which sources are included in this group. Possible values are: mailbox, site.
@return SourceType|null The includedSources | getIncludedSources | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UserSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UserSource.php | MIT |
public function setIncludedSources($val)
{
$this->_propDict["includedSources"] = $val;
return $this;
} | Sets the includedSources
Specifies which sources are included in this group. Possible values are: mailbox, site.
@param SourceType $val The includedSources
@return UserSource | setIncludedSources | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UserSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UserSource.php | MIT |
public function getSiteWebUrl()
{
if (array_key_exists("siteWebUrl", $this->_propDict)) {
return $this->_propDict["siteWebUrl"];
} else {
return null;
}
} | Gets the siteWebUrl
The URL of the user's OneDrive for Business site. Read-only.
@return string|null The siteWebUrl | getSiteWebUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UserSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UserSource.php | MIT |
public function setSiteWebUrl($val)
{
$this->_propDict["siteWebUrl"] = $val;
return $this;
} | Sets the siteWebUrl
The URL of the user's OneDrive for Business site. Read-only.
@param string $val The siteWebUrl
@return UserSource | setSiteWebUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UserSource.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/SecurityNamespace/Model/UserSource.php | MIT |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.