code
stringlengths
17
296k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function setCycleId($val) { $this->_propDict["cycleId"] = $val; return $this; }
Sets the cycleId Unique ID per job iteration. @param string $val The cycleId @return ProvisioningObjectSummary
setCycleId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getDurationInMilliseconds() { if (array_key_exists("durationInMilliseconds", $this->_propDict)) { return $this->_propDict["durationInMilliseconds"]; } else { return null; } }
Gets the durationInMilliseconds Indicates how long this provisioning action took to finish. Measured in milliseconds. @return int|null The durationInMilliseconds
getDurationInMilliseconds
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setDurationInMilliseconds($val) { $this->_propDict["durationInMilliseconds"] = intval($val); return $this; }
Sets the durationInMilliseconds Indicates how long this provisioning action took to finish. Measured in milliseconds. @param int $val The durationInMilliseconds @return ProvisioningObjectSummary
setDurationInMilliseconds
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getInitiatedBy() { if (array_key_exists("initiatedBy", $this->_propDict)) { if (is_a($this->_propDict["initiatedBy"], "\Beta\Microsoft\Graph\Model\Initiator") || is_null($this->_propDict["initiatedBy"])) { return $this->_propDict["initiatedBy"]; } else { $this->_propDict["initiatedBy"] = new Initiator($this->_propDict["initiatedBy"]); return $this->_propDict["initiatedBy"]; } } return null; }
Gets the initiatedBy Details of who initiated this provisioning. @return Initiator|null The initiatedBy
getInitiatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setInitiatedBy($val) { $this->_propDict["initiatedBy"] = $val; return $this; }
Sets the initiatedBy Details of who initiated this provisioning. @param Initiator $val The initiatedBy @return ProvisioningObjectSummary
setInitiatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getJobId() { if (array_key_exists("jobId", $this->_propDict)) { return $this->_propDict["jobId"]; } else { return null; } }
Gets the jobId The unique ID for the whole provisioning job. @return string|null The jobId
getJobId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setJobId($val) { $this->_propDict["jobId"] = $val; return $this; }
Sets the jobId The unique ID for the whole provisioning job. @param string $val The jobId @return ProvisioningObjectSummary
setJobId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getModifiedProperties() { if (array_key_exists("modifiedProperties", $this->_propDict)) { return $this->_propDict["modifiedProperties"]; } else { return null; } }
Gets the modifiedProperties Details of each property that was modified in this provisioning action on this object. @return array|null The modifiedProperties
getModifiedProperties
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setModifiedProperties($val) { $this->_propDict["modifiedProperties"] = $val; return $this; }
Sets the modifiedProperties Details of each property that was modified in this provisioning action on this object. @param ModifiedProperty[] $val The modifiedProperties @return ProvisioningObjectSummary
setModifiedProperties
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getProvisioningAction() { if (array_key_exists("provisioningAction", $this->_propDict)) { if (is_a($this->_propDict["provisioningAction"], "\Beta\Microsoft\Graph\Model\ProvisioningAction") || is_null($this->_propDict["provisioningAction"])) { return $this->_propDict["provisioningAction"]; } else { $this->_propDict["provisioningAction"] = new ProvisioningAction($this->_propDict["provisioningAction"]); return $this->_propDict["provisioningAction"]; } } return null; }
Gets the provisioningAction Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Azure AD activity list. @return ProvisioningAction|null The provisioningAction
getProvisioningAction
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setProvisioningAction($val) { $this->_propDict["provisioningAction"] = $val; return $this; }
Sets the provisioningAction Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Azure AD activity list. @param ProvisioningAction $val The provisioningAction @return ProvisioningObjectSummary
setProvisioningAction
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getProvisioningStatusInfo() { if (array_key_exists("provisioningStatusInfo", $this->_propDict)) { if (is_a($this->_propDict["provisioningStatusInfo"], "\Beta\Microsoft\Graph\Model\ProvisioningStatusInfo") || is_null($this->_propDict["provisioningStatusInfo"])) { return $this->_propDict["provisioningStatusInfo"]; } else { $this->_propDict["provisioningStatusInfo"] = new ProvisioningStatusInfo($this->_propDict["provisioningStatusInfo"]); return $this->_propDict["provisioningStatusInfo"]; } } return null; }
Gets the provisioningStatusInfo Details of provisioning status. @return ProvisioningStatusInfo|null The provisioningStatusInfo
getProvisioningStatusInfo
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setProvisioningStatusInfo($val) { $this->_propDict["provisioningStatusInfo"] = $val; return $this; }
Sets the provisioningStatusInfo Details of provisioning status. @param ProvisioningStatusInfo $val The provisioningStatusInfo @return ProvisioningObjectSummary
setProvisioningStatusInfo
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getProvisioningSteps() { if (array_key_exists("provisioningSteps", $this->_propDict)) { return $this->_propDict["provisioningSteps"]; } else { return null; } }
Gets the provisioningSteps Details of each step in provisioning. @return array|null The provisioningSteps
getProvisioningSteps
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setProvisioningSteps($val) { $this->_propDict["provisioningSteps"] = $val; return $this; }
Sets the provisioningSteps Details of each step in provisioning. @param ProvisioningStep[] $val The provisioningSteps @return ProvisioningObjectSummary
setProvisioningSteps
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getServicePrincipal() { if (array_key_exists("servicePrincipal", $this->_propDict)) { if (is_a($this->_propDict["servicePrincipal"], "\Beta\Microsoft\Graph\Model\ProvisioningServicePrincipal") || is_null($this->_propDict["servicePrincipal"])) { return $this->_propDict["servicePrincipal"]; } else { $this->_propDict["servicePrincipal"] = new ProvisioningServicePrincipal($this->_propDict["servicePrincipal"]); return $this->_propDict["servicePrincipal"]; } } return null; }
Gets the servicePrincipal Represents the service principal used for provisioning. @return ProvisioningServicePrincipal|null The servicePrincipal
getServicePrincipal
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setServicePrincipal($val) { $this->_propDict["servicePrincipal"] = $val; return $this; }
Sets the servicePrincipal Represents the service principal used for provisioning. @param ProvisioningServicePrincipal $val The servicePrincipal @return ProvisioningObjectSummary
setServicePrincipal
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getSourceIdentity() { if (array_key_exists("sourceIdentity", $this->_propDict)) { if (is_a($this->_propDict["sourceIdentity"], "\Beta\Microsoft\Graph\Model\ProvisionedIdentity") || is_null($this->_propDict["sourceIdentity"])) { return $this->_propDict["sourceIdentity"]; } else { $this->_propDict["sourceIdentity"] = new ProvisionedIdentity($this->_propDict["sourceIdentity"]); return $this->_propDict["sourceIdentity"]; } } return null; }
Gets the sourceIdentity Details of source object being provisioned. @return ProvisionedIdentity|null The sourceIdentity
getSourceIdentity
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setSourceIdentity($val) { $this->_propDict["sourceIdentity"] = $val; return $this; }
Sets the sourceIdentity Details of source object being provisioned. @param ProvisionedIdentity $val The sourceIdentity @return ProvisioningObjectSummary
setSourceIdentity
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getSourceSystem() { if (array_key_exists("sourceSystem", $this->_propDict)) { if (is_a($this->_propDict["sourceSystem"], "\Beta\Microsoft\Graph\Model\ProvisioningSystem") || is_null($this->_propDict["sourceSystem"])) { return $this->_propDict["sourceSystem"]; } else { $this->_propDict["sourceSystem"] = new ProvisioningSystem($this->_propDict["sourceSystem"]); return $this->_propDict["sourceSystem"]; } } return null; }
Gets the sourceSystem Details of source system of the object being provisioned. @return ProvisioningSystem|null The sourceSystem
getSourceSystem
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setSourceSystem($val) { $this->_propDict["sourceSystem"] = $val; return $this; }
Sets the sourceSystem Details of source system of the object being provisioned. @param ProvisioningSystem $val The sourceSystem @return ProvisioningObjectSummary
setSourceSystem
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getTargetIdentity() { if (array_key_exists("targetIdentity", $this->_propDict)) { if (is_a($this->_propDict["targetIdentity"], "\Beta\Microsoft\Graph\Model\ProvisionedIdentity") || is_null($this->_propDict["targetIdentity"])) { return $this->_propDict["targetIdentity"]; } else { $this->_propDict["targetIdentity"] = new ProvisionedIdentity($this->_propDict["targetIdentity"]); return $this->_propDict["targetIdentity"]; } } return null; }
Gets the targetIdentity Details of target object being provisioned. @return ProvisionedIdentity|null The targetIdentity
getTargetIdentity
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setTargetIdentity($val) { $this->_propDict["targetIdentity"] = $val; return $this; }
Sets the targetIdentity Details of target object being provisioned. @param ProvisionedIdentity $val The targetIdentity @return ProvisioningObjectSummary
setTargetIdentity
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getTargetSystem() { if (array_key_exists("targetSystem", $this->_propDict)) { if (is_a($this->_propDict["targetSystem"], "\Beta\Microsoft\Graph\Model\ProvisioningSystem") || is_null($this->_propDict["targetSystem"])) { return $this->_propDict["targetSystem"]; } else { $this->_propDict["targetSystem"] = new ProvisioningSystem($this->_propDict["targetSystem"]); return $this->_propDict["targetSystem"]; } } return null; }
Gets the targetSystem Details of target system of the object being provisioned. @return ProvisioningSystem|null The targetSystem
getTargetSystem
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setTargetSystem($val) { $this->_propDict["targetSystem"] = $val; return $this; }
Sets the targetSystem Details of target system of the object being provisioned. @param ProvisioningSystem $val The targetSystem @return ProvisioningObjectSummary
setTargetSystem
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getTenantId() { if (array_key_exists("tenantId", $this->_propDict)) { return $this->_propDict["tenantId"]; } else { return null; } }
Gets the tenantId Unique Azure AD tenant ID. @return string|null The tenantId
getTenantId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function setTenantId($val) { $this->_propDict["tenantId"] = $val; return $this; }
Sets the tenantId Unique Azure AD tenant ID. @param string $val The tenantId @return ProvisioningObjectSummary
setTenantId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ProvisioningObjectSummary.php
MIT
public function getMajorUnit() { if (array_key_exists("majorUnit", $this->_propDict)) { return $this->_propDict["majorUnit"]; } else { return null; } }
Gets the majorUnit Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number. @return string|null The majorUnit
getMajorUnit
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function setMajorUnit($val) { $this->_propDict["majorUnit"] = $val; return $this; }
Sets the majorUnit Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number. @param string $val The majorUnit @return WorkbookChartAxis
setMajorUnit
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function getMaximum() { if (array_key_exists("maximum", $this->_propDict)) { return $this->_propDict["maximum"]; } else { return null; } }
Gets the maximum Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. @return string|null The maximum
getMaximum
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function setMaximum($val) { $this->_propDict["maximum"] = $val; return $this; }
Sets the maximum Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. @param string $val The maximum @return WorkbookChartAxis
setMaximum
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function getMinimum() { if (array_key_exists("minimum", $this->_propDict)) { return $this->_propDict["minimum"]; } else { return null; } }
Gets the minimum Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. @return string|null The minimum
getMinimum
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function setMinimum($val) { $this->_propDict["minimum"] = $val; return $this; }
Sets the minimum Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. @param string $val The minimum @return WorkbookChartAxis
setMinimum
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function getMinorUnit() { if (array_key_exists("minorUnit", $this->_propDict)) { return $this->_propDict["minorUnit"]; } else { return null; } }
Gets the minorUnit Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. @return string|null The minorUnit
getMinorUnit
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function setMinorUnit($val) { $this->_propDict["minorUnit"] = $val; return $this; }
Sets the minorUnit Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. @param string $val The minorUnit @return WorkbookChartAxis
setMinorUnit
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function getFormat() { if (array_key_exists("format", $this->_propDict)) { if (is_a($this->_propDict["format"], "\Microsoft\Graph\Model\WorkbookChartAxisFormat") || is_null($this->_propDict["format"])) { return $this->_propDict["format"]; } else { $this->_propDict["format"] = new WorkbookChartAxisFormat($this->_propDict["format"]); return $this->_propDict["format"]; } } return null; }
Gets the format Represents the formatting of a chart object, which includes line and font formatting. Read-only. @return WorkbookChartAxisFormat|null The format
getFormat
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function setFormat($val) { $this->_propDict["format"] = $val; return $this; }
Sets the format Represents the formatting of a chart object, which includes line and font formatting. Read-only. @param WorkbookChartAxisFormat $val The format @return WorkbookChartAxis
setFormat
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function getMajorGridlines() { if (array_key_exists("majorGridlines", $this->_propDict)) { if (is_a($this->_propDict["majorGridlines"], "\Microsoft\Graph\Model\WorkbookChartGridlines") || is_null($this->_propDict["majorGridlines"])) { return $this->_propDict["majorGridlines"]; } else { $this->_propDict["majorGridlines"] = new WorkbookChartGridlines($this->_propDict["majorGridlines"]); return $this->_propDict["majorGridlines"]; } } return null; }
Gets the majorGridlines Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. @return WorkbookChartGridlines|null The majorGridlines
getMajorGridlines
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function setMajorGridlines($val) { $this->_propDict["majorGridlines"] = $val; return $this; }
Sets the majorGridlines Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. @param WorkbookChartGridlines $val The majorGridlines @return WorkbookChartAxis
setMajorGridlines
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function getMinorGridlines() { if (array_key_exists("minorGridlines", $this->_propDict)) { if (is_a($this->_propDict["minorGridlines"], "\Microsoft\Graph\Model\WorkbookChartGridlines") || is_null($this->_propDict["minorGridlines"])) { return $this->_propDict["minorGridlines"]; } else { $this->_propDict["minorGridlines"] = new WorkbookChartGridlines($this->_propDict["minorGridlines"]); return $this->_propDict["minorGridlines"]; } } return null; }
Gets the minorGridlines Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. @return WorkbookChartGridlines|null The minorGridlines
getMinorGridlines
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function setMinorGridlines($val) { $this->_propDict["minorGridlines"] = $val; return $this; }
Sets the minorGridlines Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. @param WorkbookChartGridlines $val The minorGridlines @return WorkbookChartAxis
setMinorGridlines
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function getTitle() { if (array_key_exists("title", $this->_propDict)) { if (is_a($this->_propDict["title"], "\Microsoft\Graph\Model\WorkbookChartAxisTitle") || is_null($this->_propDict["title"])) { return $this->_propDict["title"]; } else { $this->_propDict["title"] = new WorkbookChartAxisTitle($this->_propDict["title"]); return $this->_propDict["title"]; } } return null; }
Gets the title Represents the axis title. Read-only. @return WorkbookChartAxisTitle|null The title
getTitle
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function setTitle($val) { $this->_propDict["title"] = $val; return $this; }
Sets the title Represents the axis title. Read-only. @param WorkbookChartAxisTitle $val The title @return WorkbookChartAxis
setTitle
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php
MIT
public function getAppRoleId() { if (array_key_exists("appRoleId", $this->_propDict)) { return $this->_propDict["appRoleId"]; } else { return null; } }
Gets the appRoleId The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create. @return string|null The appRoleId
getAppRoleId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function setAppRoleId($val) { $this->_propDict["appRoleId"] = $val; return $this; }
Sets the appRoleId The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create. @param string $val The appRoleId @return AppRoleAssignment
setAppRoleId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function getCreationTimestamp() { if (array_key_exists("creationTimestamp", $this->_propDict)) { if (is_a($this->_propDict["creationTimestamp"], "\DateTime") || is_null($this->_propDict["creationTimestamp"])) { return $this->_propDict["creationTimestamp"]; } else { $this->_propDict["creationTimestamp"] = new \DateTime($this->_propDict["creationTimestamp"]); return $this->_propDict["creationTimestamp"]; } } return null; }
Gets the creationTimestamp The time when the app role assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. @return \DateTime|null The creationTimestamp
getCreationTimestamp
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function setCreationTimestamp($val) { $this->_propDict["creationTimestamp"] = $val; return $this; }
Sets the creationTimestamp The time when the app role assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. @param \DateTime $val The creationTimestamp @return AppRoleAssignment
setCreationTimestamp
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function getPrincipalDisplayName() { if (array_key_exists("principalDisplayName", $this->_propDict)) { return $this->_propDict["principalDisplayName"]; } else { return null; } }
Gets the principalDisplayName The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith). @return string|null The principalDisplayName
getPrincipalDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function setPrincipalDisplayName($val) { $this->_propDict["principalDisplayName"] = $val; return $this; }
Sets the principalDisplayName The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith). @param string $val The principalDisplayName @return AppRoleAssignment
setPrincipalDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function getPrincipalId() { if (array_key_exists("principalId", $this->_propDict)) { return $this->_propDict["principalId"]; } else { return null; } }
Gets the principalId The unique identifier (id) for the user, security group, or service principal being granted the app role. Security groups with dynamic memberships are supported. Required on create. @return string|null The principalId
getPrincipalId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function setPrincipalId($val) { $this->_propDict["principalId"] = $val; return $this; }
Sets the principalId The unique identifier (id) for the user, security group, or service principal being granted the app role. Security groups with dynamic memberships are supported. Required on create. @param string $val The principalId @return AppRoleAssignment
setPrincipalId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function getPrincipalType() { if (array_key_exists("principalType", $this->_propDict)) { return $this->_propDict["principalType"]; } else { return null; } }
Gets the principalType The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. @return string|null The principalType
getPrincipalType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function setPrincipalType($val) { $this->_propDict["principalType"] = $val; return $this; }
Sets the principalType The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. @param string $val The principalType @return AppRoleAssignment
setPrincipalType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function getResourceDisplayName() { if (array_key_exists("resourceDisplayName", $this->_propDict)) { return $this->_propDict["resourceDisplayName"]; } else { return null; } }
Gets the resourceDisplayName The display name of the resource app's service principal to which the assignment is made. @return string|null The resourceDisplayName
getResourceDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function setResourceDisplayName($val) { $this->_propDict["resourceDisplayName"] = $val; return $this; }
Sets the resourceDisplayName The display name of the resource app's service principal to which the assignment is made. @param string $val The resourceDisplayName @return AppRoleAssignment
setResourceDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function getResourceId() { if (array_key_exists("resourceId", $this->_propDict)) { return $this->_propDict["resourceId"]; } else { return null; } }
Gets the resourceId The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). @return string|null The resourceId
getResourceId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
public function setResourceId($val) { $this->_propDict["resourceId"] = $val; return $this; }
Sets the resourceId The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). @param string $val The resourceId @return AppRoleAssignment
setResourceId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AppRoleAssignment.php
MIT
private function setRequestOptions( $endpointProvider, $command, $operation, $commandArgs, $clientArgs, &$headers ) { $providerArgs = $this->resolveProviderArgs( $endpointProvider, $operation, $commandArgs, $clientArgs ); $endpoint = $endpointProvider->resolveEndpoint($providerArgs); $resolvedUrl = $endpoint->getUrl(); $this->applyScheme($resolvedUrl); $this->endpoint = $resolvedUrl; $this->applyAuthSchemeToCommand($endpoint, $command); $this->applyHeaders($endpoint, $headers); }
Merges endpoint resolution arguments passed from the client and command and attempts to resolve an endpoint. Headers and auth schemes may be returned in a resolved endpoint object. A resolved endpoint uri and headers will be applied to the request. Auth schemes are applied to the command and compared against the default auth scheme at signing. @internal
setRequestOptions
php
xiebruce/PicUploader
vendor/aws/aws-sdk-php/src/EndpointV2/EndpointV2SerializerTrait.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/aws/aws-sdk-php/src/EndpointV2/EndpointV2SerializerTrait.php
MIT
private function normalizeEndpointProviderArgs( $endpointCommandArgs, $clientArgs, $contextParams, $staticContextParams ) { $commandContextParams = array_merge($contextParams, $staticContextParams); $combinedEndpointArgs = array_merge($clientArgs, $commandContextParams); return array_merge($combinedEndpointArgs, $endpointCommandArgs); }
Merges endpoint provider arguments from different sources. Client built-ins are superseded by client context params. Client context params are superseded by context params on an input member's shape. Context params are superseded by static context params. The result of this combination is then merged with any appropriate arguments from the command.
normalizeEndpointProviderArgs
php
xiebruce/PicUploader
vendor/aws/aws-sdk-php/src/EndpointV2/EndpointV2SerializerTrait.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/aws/aws-sdk-php/src/EndpointV2/EndpointV2SerializerTrait.php
MIT
public function addChecksum($checksum, $inBinaryForm = false) { // Error if hash is already calculated if ($this->hash) { throw new \LogicException('You may not add more checksums to a ' . 'complete tree hash.'); } // Convert the checksum to binary form if necessary $this->checksums[] = $inBinaryForm ? $checksum : hex2bin($checksum); return $this; }
Add a checksum to the tree hash directly @param string $checksum The checksum to add @param bool $inBinaryForm TRUE if checksum is in binary form @return self @throws \LogicException if the root tree hash is already calculated
addChecksum
php
xiebruce/PicUploader
vendor/aws/aws-sdk-php/src/Glacier/TreeHash.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/aws/aws-sdk-php/src/Glacier/TreeHash.php
MIT
public function getDependedOnBy() { if (array_key_exists("dependedOnBy", $this->_propDict)) { if (is_a($this->_propDict["dependedOnBy"], "\Beta\Microsoft\Graph\Model\DeviceManagementConfigurationSettingDependedOnBy") || is_null($this->_propDict["dependedOnBy"])) { return $this->_propDict["dependedOnBy"]; } else { $this->_propDict["dependedOnBy"] = new DeviceManagementConfigurationSettingDependedOnBy($this->_propDict["dependedOnBy"]); return $this->_propDict["dependedOnBy"]; } } return null; }
Gets the dependedOnBy List of Settings that depends on this option @return DeviceManagementConfigurationSettingDependedOnBy|null The dependedOnBy
getDependedOnBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function setDependedOnBy($val) { $this->_propDict["dependedOnBy"] = $val; return $this; }
Sets the dependedOnBy List of Settings that depends on this option @param DeviceManagementConfigurationSettingDependedOnBy $val The value to assign to the dependedOnBy @return DeviceManagementConfigurationOptionDefinition The DeviceManagementConfigurationOptionDefinition
setDependedOnBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function getDependentOn() { if (array_key_exists("dependentOn", $this->_propDict)) { if (is_a($this->_propDict["dependentOn"], "\Beta\Microsoft\Graph\Model\DeviceManagementConfigurationDependentOn") || is_null($this->_propDict["dependentOn"])) { return $this->_propDict["dependentOn"]; } else { $this->_propDict["dependentOn"] = new DeviceManagementConfigurationDependentOn($this->_propDict["dependentOn"]); return $this->_propDict["dependentOn"]; } } return null; }
Gets the dependentOn List of dependent settings for this option @return DeviceManagementConfigurationDependentOn|null The dependentOn
getDependentOn
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function setDependentOn($val) { $this->_propDict["dependentOn"] = $val; return $this; }
Sets the dependentOn List of dependent settings for this option @param DeviceManagementConfigurationDependentOn $val The value to assign to the dependentOn @return DeviceManagementConfigurationOptionDefinition The DeviceManagementConfigurationOptionDefinition
setDependentOn
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function getDescription() { if (array_key_exists("description", $this->_propDict)) { return $this->_propDict["description"]; } else { return null; } }
Gets the description Description of the option @return string|null The description
getDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function setDescription($val) { $this->_propDict["description"] = $val; return $this; }
Sets the description Description of the option @param string $val The value of the description @return DeviceManagementConfigurationOptionDefinition
setDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName Friendly name of the option @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName Friendly name of the option @param string $val The value of the displayName @return DeviceManagementConfigurationOptionDefinition
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function getHelpText() { if (array_key_exists("helpText", $this->_propDict)) { return $this->_propDict["helpText"]; } else { return null; } }
Gets the helpText Help text of the option @return string|null The helpText
getHelpText
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function setHelpText($val) { $this->_propDict["helpText"] = $val; return $this; }
Sets the helpText Help text of the option @param string $val The value of the helpText @return DeviceManagementConfigurationOptionDefinition
setHelpText
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function getItemId() { if (array_key_exists("itemId", $this->_propDict)) { return $this->_propDict["itemId"]; } else { return null; } }
Gets the itemId Identifier of option @return string|null The itemId
getItemId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function setItemId($val) { $this->_propDict["itemId"] = $val; return $this; }
Sets the itemId Identifier of option @param string $val The value of the itemId @return DeviceManagementConfigurationOptionDefinition
setItemId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function getName() { if (array_key_exists("name", $this->_propDict)) { return $this->_propDict["name"]; } else { return null; } }
Gets the name Name of the option @return string|null The name
getName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function setName($val) { $this->_propDict["name"] = $val; return $this; }
Sets the name Name of the option @param string $val The value of the name @return DeviceManagementConfigurationOptionDefinition
setName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function getOptionValue() { if (array_key_exists("optionValue", $this->_propDict)) { if (is_a($this->_propDict["optionValue"], "\Beta\Microsoft\Graph\Model\DeviceManagementConfigurationSettingValue") || is_null($this->_propDict["optionValue"])) { return $this->_propDict["optionValue"]; } else { $this->_propDict["optionValue"] = new DeviceManagementConfigurationSettingValue($this->_propDict["optionValue"]); return $this->_propDict["optionValue"]; } } return null; }
Gets the optionValue Value of the option @return DeviceManagementConfigurationSettingValue|null The optionValue
getOptionValue
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function setOptionValue($val) { $this->_propDict["optionValue"] = $val; return $this; }
Sets the optionValue Value of the option @param DeviceManagementConfigurationSettingValue $val The value to assign to the optionValue @return DeviceManagementConfigurationOptionDefinition The DeviceManagementConfigurationOptionDefinition
setOptionValue
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationOptionDefinition.php
MIT
public function getSortBy() { if (array_key_exists("sortBy", $this->_propDict)) { return $this->_propDict["sortBy"]; } else { return null; } }
Gets the sortBy The method by which the folder should be sorted. @return string|null The sortBy
getSortBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/FolderView.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/FolderView.php
MIT
public function setSortBy($val) { $this->_propDict["sortBy"] = $val; return $this; }
Sets the sortBy The method by which the folder should be sorted. @param string $val The value of the sortBy @return FolderView
setSortBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/FolderView.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/FolderView.php
MIT
public function getSortOrder() { if (array_key_exists("sortOrder", $this->_propDict)) { return $this->_propDict["sortOrder"]; } else { return null; } }
Gets the sortOrder If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending. @return string|null The sortOrder
getSortOrder
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/FolderView.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/FolderView.php
MIT
public function setSortOrder($val) { $this->_propDict["sortOrder"] = $val; return $this; }
Sets the sortOrder If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending. @param string $val The value of the sortOrder @return FolderView
setSortOrder
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/FolderView.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/FolderView.php
MIT
public function getViewType() { if (array_key_exists("viewType", $this->_propDict)) { return $this->_propDict["viewType"]; } else { return null; } }
Gets the viewType The type of view that should be used to represent the folder. @return string|null The viewType
getViewType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/FolderView.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/FolderView.php
MIT
public function setViewType($val) { $this->_propDict["viewType"] = $val; return $this; }
Sets the viewType The type of view that should be used to represent the folder. @param string $val The value of the viewType @return FolderView
setViewType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/FolderView.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/FolderView.php
MIT
public function getIdentityCertificate() { if (array_key_exists("identityCertificate", $this->_propDict)) { if (is_a($this->_propDict["identityCertificate"], "\Beta\Microsoft\Graph\Model\MacOSCertificateProfileBase") || is_null($this->_propDict["identityCertificate"])) { return $this->_propDict["identityCertificate"]; } else { $this->_propDict["identityCertificate"] = new MacOSCertificateProfileBase($this->_propDict["identityCertificate"]); return $this->_propDict["identityCertificate"]; } } return null; }
Gets the identityCertificate Identity certificate for client authentication when authentication method is certificate. @return MacOSCertificateProfileBase|null The identityCertificate
getIdentityCertificate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSVpnConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSVpnConfiguration.php
MIT
public function setIdentityCertificate($val) { $this->_propDict["identityCertificate"] = $val; return $this; }
Sets the identityCertificate Identity certificate for client authentication when authentication method is certificate. @param MacOSCertificateProfileBase $val The identityCertificate @return MacOSVpnConfiguration
setIdentityCertificate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSVpnConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MacOSVpnConfiguration.php
MIT
public function getCreatedBy() { if (array_key_exists("createdBy", $this->_propDict)) { if (is_a($this->_propDict["createdBy"], "\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["createdBy"])) { return $this->_propDict["createdBy"]; } else { $this->_propDict["createdBy"] = new IdentitySet($this->_propDict["createdBy"]); return $this->_propDict["createdBy"]; } } return null; }
Gets the createdBy Identity of the user, device, and application which created the item. Read-only. @return IdentitySet|null The createdBy
getCreatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function setCreatedBy($val) { $this->_propDict["createdBy"] = $val; return $this; }
Sets the createdBy Identity of the user, device, and application which created the item. Read-only. @param IdentitySet $val The value to assign to the createdBy @return RemoteItem The RemoteItem
setCreatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function getCreatedDateTime() { if (array_key_exists("createdDateTime", $this->_propDict)) { if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) { return $this->_propDict["createdDateTime"]; } else { $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); return $this->_propDict["createdDateTime"]; } } return null; }
Gets the createdDateTime Date and time of item creation. Read-only. @return \DateTime|null The createdDateTime
getCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function setCreatedDateTime($val) { $this->_propDict["createdDateTime"] = $val; return $this; }
Sets the createdDateTime Date and time of item creation. Read-only. @param \DateTime $val The value to assign to the createdDateTime @return RemoteItem The RemoteItem
setCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function getFile() { if (array_key_exists("file", $this->_propDict)) { if (is_a($this->_propDict["file"], "\Microsoft\Graph\Model\File") || is_null($this->_propDict["file"])) { return $this->_propDict["file"]; } else { $this->_propDict["file"] = new File($this->_propDict["file"]); return $this->_propDict["file"]; } } return null; }
Gets the file Indicates that the remote item is a file. Read-only. @return File|null The file
getFile
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function setFile($val) { $this->_propDict["file"] = $val; return $this; }
Sets the file Indicates that the remote item is a file. Read-only. @param File $val The value to assign to the file @return RemoteItem The RemoteItem
setFile
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function getFileSystemInfo() { if (array_key_exists("fileSystemInfo", $this->_propDict)) { if (is_a($this->_propDict["fileSystemInfo"], "\Microsoft\Graph\Model\FileSystemInfo") || is_null($this->_propDict["fileSystemInfo"])) { return $this->_propDict["fileSystemInfo"]; } else { $this->_propDict["fileSystemInfo"] = new FileSystemInfo($this->_propDict["fileSystemInfo"]); return $this->_propDict["fileSystemInfo"]; } } return null; }
Gets the fileSystemInfo Information about the remote item from the local file system. Read-only. @return FileSystemInfo|null The fileSystemInfo
getFileSystemInfo
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function setFileSystemInfo($val) { $this->_propDict["fileSystemInfo"] = $val; return $this; }
Sets the fileSystemInfo Information about the remote item from the local file system. Read-only. @param FileSystemInfo $val The value to assign to the fileSystemInfo @return RemoteItem The RemoteItem
setFileSystemInfo
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function getFolder() { if (array_key_exists("folder", $this->_propDict)) { if (is_a($this->_propDict["folder"], "\Microsoft\Graph\Model\Folder") || is_null($this->_propDict["folder"])) { return $this->_propDict["folder"]; } else { $this->_propDict["folder"] = new Folder($this->_propDict["folder"]); return $this->_propDict["folder"]; } } return null; }
Gets the folder Indicates that the remote item is a folder. Read-only. @return Folder|null The folder
getFolder
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function setFolder($val) { $this->_propDict["folder"] = $val; return $this; }
Sets the folder Indicates that the remote item is a folder. Read-only. @param Folder $val The value to assign to the folder @return RemoteItem The RemoteItem
setFolder
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function getId() { if (array_key_exists("id", $this->_propDict)) { return $this->_propDict["id"]; } else { return null; } }
Gets the id Unique identifier for the remote item in its drive. Read-only. @return string|null The id
getId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function setId($val) { $this->_propDict["id"] = $val; return $this; }
Sets the id Unique identifier for the remote item in its drive. Read-only. @param string $val The value of the id @return RemoteItem
setId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function getImage() { if (array_key_exists("image", $this->_propDict)) { if (is_a($this->_propDict["image"], "\Microsoft\Graph\Model\Image") || is_null($this->_propDict["image"])) { return $this->_propDict["image"]; } else { $this->_propDict["image"] = new Image($this->_propDict["image"]); return $this->_propDict["image"]; } } return null; }
Gets the image Image metadata, if the item is an image. Read-only. @return Image|null The image
getImage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function setImage($val) { $this->_propDict["image"] = $val; return $this; }
Sets the image Image metadata, if the item is an image. Read-only. @param Image $val The value to assign to the image @return RemoteItem The RemoteItem
setImage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function getLastModifiedBy() { if (array_key_exists("lastModifiedBy", $this->_propDict)) { if (is_a($this->_propDict["lastModifiedBy"], "\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["lastModifiedBy"])) { return $this->_propDict["lastModifiedBy"]; } else { $this->_propDict["lastModifiedBy"] = new IdentitySet($this->_propDict["lastModifiedBy"]); return $this->_propDict["lastModifiedBy"]; } } return null; }
Gets the lastModifiedBy Identity of the user, device, and application which last modified the item. Read-only. @return IdentitySet|null The lastModifiedBy
getLastModifiedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT
public function setLastModifiedBy($val) { $this->_propDict["lastModifiedBy"] = $val; return $this; }
Sets the lastModifiedBy Identity of the user, device, and application which last modified the item. Read-only. @param IdentitySet $val The value to assign to the lastModifiedBy @return RemoteItem The RemoteItem
setLastModifiedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php
MIT