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 setSupportedDocumentMimeTypes($val) { $this->_propDict["supportedDocumentMimeTypes"] = $val; return $this; }
Sets the supportedDocumentMimeTypes @param string $val The value of the supportedDocumentMimeTypes @return PrinterCapabilities
setSupportedDocumentMimeTypes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function getSupportedDuplexConfigurations() { if (array_key_exists("supportedDuplexConfigurations", $this->_propDict)) { if (is_a($this->_propDict["supportedDuplexConfigurations"], "\Beta\Microsoft\Graph\Model\PrintDuplexConfiguration") || is_null($this->_propDict["supportedDuplexConfigurations"])) { return $this->_propDict["supportedDuplexConfigurations"]; } else { $this->_propDict["supportedDuplexConfigurations"] = new PrintDuplexConfiguration($this->_propDict["supportedDuplexConfigurations"]); return $this->_propDict["supportedDuplexConfigurations"]; } } return null; }
Gets the supportedDuplexConfigurations @return PrintDuplexConfiguration|null The supportedDuplexConfigurations
getSupportedDuplexConfigurations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function setSupportedDuplexConfigurations($val) { $this->_propDict["supportedDuplexConfigurations"] = $val; return $this; }
Sets the supportedDuplexConfigurations @param PrintDuplexConfiguration $val The value to assign to the supportedDuplexConfigurations @return PrinterCapabilities The PrinterCapabilities
setSupportedDuplexConfigurations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function getSupportedOrientations() { if (array_key_exists("supportedOrientations", $this->_propDict)) { if (is_a($this->_propDict["supportedOrientations"], "\Beta\Microsoft\Graph\Model\PrintOrientation") || is_null($this->_propDict["supportedOrientations"])) { return $this->_propDict["supportedOrientations"]; } else { $this->_propDict["supportedOrientations"] = new PrintOrientation($this->_propDict["supportedOrientations"]); return $this->_propDict["supportedOrientations"]; } } return null; }
Gets the supportedOrientations @return PrintOrientation|null The supportedOrientations
getSupportedOrientations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function setSupportedOrientations($val) { $this->_propDict["supportedOrientations"] = $val; return $this; }
Sets the supportedOrientations @param PrintOrientation $val The value to assign to the supportedOrientations @return PrinterCapabilities The PrinterCapabilities
setSupportedOrientations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function getSupportedPagesPerSheet() { if (array_key_exists("supportedPagesPerSheet", $this->_propDict)) { if (is_a($this->_propDict["supportedPagesPerSheet"], "\Beta\Microsoft\Graph\Model\IntegerRange") || is_null($this->_propDict["supportedPagesPerSheet"])) { return $this->_propDict["supportedPagesPerSheet"]; } else { $this->_propDict["supportedPagesPerSheet"] = new IntegerRange($this->_propDict["supportedPagesPerSheet"]); return $this->_propDict["supportedPagesPerSheet"]; } } return null; }
Gets the supportedPagesPerSheet @return IntegerRange|null The supportedPagesPerSheet
getSupportedPagesPerSheet
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function setSupportedPagesPerSheet($val) { $this->_propDict["supportedPagesPerSheet"] = $val; return $this; }
Sets the supportedPagesPerSheet @param IntegerRange $val The value to assign to the supportedPagesPerSheet @return PrinterCapabilities The PrinterCapabilities
setSupportedPagesPerSheet
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function getSupportedPresentationDirections() { if (array_key_exists("supportedPresentationDirections", $this->_propDict)) { if (is_a($this->_propDict["supportedPresentationDirections"], "\Beta\Microsoft\Graph\Model\PrintPresentationDirection") || is_null($this->_propDict["supportedPresentationDirections"])) { return $this->_propDict["supportedPresentationDirections"]; } else { $this->_propDict["supportedPresentationDirections"] = new PrintPresentationDirection($this->_propDict["supportedPresentationDirections"]); return $this->_propDict["supportedPresentationDirections"]; } } return null; }
Gets the supportedPresentationDirections @return PrintPresentationDirection|null The supportedPresentationDirections
getSupportedPresentationDirections
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function setSupportedPresentationDirections($val) { $this->_propDict["supportedPresentationDirections"] = $val; return $this; }
Sets the supportedPresentationDirections @param PrintPresentationDirection $val The value to assign to the supportedPresentationDirections @return PrinterCapabilities The PrinterCapabilities
setSupportedPresentationDirections
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function getSupportedPrintQualities() { if (array_key_exists("supportedPrintQualities", $this->_propDict)) { if (is_a($this->_propDict["supportedPrintQualities"], "\Beta\Microsoft\Graph\Model\PrintQuality") || is_null($this->_propDict["supportedPrintQualities"])) { return $this->_propDict["supportedPrintQualities"]; } else { $this->_propDict["supportedPrintQualities"] = new PrintQuality($this->_propDict["supportedPrintQualities"]); return $this->_propDict["supportedPrintQualities"]; } } return null; }
Gets the supportedPrintQualities @return PrintQuality|null The supportedPrintQualities
getSupportedPrintQualities
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function setSupportedPrintQualities($val) { $this->_propDict["supportedPrintQualities"] = $val; return $this; }
Sets the supportedPrintQualities @param PrintQuality $val The value to assign to the supportedPrintQualities @return PrinterCapabilities The PrinterCapabilities
setSupportedPrintQualities
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function getSupportsFitPdfToPage() { if (array_key_exists("supportsFitPdfToPage", $this->_propDict)) { return $this->_propDict["supportsFitPdfToPage"]; } else { return null; } }
Gets the supportsFitPdfToPage True if the printer supports scaling PDF pages to match the print media size; false otherwise. @return bool|null The supportsFitPdfToPage
getSupportsFitPdfToPage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function setSupportsFitPdfToPage($val) { $this->_propDict["supportsFitPdfToPage"] = $val; return $this; }
Sets the supportsFitPdfToPage True if the printer supports scaling PDF pages to match the print media size; false otherwise. @param bool $val The value of the supportsFitPdfToPage @return PrinterCapabilities
setSupportsFitPdfToPage
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function getTopMargins() { if (array_key_exists("topMargins", $this->_propDict)) { return $this->_propDict["topMargins"]; } else { return null; } }
Gets the topMargins A list of supported top margins(in microns) for the printer. @return int|null The topMargins
getTopMargins
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function setTopMargins($val) { $this->_propDict["topMargins"] = $val; return $this; }
Sets the topMargins A list of supported top margins(in microns) for the printer. @param int $val The value of the topMargins @return PrinterCapabilities
setTopMargins
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php
MIT
public function getMeanTimeToFailureInMinutes() { if (array_key_exists("meanTimeToFailureInMinutes", $this->_propDict)) { return $this->_propDict["meanTimeToFailureInMinutes"]; } else { return null; } }
Gets the meanTimeToFailureInMinutes @return int|null The meanTimeToFailureInMinutes
getMeanTimeToFailureInMinutes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/AppPerformance.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/AppPerformance.php
MIT
public function setMeanTimeToFailureInMinutes($val) { $this->_propDict["meanTimeToFailureInMinutes"] = intval($val); return $this; }
Sets the meanTimeToFailureInMinutes @param int $val The meanTimeToFailureInMinutes @return AppPerformance
setMeanTimeToFailureInMinutes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/AppPerformance.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/AppPerformance.php
MIT
public function getTotalActiveDeviceCount() { if (array_key_exists("totalActiveDeviceCount", $this->_propDict)) { return $this->_propDict["totalActiveDeviceCount"]; } else { return null; } }
Gets the totalActiveDeviceCount @return int|null The totalActiveDeviceCount
getTotalActiveDeviceCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/AppPerformance.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/AppPerformance.php
MIT
public function setTotalActiveDeviceCount($val) { $this->_propDict["totalActiveDeviceCount"] = intval($val); return $this; }
Sets the totalActiveDeviceCount @param int $val The totalActiveDeviceCount @return AppPerformance
setTotalActiveDeviceCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/AppPerformance.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/AppPerformance.php
MIT
public function getDescription() { if (array_key_exists("description", $this->_propDict)) { return $this->_propDict["description"]; } else { return null; } }
Gets the description Descpription of the award or honor. @return string|null The description
getDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function setDescription($val) { $this->_propDict["description"] = $val; return $this; }
Sets the description Descpription of the award or honor. @param string $val The description @return PersonAward
setDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName Name of the award or honor. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName Name of the award or honor. @param string $val The displayName @return PersonAward
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function getIssuedDate() { if (array_key_exists("issuedDate", $this->_propDict)) { if (is_a($this->_propDict["issuedDate"], "\DateTime") || is_null($this->_propDict["issuedDate"])) { return $this->_propDict["issuedDate"]; } else { $this->_propDict["issuedDate"] = new \DateTime($this->_propDict["issuedDate"]); return $this->_propDict["issuedDate"]; } } return null; }
Gets the issuedDate The date that the award or honor was granted. @return \DateTime|null The issuedDate
getIssuedDate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function setIssuedDate($val) { $this->_propDict["issuedDate"] = $val; return $this; }
Sets the issuedDate The date that the award or honor was granted. @param \DateTime $val The issuedDate @return PersonAward
setIssuedDate
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function getIssuingAuthority() { if (array_key_exists("issuingAuthority", $this->_propDict)) { return $this->_propDict["issuingAuthority"]; } else { return null; } }
Gets the issuingAuthority Authority which granted the award or honor. @return string|null The issuingAuthority
getIssuingAuthority
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function setIssuingAuthority($val) { $this->_propDict["issuingAuthority"] = $val; return $this; }
Sets the issuingAuthority Authority which granted the award or honor. @param string $val The issuingAuthority @return PersonAward
setIssuingAuthority
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function getThumbnailUrl() { if (array_key_exists("thumbnailUrl", $this->_propDict)) { return $this->_propDict["thumbnailUrl"]; } else { return null; } }
Gets the thumbnailUrl URL referencing a thumbnail of the award or honor. @return string|null The thumbnailUrl
getThumbnailUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function setThumbnailUrl($val) { $this->_propDict["thumbnailUrl"] = $val; return $this; }
Sets the thumbnailUrl URL referencing a thumbnail of the award or honor. @param string $val The thumbnailUrl @return PersonAward
setThumbnailUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function getWebUrl() { if (array_key_exists("webUrl", $this->_propDict)) { return $this->_propDict["webUrl"]; } else { return null; } }
Gets the webUrl URL referencing the award or honor. @return string|null The webUrl
getWebUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function setWebUrl($val) { $this->_propDict["webUrl"] = $val; return $this; }
Sets the webUrl URL referencing the award or honor. @param string $val The webUrl @return PersonAward
setWebUrl
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PersonAward.php
MIT
public function getItemId() { if (array_key_exists("itemId", $this->_propDict)) { return $this->_propDict["itemId"]; } else { return null; } }
Gets the itemId Pattern that specifies how to form the ID of the external item that the URL represents. The named groups from the regular expression in urlPattern within the urlMatchInfo can be referenced by inserting the group name inside curly brackets. @return string|null The itemId
getItemId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ExternalConnectors/Model/ItemIdResolver.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ExternalConnectors/Model/ItemIdResolver.php
MIT
public function setItemId($val) { $this->_propDict["itemId"] = $val; return $this; }
Sets the itemId Pattern that specifies how to form the ID of the external item that the URL represents. The named groups from the regular expression in urlPattern within the urlMatchInfo can be referenced by inserting the group name inside curly brackets. @param string $val The value of the itemId @return ItemIdResolver
setItemId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ExternalConnectors/Model/ItemIdResolver.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ExternalConnectors/Model/ItemIdResolver.php
MIT
public function getUrlMatchInfo() { if (array_key_exists("urlMatchInfo", $this->_propDict)) { if (is_a($this->_propDict["urlMatchInfo"], "\Beta\Microsoft\Graph\ExternalConnectors\Model\UrlMatchInfo") || is_null($this->_propDict["urlMatchInfo"])) { return $this->_propDict["urlMatchInfo"]; } else { $this->_propDict["urlMatchInfo"] = new UrlMatchInfo($this->_propDict["urlMatchInfo"]); return $this->_propDict["urlMatchInfo"]; } } return null; }
Gets the urlMatchInfo Configurations to match and resolve URL. @return UrlMatchInfo|null The urlMatchInfo
getUrlMatchInfo
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ExternalConnectors/Model/ItemIdResolver.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ExternalConnectors/Model/ItemIdResolver.php
MIT
public function setUrlMatchInfo($val) { $this->_propDict["urlMatchInfo"] = $val; return $this; }
Sets the urlMatchInfo Configurations to match and resolve URL. @param UrlMatchInfo $val The value to assign to the urlMatchInfo @return ItemIdResolver The ItemIdResolver
setUrlMatchInfo
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ExternalConnectors/Model/ItemIdResolver.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ExternalConnectors/Model/ItemIdResolver.php
MIT
public function getContentData() { if (array_key_exists("contentData", $this->_propDict)) { return $this->_propDict["contentData"]; } else { return null; } }
Gets the contentData Base64 encoded .eml email file content. The file content cannot fetch back because it isn't stored. @return string|null The contentData
getContentData
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
MIT
public function setContentData($val) { $this->_propDict["contentData"] = $val; return $this; }
Sets the contentData Base64 encoded .eml email file content. The file content cannot fetch back because it isn't stored. @param string $val The contentData @return EmailFileAssessmentRequest
setContentData
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
MIT
public function getDestinationRoutingReason() { if (array_key_exists("destinationRoutingReason", $this->_propDict)) { if (is_a($this->_propDict["destinationRoutingReason"], "\Beta\Microsoft\Graph\Model\MailDestinationRoutingReason") || is_null($this->_propDict["destinationRoutingReason"])) { return $this->_propDict["destinationRoutingReason"]; } else { $this->_propDict["destinationRoutingReason"] = new MailDestinationRoutingReason($this->_propDict["destinationRoutingReason"]); return $this->_propDict["destinationRoutingReason"]; } } return null; }
Gets the destinationRoutingReason The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. @return MailDestinationRoutingReason|null The destinationRoutingReason
getDestinationRoutingReason
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
MIT
public function setDestinationRoutingReason($val) { $this->_propDict["destinationRoutingReason"] = $val; return $this; }
Sets the destinationRoutingReason The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. @param MailDestinationRoutingReason $val The destinationRoutingReason @return EmailFileAssessmentRequest
setDestinationRoutingReason
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
MIT
public function getRecipientEmail() { if (array_key_exists("recipientEmail", $this->_propDict)) { return $this->_propDict["recipientEmail"]; } else { return null; } }
Gets the recipientEmail The mail recipient whose policies are used to assess the mail. @return string|null The recipientEmail
getRecipientEmail
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
MIT
public function setRecipientEmail($val) { $this->_propDict["recipientEmail"] = $val; return $this; }
Sets the recipientEmail The mail recipient whose policies are used to assess the mail. @param string $val The recipientEmail @return EmailFileAssessmentRequest
setRecipientEmail
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EmailFileAssessmentRequest.php
MIT
public function getIsChecked() { if (array_key_exists("isChecked", $this->_propDict)) { return $this->_propDict["isChecked"]; } else { return null; } }
Gets the isChecked Value is true if the item is checked and false otherwise. @return bool|null The isChecked
getIsChecked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
MIT
public function setIsChecked($val) { $this->_propDict["isChecked"] = $val; return $this; }
Sets the isChecked Value is true if the item is checked and false otherwise. @param bool $val The value of the isChecked @return PlannerChecklistItem
setIsChecked
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.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 Read-only. User ID by which this is last modified. @return IdentitySet|null The lastModifiedBy
getLastModifiedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
MIT
public function setLastModifiedBy($val) { $this->_propDict["lastModifiedBy"] = $val; return $this; }
Sets the lastModifiedBy Read-only. User ID by which this is last modified. @param IdentitySet $val The value to assign to the lastModifiedBy @return PlannerChecklistItem The PlannerChecklistItem
setLastModifiedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
MIT
public function getLastModifiedDateTime() { if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime") || is_null($this->_propDict["lastModifiedDateTime"])) { return $this->_propDict["lastModifiedDateTime"]; } else { $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); return $this->_propDict["lastModifiedDateTime"]; } } return null; }
Gets the lastModifiedDateTime Read-only. Date and time at which this is last modified. 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 @return \DateTime|null The lastModifiedDateTime
getLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
MIT
public function setLastModifiedDateTime($val) { $this->_propDict["lastModifiedDateTime"] = $val; return $this; }
Sets the lastModifiedDateTime Read-only. Date and time at which this is last modified. 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 @param \DateTime $val The value to assign to the lastModifiedDateTime @return PlannerChecklistItem The PlannerChecklistItem
setLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
MIT
public function getOrderHint() { if (array_key_exists("orderHint", $this->_propDict)) { return $this->_propDict["orderHint"]; } else { return null; } }
Gets the orderHint Used to set the relative order of items in the checklist. The format is defined as outlined here. @return string|null The orderHint
getOrderHint
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
MIT
public function setOrderHint($val) { $this->_propDict["orderHint"] = $val; return $this; }
Sets the orderHint Used to set the relative order of items in the checklist. The format is defined as outlined here. @param string $val The value of the orderHint @return PlannerChecklistItem
setOrderHint
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
MIT
public function getTitle() { if (array_key_exists("title", $this->_propDict)) { return $this->_propDict["title"]; } else { return null; } }
Gets the title Title of the checklist item @return string|null The title
getTitle
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
MIT
public function setTitle($val) { $this->_propDict["title"] = $val; return $this; }
Sets the title Title of the checklist item @param string $val The value of the title @return PlannerChecklistItem
setTitle
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php
MIT
public function getAccessPackageAssignmentApprovals() { if (array_key_exists("accessPackageAssignmentApprovals", $this->_propDict)) { return $this->_propDict["accessPackageAssignmentApprovals"]; } else { return null; } }
Gets the accessPackageAssignmentApprovals @return array|null The accessPackageAssignmentApprovals
getAccessPackageAssignmentApprovals
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackageAssignmentApprovals($val) { $this->_propDict["accessPackageAssignmentApprovals"] = $val; return $this; }
Sets the accessPackageAssignmentApprovals @param Approval[] $val The accessPackageAssignmentApprovals @return EntitlementManagement
setAccessPackageAssignmentApprovals
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getAccessPackageAssignmentPolicies() { if (array_key_exists("accessPackageAssignmentPolicies", $this->_propDict)) { return $this->_propDict["accessPackageAssignmentPolicies"]; } else { return null; } }
Gets the accessPackageAssignmentPolicies Represents the policy that governs which subjects can request or be assigned an access package via an access package assignment. @return array|null The accessPackageAssignmentPolicies
getAccessPackageAssignmentPolicies
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackageAssignmentPolicies($val) { $this->_propDict["accessPackageAssignmentPolicies"] = $val; return $this; }
Sets the accessPackageAssignmentPolicies Represents the policy that governs which subjects can request or be assigned an access package via an access package assignment. @param AccessPackageAssignmentPolicy[] $val The accessPackageAssignmentPolicies @return EntitlementManagement
setAccessPackageAssignmentPolicies
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getAccessPackageAssignmentRequests() { if (array_key_exists("accessPackageAssignmentRequests", $this->_propDict)) { return $this->_propDict["accessPackageAssignmentRequests"]; } else { return null; } }
Gets the accessPackageAssignmentRequests Represents access package assignment requests created by or on behalf of a user. @return array|null The accessPackageAssignmentRequests
getAccessPackageAssignmentRequests
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackageAssignmentRequests($val) { $this->_propDict["accessPackageAssignmentRequests"] = $val; return $this; }
Sets the accessPackageAssignmentRequests Represents access package assignment requests created by or on behalf of a user. @param AccessPackageAssignmentRequest[] $val The accessPackageAssignmentRequests @return EntitlementManagement
setAccessPackageAssignmentRequests
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getAccessPackageAssignmentResourceRoles() { if (array_key_exists("accessPackageAssignmentResourceRoles", $this->_propDict)) { return $this->_propDict["accessPackageAssignmentResourceRoles"]; } else { return null; } }
Gets the accessPackageAssignmentResourceRoles Represents the resource-specific role which a subject has been assigned through an access package assignment. @return array|null The accessPackageAssignmentResourceRoles
getAccessPackageAssignmentResourceRoles
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackageAssignmentResourceRoles($val) { $this->_propDict["accessPackageAssignmentResourceRoles"] = $val; return $this; }
Sets the accessPackageAssignmentResourceRoles Represents the resource-specific role which a subject has been assigned through an access package assignment. @param AccessPackageAssignmentResourceRole[] $val The accessPackageAssignmentResourceRoles @return EntitlementManagement
setAccessPackageAssignmentResourceRoles
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getAccessPackageAssignments() { if (array_key_exists("accessPackageAssignments", $this->_propDict)) { return $this->_propDict["accessPackageAssignments"]; } else { return null; } }
Gets the accessPackageAssignments The assignment of an access package to a subject for a period of time. @return array|null The accessPackageAssignments
getAccessPackageAssignments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackageAssignments($val) { $this->_propDict["accessPackageAssignments"] = $val; return $this; }
Sets the accessPackageAssignments The assignment of an access package to a subject for a period of time. @param AccessPackageAssignment[] $val The accessPackageAssignments @return EntitlementManagement
setAccessPackageAssignments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getAccessPackageCatalogs() { if (array_key_exists("accessPackageCatalogs", $this->_propDict)) { return $this->_propDict["accessPackageCatalogs"]; } else { return null; } }
Gets the accessPackageCatalogs A container of access packages. @return array|null The accessPackageCatalogs
getAccessPackageCatalogs
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackageCatalogs($val) { $this->_propDict["accessPackageCatalogs"] = $val; return $this; }
Sets the accessPackageCatalogs A container of access packages. @param AccessPackageCatalog[] $val The accessPackageCatalogs @return EntitlementManagement
setAccessPackageCatalogs
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getAccessPackageResourceEnvironments() { if (array_key_exists("accessPackageResourceEnvironments", $this->_propDict)) { return $this->_propDict["accessPackageResourceEnvironments"]; } else { return null; } }
Gets the accessPackageResourceEnvironments A reference to the geolocation environment in which a resource is located. @return array|null The accessPackageResourceEnvironments
getAccessPackageResourceEnvironments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackageResourceEnvironments($val) { $this->_propDict["accessPackageResourceEnvironments"] = $val; return $this; }
Sets the accessPackageResourceEnvironments A reference to the geolocation environment in which a resource is located. @param AccessPackageResourceEnvironment[] $val The accessPackageResourceEnvironments @return EntitlementManagement
setAccessPackageResourceEnvironments
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getAccessPackageResourceRequests() { if (array_key_exists("accessPackageResourceRequests", $this->_propDict)) { return $this->_propDict["accessPackageResourceRequests"]; } else { return null; } }
Gets the accessPackageResourceRequests Represents a request to add or remove a resource to or from a catalog respectively. @return array|null The accessPackageResourceRequests
getAccessPackageResourceRequests
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackageResourceRequests($val) { $this->_propDict["accessPackageResourceRequests"] = $val; return $this; }
Sets the accessPackageResourceRequests Represents a request to add or remove a resource to or from a catalog respectively. @param AccessPackageResourceRequest[] $val The accessPackageResourceRequests @return EntitlementManagement
setAccessPackageResourceRequests
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getAccessPackageResourceRoleScopes() { if (array_key_exists("accessPackageResourceRoleScopes", $this->_propDict)) { return $this->_propDict["accessPackageResourceRoleScopes"]; } else { return null; } }
Gets the accessPackageResourceRoleScopes A reference to both a scope within a resource, and a role in that resource for that scope. @return array|null The accessPackageResourceRoleScopes
getAccessPackageResourceRoleScopes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackageResourceRoleScopes($val) { $this->_propDict["accessPackageResourceRoleScopes"] = $val; return $this; }
Sets the accessPackageResourceRoleScopes A reference to both a scope within a resource, and a role in that resource for that scope. @param AccessPackageResourceRoleScope[] $val The accessPackageResourceRoleScopes @return EntitlementManagement
setAccessPackageResourceRoleScopes
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getAccessPackageResources() { if (array_key_exists("accessPackageResources", $this->_propDict)) { return $this->_propDict["accessPackageResources"]; } else { return null; } }
Gets the accessPackageResources A reference to a resource associated with an access package catalog. @return array|null The accessPackageResources
getAccessPackageResources
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackageResources($val) { $this->_propDict["accessPackageResources"] = $val; return $this; }
Sets the accessPackageResources A reference to a resource associated with an access package catalog. @param AccessPackageResource[] $val The accessPackageResources @return EntitlementManagement
setAccessPackageResources
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getAccessPackages() { if (array_key_exists("accessPackages", $this->_propDict)) { return $this->_propDict["accessPackages"]; } else { return null; } }
Gets the accessPackages Represents access package objects. @return array|null The accessPackages
getAccessPackages
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setAccessPackages($val) { $this->_propDict["accessPackages"] = $val; return $this; }
Sets the accessPackages Represents access package objects. @param AccessPackage[] $val The accessPackages @return EntitlementManagement
setAccessPackages
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getConnectedOrganizations() { if (array_key_exists("connectedOrganizations", $this->_propDict)) { return $this->_propDict["connectedOrganizations"]; } else { return null; } }
Gets the connectedOrganizations Represents references to a directory or domain of another organization whose users can request access. @return array|null The connectedOrganizations
getConnectedOrganizations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setConnectedOrganizations($val) { $this->_propDict["connectedOrganizations"] = $val; return $this; }
Sets the connectedOrganizations Represents references to a directory or domain of another organization whose users can request access. @param ConnectedOrganization[] $val The connectedOrganizations @return EntitlementManagement
setConnectedOrganizations
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getSettings() { if (array_key_exists("settings", $this->_propDict)) { if (is_a($this->_propDict["settings"], "\Beta\Microsoft\Graph\Model\EntitlementManagementSettings") || is_null($this->_propDict["settings"])) { return $this->_propDict["settings"]; } else { $this->_propDict["settings"] = new EntitlementManagementSettings($this->_propDict["settings"]); return $this->_propDict["settings"]; } } return null; }
Gets the settings Represents the settings that control the behavior of Azure AD entitlement management. @return EntitlementManagementSettings|null The settings
getSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function setSettings($val) { $this->_propDict["settings"] = $val; return $this; }
Sets the settings Represents the settings that control the behavior of Azure AD entitlement management. @param EntitlementManagementSettings $val The settings @return EntitlementManagement
setSettings
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EntitlementManagement.php
MIT
public function getComplianceGracePeriodExpirationDateTime() { if (array_key_exists("complianceGracePeriodExpirationDateTime", $this->_propDict)) { if (is_a($this->_propDict["complianceGracePeriodExpirationDateTime"], "\DateTime") || is_null($this->_propDict["complianceGracePeriodExpirationDateTime"])) { return $this->_propDict["complianceGracePeriodExpirationDateTime"]; } else { $this->_propDict["complianceGracePeriodExpirationDateTime"] = new \DateTime($this->_propDict["complianceGracePeriodExpirationDateTime"]); return $this->_propDict["complianceGracePeriodExpirationDateTime"]; } } return null; }
Gets the complianceGracePeriodExpirationDateTime The DateTime when device compliance grace period expires @return \DateTime|null The complianceGracePeriodExpirationDateTime
getComplianceGracePeriodExpirationDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function setComplianceGracePeriodExpirationDateTime($val) { $this->_propDict["complianceGracePeriodExpirationDateTime"] = $val; return $this; }
Sets the complianceGracePeriodExpirationDateTime The DateTime when device compliance grace period expires @param \DateTime $val The complianceGracePeriodExpirationDateTime @return ManagedDeviceMobileAppConfigurationDeviceStatus
setComplianceGracePeriodExpirationDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function getDeviceDisplayName() { if (array_key_exists("deviceDisplayName", $this->_propDict)) { return $this->_propDict["deviceDisplayName"]; } else { return null; } }
Gets the deviceDisplayName Device name of the DevicePolicyStatus. @return string|null The deviceDisplayName
getDeviceDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function setDeviceDisplayName($val) { $this->_propDict["deviceDisplayName"] = $val; return $this; }
Sets the deviceDisplayName Device name of the DevicePolicyStatus. @param string $val The deviceDisplayName @return ManagedDeviceMobileAppConfigurationDeviceStatus
setDeviceDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function getDeviceModel() { if (array_key_exists("deviceModel", $this->_propDict)) { return $this->_propDict["deviceModel"]; } else { return null; } }
Gets the deviceModel The device model that is being reported @return string|null The deviceModel
getDeviceModel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function setDeviceModel($val) { $this->_propDict["deviceModel"] = $val; return $this; }
Sets the deviceModel The device model that is being reported @param string $val The deviceModel @return ManagedDeviceMobileAppConfigurationDeviceStatus
setDeviceModel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function getLastReportedDateTime() { if (array_key_exists("lastReportedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastReportedDateTime"], "\DateTime") || is_null($this->_propDict["lastReportedDateTime"])) { return $this->_propDict["lastReportedDateTime"]; } else { $this->_propDict["lastReportedDateTime"] = new \DateTime($this->_propDict["lastReportedDateTime"]); return $this->_propDict["lastReportedDateTime"]; } } return null; }
Gets the lastReportedDateTime Last modified date time of the policy report. @return \DateTime|null The lastReportedDateTime
getLastReportedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function setLastReportedDateTime($val) { $this->_propDict["lastReportedDateTime"] = $val; return $this; }
Sets the lastReportedDateTime Last modified date time of the policy report. @param \DateTime $val The lastReportedDateTime @return ManagedDeviceMobileAppConfigurationDeviceStatus
setLastReportedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function getPlatform() { if (array_key_exists("platform", $this->_propDict)) { return $this->_propDict["platform"]; } else { return null; } }
Gets the platform Platform of the device that is being reported @return int|null The platform
getPlatform
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function setPlatform($val) { $this->_propDict["platform"] = intval($val); return $this; }
Sets the platform Platform of the device that is being reported @param int $val The platform @return ManagedDeviceMobileAppConfigurationDeviceStatus
setPlatform
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function getStatus() { if (array_key_exists("status", $this->_propDict)) { if (is_a($this->_propDict["status"], "\Beta\Microsoft\Graph\Model\ComplianceStatus") || is_null($this->_propDict["status"])) { return $this->_propDict["status"]; } else { $this->_propDict["status"] = new ComplianceStatus($this->_propDict["status"]); return $this->_propDict["status"]; } } return null; }
Gets the status Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. @return ComplianceStatus|null The status
getStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function setStatus($val) { $this->_propDict["status"] = $val; return $this; }
Sets the status Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. @param ComplianceStatus $val The status @return ManagedDeviceMobileAppConfigurationDeviceStatus
setStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function getUserName() { if (array_key_exists("userName", $this->_propDict)) { return $this->_propDict["userName"]; } else { return null; } }
Gets the userName The User Name that is being reported @return string|null The userName
getUserName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function setUserName($val) { $this->_propDict["userName"] = $val; return $this; }
Sets the userName The User Name that is being reported @param string $val The userName @return ManagedDeviceMobileAppConfigurationDeviceStatus
setUserName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function getUserPrincipalName() { if (array_key_exists("userPrincipalName", $this->_propDict)) { return $this->_propDict["userPrincipalName"]; } else { return null; } }
Gets the userPrincipalName UserPrincipalName. @return string|null The userPrincipalName
getUserPrincipalName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function setUserPrincipalName($val) { $this->_propDict["userPrincipalName"] = $val; return $this; }
Sets the userPrincipalName UserPrincipalName. @param string $val The userPrincipalName @return ManagedDeviceMobileAppConfigurationDeviceStatus
setUserPrincipalName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php
MIT
public function getEndpoints() { if (array_key_exists("endpoints", $this->_propDict)) { return $this->_propDict["endpoints"]; } else { return null; } }
Gets the endpoints Endpoints that can be used to access the service. Read-only. Nullable. @return array|null The endpoints
getEndpoints
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintService.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintService.php
MIT
public function setEndpoints($val) { $this->_propDict["endpoints"] = $val; return $this; }
Sets the endpoints Endpoints that can be used to access the service. Read-only. Nullable. @param PrintServiceEndpoint[] $val The endpoints @return PrintService
setEndpoints
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintService.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrintService.php
MIT
public function getActivityDateTime() { if (array_key_exists("activityDateTime", $this->_propDict)) { if (is_a($this->_propDict["activityDateTime"], "\DateTime") || is_null($this->_propDict["activityDateTime"])) { return $this->_propDict["activityDateTime"]; } else { $this->_propDict["activityDateTime"] = new \DateTime($this->_propDict["activityDateTime"]); return $this->_propDict["activityDateTime"]; } } return null; }
Gets the activityDateTime 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 @return \DateTime|null The activityDateTime
getActivityDateTime
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 setActivityDateTime($val) { $this->_propDict["activityDateTime"] = $val; return $this; }
Sets the activityDateTime 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 @param \DateTime $val The activityDateTime @return ProvisioningObjectSummary
setActivityDateTime
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 getChangeId() { if (array_key_exists("changeId", $this->_propDict)) { return $this->_propDict["changeId"]; } else { return null; } }
Gets the changeId Unique ID of this change in this cycle. @return string|null The changeId
getChangeId
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 setChangeId($val) { $this->_propDict["changeId"] = $val; return $this; }
Sets the changeId Unique ID of this change in this cycle. @param string $val The changeId @return ProvisioningObjectSummary
setChangeId
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 getCycleId() { if (array_key_exists("cycleId", $this->_propDict)) { return $this->_propDict["cycleId"]; } else { return null; } }
Gets the cycleId Unique ID per job iteration. @return string|null The cycleId
getCycleId
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