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 getBccRecipients()
{
if (array_key_exists("bccRecipients", $this->_propDict)) {
return $this->_propDict["bccRecipients"];
} else {
return null;
}
} | Gets the bccRecipients
The Bcc: recipients for the message.
@return array|null The bccRecipients | getBccRecipients | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setBccRecipients($val)
{
$this->_propDict["bccRecipients"] = $val;
return $this;
} | Sets the bccRecipients
The Bcc: recipients for the message.
@param Recipient[] $val The bccRecipients
@return Message | setBccRecipients | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getBody()
{
if (array_key_exists("body", $this->_propDict)) {
if (is_a($this->_propDict["body"], "\Microsoft\Graph\Model\ItemBody") || is_null($this->_propDict["body"])) {
return $this->_propDict["body"];
} else {
$this->_propDict["body"] = new ItemBody($this->_propDict["body"]);
return $this->_propDict["body"];
}
}
return null;
} | Gets the body
The body of the message. It can be in HTML or text format. Find out about safe HTML in a message body.
@return ItemBody|null The body | getBody | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setBody($val)
{
$this->_propDict["body"] = $val;
return $this;
} | Sets the body
The body of the message. It can be in HTML or text format. Find out about safe HTML in a message body.
@param ItemBody $val The body
@return Message | setBody | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getBodyPreview()
{
if (array_key_exists("bodyPreview", $this->_propDict)) {
return $this->_propDict["bodyPreview"];
} else {
return null;
}
} | Gets the bodyPreview
The first 255 characters of the message body. It is in text format.
@return string|null The bodyPreview | getBodyPreview | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setBodyPreview($val)
{
$this->_propDict["bodyPreview"] = $val;
return $this;
} | Sets the bodyPreview
The first 255 characters of the message body. It is in text format.
@param string $val The bodyPreview
@return Message | setBodyPreview | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getCcRecipients()
{
if (array_key_exists("ccRecipients", $this->_propDict)) {
return $this->_propDict["ccRecipients"];
} else {
return null;
}
} | Gets the ccRecipients
The Cc: recipients for the message.
@return array|null The ccRecipients | getCcRecipients | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setCcRecipients($val)
{
$this->_propDict["ccRecipients"] = $val;
return $this;
} | Sets the ccRecipients
The Cc: recipients for the message.
@param Recipient[] $val The ccRecipients
@return Message | setCcRecipients | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getConversationId()
{
if (array_key_exists("conversationId", $this->_propDict)) {
return $this->_propDict["conversationId"];
} else {
return null;
}
} | Gets the conversationId
The ID of the conversation the email belongs to.
@return string|null The conversationId | getConversationId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setConversationId($val)
{
$this->_propDict["conversationId"] = $val;
return $this;
} | Sets the conversationId
The ID of the conversation the email belongs to.
@param string $val The conversationId
@return Message | setConversationId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getConversationIndex()
{
if (array_key_exists("conversationIndex", $this->_propDict)) {
if (is_a($this->_propDict["conversationIndex"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["conversationIndex"])) {
return $this->_propDict["conversationIndex"];
} else {
$this->_propDict["conversationIndex"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["conversationIndex"]);
return $this->_propDict["conversationIndex"];
}
}
return null;
} | Gets the conversationIndex
Indicates the position of the message within the conversation.
@return \GuzzleHttp\Psr7\Stream|null The conversationIndex | getConversationIndex | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setConversationIndex($val)
{
$this->_propDict["conversationIndex"] = $val;
return $this;
} | Sets the conversationIndex
Indicates the position of the message within the conversation.
@param \GuzzleHttp\Psr7\Stream $val The conversationIndex
@return Message | setConversationIndex | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getFlag()
{
if (array_key_exists("flag", $this->_propDict)) {
if (is_a($this->_propDict["flag"], "\Microsoft\Graph\Model\FollowupFlag") || is_null($this->_propDict["flag"])) {
return $this->_propDict["flag"];
} else {
$this->_propDict["flag"] = new FollowupFlag($this->_propDict["flag"]);
return $this->_propDict["flag"];
}
}
return null;
} | Gets the flag
The flag value that indicates the status, start date, due date, or completion date for the message.
@return FollowupFlag|null The flag | getFlag | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setFlag($val)
{
$this->_propDict["flag"] = $val;
return $this;
} | Sets the flag
The flag value that indicates the status, start date, due date, or completion date for the message.
@param FollowupFlag $val The flag
@return Message | setFlag | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getFrom()
{
if (array_key_exists("from", $this->_propDict)) {
if (is_a($this->_propDict["from"], "\Microsoft\Graph\Model\Recipient") || is_null($this->_propDict["from"])) {
return $this->_propDict["from"];
} else {
$this->_propDict["from"] = new Recipient($this->_propDict["from"]);
return $this->_propDict["from"];
}
}
return null;
} | Gets the from
The owner of the mailbox from which the message is sent. In most cases, this value is the same as the sender property, except for sharing or delegation scenarios. The value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message.
@return Recipient|null The from | getFrom | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setFrom($val)
{
$this->_propDict["from"] = $val;
return $this;
} | Sets the from
The owner of the mailbox from which the message is sent. In most cases, this value is the same as the sender property, except for sharing or delegation scenarios. The value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message.
@param Recipient $val The from
@return Message | setFrom | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getHasAttachments()
{
if (array_key_exists("hasAttachments", $this->_propDict)) {
return $this->_propDict["hasAttachments"];
} else {
return null;
}
} | Gets the hasAttachments
Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:[email protected]'>.
@return bool|null The hasAttachments | getHasAttachments | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setHasAttachments($val)
{
$this->_propDict["hasAttachments"] = boolval($val);
return $this;
} | Sets the hasAttachments
Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:[email protected]'>.
@param bool $val The hasAttachments
@return Message | setHasAttachments | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getInferenceClassification()
{
if (array_key_exists("inferenceClassification", $this->_propDict)) {
if (is_a($this->_propDict["inferenceClassification"], "\Microsoft\Graph\Model\InferenceClassificationType") || is_null($this->_propDict["inferenceClassification"])) {
return $this->_propDict["inferenceClassification"];
} else {
$this->_propDict["inferenceClassification"] = new InferenceClassificationType($this->_propDict["inferenceClassification"]);
return $this->_propDict["inferenceClassification"];
}
}
return null;
} | Gets the inferenceClassification
@return InferenceClassificationType|null The inferenceClassification | getInferenceClassification | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setInferenceClassification($val)
{
$this->_propDict["inferenceClassification"] = $val;
return $this;
} | Sets the inferenceClassification
@param InferenceClassificationType $val The inferenceClassification
@return Message | setInferenceClassification | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getInternetMessageHeaders()
{
if (array_key_exists("internetMessageHeaders", $this->_propDict)) {
return $this->_propDict["internetMessageHeaders"];
} else {
return null;
}
} | Gets the internetMessageHeaders
@return array|null The internetMessageHeaders | getInternetMessageHeaders | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setInternetMessageHeaders($val)
{
$this->_propDict["internetMessageHeaders"] = $val;
return $this;
} | Sets the internetMessageHeaders
@param InternetMessageHeader[] $val The internetMessageHeaders
@return Message | setInternetMessageHeaders | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getIsDeliveryReceiptRequested()
{
if (array_key_exists("isDeliveryReceiptRequested", $this->_propDict)) {
return $this->_propDict["isDeliveryReceiptRequested"];
} else {
return null;
}
} | Gets the isDeliveryReceiptRequested
@return bool|null The isDeliveryReceiptRequested | getIsDeliveryReceiptRequested | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setIsDeliveryReceiptRequested($val)
{
$this->_propDict["isDeliveryReceiptRequested"] = boolval($val);
return $this;
} | Sets the isDeliveryReceiptRequested
@param bool $val The isDeliveryReceiptRequested
@return Message | setIsDeliveryReceiptRequested | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getIsReadReceiptRequested()
{
if (array_key_exists("isReadReceiptRequested", $this->_propDict)) {
return $this->_propDict["isReadReceiptRequested"];
} else {
return null;
}
} | Gets the isReadReceiptRequested
@return bool|null The isReadReceiptRequested | getIsReadReceiptRequested | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setIsReadReceiptRequested($val)
{
$this->_propDict["isReadReceiptRequested"] = boolval($val);
return $this;
} | Sets the isReadReceiptRequested
@param bool $val The isReadReceiptRequested
@return Message | setIsReadReceiptRequested | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getAttachments()
{
if (array_key_exists("attachments", $this->_propDict)) {
return $this->_propDict["attachments"];
} else {
return null;
}
} | Gets the attachments
The fileAttachment and itemAttachment attachments for the message.
@return array|null The attachments | getAttachments | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setAttachments($val)
{
$this->_propDict["attachments"] = $val;
return $this;
} | Sets the attachments
The fileAttachment and itemAttachment attachments for the message.
@param Attachment[] $val The attachments
@return Message | setAttachments | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getExtensions()
{
if (array_key_exists("extensions", $this->_propDict)) {
return $this->_propDict["extensions"];
} else {
return null;
}
} | Gets the extensions
The collection of open extensions defined for the message. Nullable.
@return array|null The extensions | getExtensions | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setExtensions($val)
{
$this->_propDict["extensions"] = $val;
return $this;
} | Sets the extensions
The collection of open extensions defined for the message. Nullable.
@param Extension[] $val The extensions
@return Message | setExtensions | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getMultiValueExtendedProperties()
{
if (array_key_exists("multiValueExtendedProperties", $this->_propDict)) {
return $this->_propDict["multiValueExtendedProperties"];
} else {
return null;
}
} | Gets the multiValueExtendedProperties
The collection of multi-value extended properties defined for the message. Nullable.
@return array|null The multiValueExtendedProperties | getMultiValueExtendedProperties | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setMultiValueExtendedProperties($val)
{
$this->_propDict["multiValueExtendedProperties"] = $val;
return $this;
} | Sets the multiValueExtendedProperties
The collection of multi-value extended properties defined for the message. Nullable.
@param MultiValueLegacyExtendedProperty[] $val The multiValueExtendedProperties
@return Message | setMultiValueExtendedProperties | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getSingleValueExtendedProperties()
{
if (array_key_exists("singleValueExtendedProperties", $this->_propDict)) {
return $this->_propDict["singleValueExtendedProperties"];
} else {
return null;
}
} | Gets the singleValueExtendedProperties
The collection of single-value extended properties defined for the message. Nullable.
@return array|null The singleValueExtendedProperties | getSingleValueExtendedProperties | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function setSingleValueExtendedProperties($val)
{
$this->_propDict["singleValueExtendedProperties"] = $val;
return $this;
} | Sets the singleValueExtendedProperties
The collection of single-value extended properties defined for the message. Nullable.
@param SingleValueLegacyExtendedProperty[] $val The singleValueExtendedProperties
@return Message | setSingleValueExtendedProperties | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/Message.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/Message.php | MIT |
public function getFill()
{
if (array_key_exists("fill", $this->_propDict)) {
if (is_a($this->_propDict["fill"], "\Beta\Microsoft\Graph\Model\WorkbookChartFill") || is_null($this->_propDict["fill"])) {
return $this->_propDict["fill"];
} else {
$this->_propDict["fill"] = new WorkbookChartFill($this->_propDict["fill"]);
return $this->_propDict["fill"];
}
}
return null;
} | Gets the fill
Represents the fill format of a chart series, which includes background formating information. Read-only.
@return WorkbookChartFill|null The fill | getFill | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WorkbookChartSeriesFormat.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WorkbookChartSeriesFormat.php | MIT |
public function setFill($val)
{
$this->_propDict["fill"] = $val;
return $this;
} | Sets the fill
Represents the fill format of a chart series, which includes background formating information. Read-only.
@param WorkbookChartFill $val The fill
@return WorkbookChartSeriesFormat | setFill | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WorkbookChartSeriesFormat.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WorkbookChartSeriesFormat.php | MIT |
public function getLine()
{
if (array_key_exists("line", $this->_propDict)) {
if (is_a($this->_propDict["line"], "\Beta\Microsoft\Graph\Model\WorkbookChartLineFormat") || is_null($this->_propDict["line"])) {
return $this->_propDict["line"];
} else {
$this->_propDict["line"] = new WorkbookChartLineFormat($this->_propDict["line"]);
return $this->_propDict["line"];
}
}
return null;
} | Gets the line
Represents line formatting. Read-only.
@return WorkbookChartLineFormat|null The line | getLine | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WorkbookChartSeriesFormat.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WorkbookChartSeriesFormat.php | MIT |
public function setLine($val)
{
$this->_propDict["line"] = $val;
return $this;
} | Sets the line
Represents line formatting. Read-only.
@param WorkbookChartLineFormat $val The line
@return WorkbookChartSeriesFormat | setLine | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WorkbookChartSeriesFormat.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/WorkbookChartSeriesFormat.php | MIT |
public function getDiscountAppliedBeforeTax()
{
if (array_key_exists("discountAppliedBeforeTax", $this->_propDict)) {
return $this->_propDict["discountAppliedBeforeTax"];
} else {
return null;
}
} | Gets the discountAppliedBeforeTax
@return bool|null The discountAppliedBeforeTax | getDiscountAppliedBeforeTax | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SalesQuoteLine.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SalesQuoteLine.php | MIT |
public function setDiscountAppliedBeforeTax($val)
{
$this->_propDict["discountAppliedBeforeTax"] = boolval($val);
return $this;
} | Sets the discountAppliedBeforeTax
@param bool $val The discountAppliedBeforeTax
@return SalesQuoteLine | setDiscountAppliedBeforeTax | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SalesQuoteLine.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SalesQuoteLine.php | MIT |
public function getNetAmountIncludingTax()
{
if (array_key_exists("netAmountIncludingTax", $this->_propDict)) {
if (is_a($this->_propDict["netAmountIncludingTax"], "\Beta\Microsoft\Graph\Model\Decimal") || is_null($this->_propDict["netAmountIncludingTax"])) {
return $this->_propDict["netAmountIncludingTax"];
} else {
$this->_propDict["netAmountIncludingTax"] = new Decimal($this->_propDict["netAmountIncludingTax"]);
return $this->_propDict["netAmountIncludingTax"];
}
}
return null;
} | Gets the netAmountIncludingTax
@return Decimal|null The netAmountIncludingTax | getNetAmountIncludingTax | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SalesQuoteLine.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SalesQuoteLine.php | MIT |
public function setNetAmountIncludingTax($val)
{
$this->_propDict["netAmountIncludingTax"] = $val;
return $this;
} | Sets the netAmountIncludingTax
@param Decimal $val The netAmountIncludingTax
@return SalesQuoteLine | setNetAmountIncludingTax | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SalesQuoteLine.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/SalesQuoteLine.php | MIT |
public function getMultiValueExtendedProperties()
{
if (array_key_exists("multiValueExtendedProperties", $this->_propDict)) {
return $this->_propDict["multiValueExtendedProperties"];
} else {
return null;
}
} | Gets the multiValueExtendedProperties
@return array|null The multiValueExtendedProperties | getMultiValueExtendedProperties | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Note.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Note.php | MIT |
public function setMultiValueExtendedProperties($val)
{
$this->_propDict["multiValueExtendedProperties"] = $val;
return $this;
} | Sets the multiValueExtendedProperties
@param MultiValueLegacyExtendedProperty[] $val The multiValueExtendedProperties
@return Note | setMultiValueExtendedProperties | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Note.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Note.php | MIT |
public function getSingleValueExtendedProperties()
{
if (array_key_exists("singleValueExtendedProperties", $this->_propDict)) {
return $this->_propDict["singleValueExtendedProperties"];
} else {
return null;
}
} | Gets the singleValueExtendedProperties
@return array|null The singleValueExtendedProperties | getSingleValueExtendedProperties | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Note.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Note.php | MIT |
public function setSingleValueExtendedProperties($val)
{
$this->_propDict["singleValueExtendedProperties"] = $val;
return $this;
} | Sets the singleValueExtendedProperties
@param SingleValueLegacyExtendedProperty[] $val The singleValueExtendedProperties
@return Note | setSingleValueExtendedProperties | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Note.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Note.php | MIT |
public function getCompanyPortalBlockedActions()
{
if (array_key_exists("companyPortalBlockedActions", $this->_propDict)) {
return $this->_propDict["companyPortalBlockedActions"];
} else {
return null;
}
} | Gets the companyPortalBlockedActions
Collection of blocked actions on the company portal as per platform and device ownership types.
@return array|null The companyPortalBlockedActions | getCompanyPortalBlockedActions | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setCompanyPortalBlockedActions($val)
{
$this->_propDict["companyPortalBlockedActions"] = $val;
return $this;
} | Sets the companyPortalBlockedActions
Collection of blocked actions on the company portal as per platform and device ownership types.
@param CompanyPortalBlockedAction[] $val The companyPortalBlockedActions
@return IntuneBrandingProfile | setCompanyPortalBlockedActions | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getContactITEmailAddress()
{
if (array_key_exists("contactITEmailAddress", $this->_propDict)) {
return $this->_propDict["contactITEmailAddress"];
} else {
return null;
}
} | Gets the contactITEmailAddress
E-mail address of the person/organization responsible for IT support
@return string|null The contactITEmailAddress | getContactITEmailAddress | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setContactITEmailAddress($val)
{
$this->_propDict["contactITEmailAddress"] = $val;
return $this;
} | Sets the contactITEmailAddress
E-mail address of the person/organization responsible for IT support
@param string $val The contactITEmailAddress
@return IntuneBrandingProfile | setContactITEmailAddress | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getContactITName()
{
if (array_key_exists("contactITName", $this->_propDict)) {
return $this->_propDict["contactITName"];
} else {
return null;
}
} | Gets the contactITName
Name of the person/organization responsible for IT support
@return string|null The contactITName | getContactITName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setContactITName($val)
{
$this->_propDict["contactITName"] = $val;
return $this;
} | Sets the contactITName
Name of the person/organization responsible for IT support
@param string $val The contactITName
@return IntuneBrandingProfile | setContactITName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getContactITNotes()
{
if (array_key_exists("contactITNotes", $this->_propDict)) {
return $this->_propDict["contactITNotes"];
} else {
return null;
}
} | Gets the contactITNotes
Text comments regarding the person/organization responsible for IT support
@return string|null The contactITNotes | getContactITNotes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setContactITNotes($val)
{
$this->_propDict["contactITNotes"] = $val;
return $this;
} | Sets the contactITNotes
Text comments regarding the person/organization responsible for IT support
@param string $val The contactITNotes
@return IntuneBrandingProfile | setContactITNotes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getContactITPhoneNumber()
{
if (array_key_exists("contactITPhoneNumber", $this->_propDict)) {
return $this->_propDict["contactITPhoneNumber"];
} else {
return null;
}
} | Gets the contactITPhoneNumber
Phone number of the person/organization responsible for IT support
@return string|null The contactITPhoneNumber | getContactITPhoneNumber | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setContactITPhoneNumber($val)
{
$this->_propDict["contactITPhoneNumber"] = $val;
return $this;
} | Sets the contactITPhoneNumber
Phone number of the person/organization responsible for IT support
@param string $val The contactITPhoneNumber
@return IntuneBrandingProfile | setContactITPhoneNumber | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.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
Time when the BrandingProfile was created
@return \DateTime|null The createdDateTime | getCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setCreatedDateTime($val)
{
$this->_propDict["createdDateTime"] = $val;
return $this;
} | Sets the createdDateTime
Time when the BrandingProfile was created
@param \DateTime $val The createdDateTime
@return IntuneBrandingProfile | setCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getCustomCanSeePrivacyMessage()
{
if (array_key_exists("customCanSeePrivacyMessage", $this->_propDict)) {
return $this->_propDict["customCanSeePrivacyMessage"];
} else {
return null;
}
} | Gets the customCanSeePrivacyMessage
Text comments regarding what the admin has access to on the device
@return string|null The customCanSeePrivacyMessage | getCustomCanSeePrivacyMessage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setCustomCanSeePrivacyMessage($val)
{
$this->_propDict["customCanSeePrivacyMessage"] = $val;
return $this;
} | Sets the customCanSeePrivacyMessage
Text comments regarding what the admin has access to on the device
@param string $val The customCanSeePrivacyMessage
@return IntuneBrandingProfile | setCustomCanSeePrivacyMessage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getCustomCantSeePrivacyMessage()
{
if (array_key_exists("customCantSeePrivacyMessage", $this->_propDict)) {
return $this->_propDict["customCantSeePrivacyMessage"];
} else {
return null;
}
} | Gets the customCantSeePrivacyMessage
Text comments regarding what the admin doesn't have access to on the device
@return string|null The customCantSeePrivacyMessage | getCustomCantSeePrivacyMessage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setCustomCantSeePrivacyMessage($val)
{
$this->_propDict["customCantSeePrivacyMessage"] = $val;
return $this;
} | Sets the customCantSeePrivacyMessage
Text comments regarding what the admin doesn't have access to on the device
@param string $val The customCantSeePrivacyMessage
@return IntuneBrandingProfile | setCustomCantSeePrivacyMessage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getCustomPrivacyMessage()
{
if (array_key_exists("customPrivacyMessage", $this->_propDict)) {
return $this->_propDict["customPrivacyMessage"];
} else {
return null;
}
} | Gets the customPrivacyMessage
Text comments regarding what the admin doesn't have access to on the device
@return string|null The customPrivacyMessage | getCustomPrivacyMessage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setCustomPrivacyMessage($val)
{
$this->_propDict["customPrivacyMessage"] = $val;
return $this;
} | Sets the customPrivacyMessage
Text comments regarding what the admin doesn't have access to on the device
@param string $val The customPrivacyMessage
@return IntuneBrandingProfile | setCustomPrivacyMessage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getDisableClientTelemetry()
{
if (array_key_exists("disableClientTelemetry", $this->_propDict)) {
return $this->_propDict["disableClientTelemetry"];
} else {
return null;
}
} | Gets the disableClientTelemetry
Applies to telemetry sent from all clients to the Intune service. When disabled, all proactive troubleshooting and issue warnings within the client are turned off, and telemetry settings appear inactive or hidden to the device user.
@return bool|null The disableClientTelemetry | getDisableClientTelemetry | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setDisableClientTelemetry($val)
{
$this->_propDict["disableClientTelemetry"] = boolval($val);
return $this;
} | Sets the disableClientTelemetry
Applies to telemetry sent from all clients to the Intune service. When disabled, all proactive troubleshooting and issue warnings within the client are turned off, and telemetry settings appear inactive or hidden to the device user.
@param bool $val The disableClientTelemetry
@return IntuneBrandingProfile | setDisableClientTelemetry | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getDisableDeviceCategorySelection()
{
if (array_key_exists("disableDeviceCategorySelection", $this->_propDict)) {
return $this->_propDict["disableDeviceCategorySelection"];
} else {
return null;
}
} | Gets the disableDeviceCategorySelection
Boolean that indicates if Device Category Selection will be shown in Company Portal
@return bool|null The disableDeviceCategorySelection | getDisableDeviceCategorySelection | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setDisableDeviceCategorySelection($val)
{
$this->_propDict["disableDeviceCategorySelection"] = boolval($val);
return $this;
} | Sets the disableDeviceCategorySelection
Boolean that indicates if Device Category Selection will be shown in Company Portal
@param bool $val The disableDeviceCategorySelection
@return IntuneBrandingProfile | setDisableDeviceCategorySelection | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getDisplayName()
{
if (array_key_exists("displayName", $this->_propDict)) {
return $this->_propDict["displayName"];
} else {
return null;
}
} | Gets the displayName
Company/organization name that is displayed to end users
@return string|null The displayName | getDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setDisplayName($val)
{
$this->_propDict["displayName"] = $val;
return $this;
} | Sets the displayName
Company/organization name that is displayed to end users
@param string $val The displayName
@return IntuneBrandingProfile | setDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getEnrollmentAvailability()
{
if (array_key_exists("enrollmentAvailability", $this->_propDict)) {
if (is_a($this->_propDict["enrollmentAvailability"], "\Beta\Microsoft\Graph\Model\EnrollmentAvailabilityOptions") || is_null($this->_propDict["enrollmentAvailability"])) {
return $this->_propDict["enrollmentAvailability"];
} else {
$this->_propDict["enrollmentAvailability"] = new EnrollmentAvailabilityOptions($this->_propDict["enrollmentAvailability"]);
return $this->_propDict["enrollmentAvailability"];
}
}
return null;
} | Gets the enrollmentAvailability
Customized device enrollment flow displayed to the end user . Possible values are: availableWithPrompts, availableWithoutPrompts, unavailable.
@return EnrollmentAvailabilityOptions|null The enrollmentAvailability | getEnrollmentAvailability | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setEnrollmentAvailability($val)
{
$this->_propDict["enrollmentAvailability"] = $val;
return $this;
} | Sets the enrollmentAvailability
Customized device enrollment flow displayed to the end user . Possible values are: availableWithPrompts, availableWithoutPrompts, unavailable.
@param EnrollmentAvailabilityOptions $val The enrollmentAvailability
@return IntuneBrandingProfile | setEnrollmentAvailability | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getIsDefaultProfile()
{
if (array_key_exists("isDefaultProfile", $this->_propDict)) {
return $this->_propDict["isDefaultProfile"];
} else {
return null;
}
} | Gets the isDefaultProfile
Boolean that represents whether the profile is used as default or not
@return bool|null The isDefaultProfile | getIsDefaultProfile | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setIsDefaultProfile($val)
{
$this->_propDict["isDefaultProfile"] = boolval($val);
return $this;
} | Sets the isDefaultProfile
Boolean that represents whether the profile is used as default or not
@param bool $val The isDefaultProfile
@return IntuneBrandingProfile | setIsDefaultProfile | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getIsFactoryResetDisabled()
{
if (array_key_exists("isFactoryResetDisabled", $this->_propDict)) {
return $this->_propDict["isFactoryResetDisabled"];
} else {
return null;
}
} | Gets the isFactoryResetDisabled
Boolean that represents whether the adminsistrator has disabled the 'Factory Reset' action on corporate owned devices.
@return bool|null The isFactoryResetDisabled | getIsFactoryResetDisabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setIsFactoryResetDisabled($val)
{
$this->_propDict["isFactoryResetDisabled"] = boolval($val);
return $this;
} | Sets the isFactoryResetDisabled
Boolean that represents whether the adminsistrator has disabled the 'Factory Reset' action on corporate owned devices.
@param bool $val The isFactoryResetDisabled
@return IntuneBrandingProfile | setIsFactoryResetDisabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getIsRemoveDeviceDisabled()
{
if (array_key_exists("isRemoveDeviceDisabled", $this->_propDict)) {
return $this->_propDict["isRemoveDeviceDisabled"];
} else {
return null;
}
} | Gets the isRemoveDeviceDisabled
Boolean that represents whether the adminsistrator has disabled the 'Remove Device' action on corporate owned devices.
@return bool|null The isRemoveDeviceDisabled | getIsRemoveDeviceDisabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setIsRemoveDeviceDisabled($val)
{
$this->_propDict["isRemoveDeviceDisabled"] = boolval($val);
return $this;
} | Sets the isRemoveDeviceDisabled
Boolean that represents whether the adminsistrator has disabled the 'Remove Device' action on corporate owned devices.
@param bool $val The isRemoveDeviceDisabled
@return IntuneBrandingProfile | setIsRemoveDeviceDisabled | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getLandingPageCustomizedImage()
{
if (array_key_exists("landingPageCustomizedImage", $this->_propDict)) {
if (is_a($this->_propDict["landingPageCustomizedImage"], "\Beta\Microsoft\Graph\Model\MimeContent") || is_null($this->_propDict["landingPageCustomizedImage"])) {
return $this->_propDict["landingPageCustomizedImage"];
} else {
$this->_propDict["landingPageCustomizedImage"] = new MimeContent($this->_propDict["landingPageCustomizedImage"]);
return $this->_propDict["landingPageCustomizedImage"];
}
}
return null;
} | Gets the landingPageCustomizedImage
Customized image displayed in Company Portal apps landing page
@return MimeContent|null The landingPageCustomizedImage | getLandingPageCustomizedImage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setLandingPageCustomizedImage($val)
{
$this->_propDict["landingPageCustomizedImage"] = $val;
return $this;
} | Sets the landingPageCustomizedImage
Customized image displayed in Company Portal apps landing page
@param MimeContent $val The landingPageCustomizedImage
@return IntuneBrandingProfile | setLandingPageCustomizedImage | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.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
Time when the BrandingProfile was last modified
@return \DateTime|null The lastModifiedDateTime | getLastModifiedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setLastModifiedDateTime($val)
{
$this->_propDict["lastModifiedDateTime"] = $val;
return $this;
} | Sets the lastModifiedDateTime
Time when the BrandingProfile was last modified
@param \DateTime $val The lastModifiedDateTime
@return IntuneBrandingProfile | setLastModifiedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getLightBackgroundLogo()
{
if (array_key_exists("lightBackgroundLogo", $this->_propDict)) {
if (is_a($this->_propDict["lightBackgroundLogo"], "\Beta\Microsoft\Graph\Model\MimeContent") || is_null($this->_propDict["lightBackgroundLogo"])) {
return $this->_propDict["lightBackgroundLogo"];
} else {
$this->_propDict["lightBackgroundLogo"] = new MimeContent($this->_propDict["lightBackgroundLogo"]);
return $this->_propDict["lightBackgroundLogo"];
}
}
return null;
} | Gets the lightBackgroundLogo
Logo image displayed in Company Portal apps which have a light background behind the logo
@return MimeContent|null The lightBackgroundLogo | getLightBackgroundLogo | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setLightBackgroundLogo($val)
{
$this->_propDict["lightBackgroundLogo"] = $val;
return $this;
} | Sets the lightBackgroundLogo
Logo image displayed in Company Portal apps which have a light background behind the logo
@param MimeContent $val The lightBackgroundLogo
@return IntuneBrandingProfile | setLightBackgroundLogo | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getOnlineSupportSiteName()
{
if (array_key_exists("onlineSupportSiteName", $this->_propDict)) {
return $this->_propDict["onlineSupportSiteName"];
} else {
return null;
}
} | Gets the onlineSupportSiteName
Display name of the company/organization’s IT helpdesk site
@return string|null The onlineSupportSiteName | getOnlineSupportSiteName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setOnlineSupportSiteName($val)
{
$this->_propDict["onlineSupportSiteName"] = $val;
return $this;
} | Sets the onlineSupportSiteName
Display name of the company/organization’s IT helpdesk site
@param string $val The onlineSupportSiteName
@return IntuneBrandingProfile | setOnlineSupportSiteName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getOnlineSupportSiteUrl()
{
if (array_key_exists("onlineSupportSiteUrl", $this->_propDict)) {
return $this->_propDict["onlineSupportSiteUrl"];
} else {
return null;
}
} | Gets the onlineSupportSiteUrl
URL to the company/organization’s IT helpdesk site
@return string|null The onlineSupportSiteUrl | getOnlineSupportSiteUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setOnlineSupportSiteUrl($val)
{
$this->_propDict["onlineSupportSiteUrl"] = $val;
return $this;
} | Sets the onlineSupportSiteUrl
URL to the company/organization’s IT helpdesk site
@param string $val The onlineSupportSiteUrl
@return IntuneBrandingProfile | setOnlineSupportSiteUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getPrivacyUrl()
{
if (array_key_exists("privacyUrl", $this->_propDict)) {
return $this->_propDict["privacyUrl"];
} else {
return null;
}
} | Gets the privacyUrl
URL to the company/organization’s privacy policy
@return string|null The privacyUrl | getPrivacyUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setPrivacyUrl($val)
{
$this->_propDict["privacyUrl"] = $val;
return $this;
} | Sets the privacyUrl
URL to the company/organization’s privacy policy
@param string $val The privacyUrl
@return IntuneBrandingProfile | setPrivacyUrl | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getProfileDescription()
{
if (array_key_exists("profileDescription", $this->_propDict)) {
return $this->_propDict["profileDescription"];
} else {
return null;
}
} | Gets the profileDescription
Description of the profile
@return string|null The profileDescription | getProfileDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setProfileDescription($val)
{
$this->_propDict["profileDescription"] = $val;
return $this;
} | Sets the profileDescription
Description of the profile
@param string $val The profileDescription
@return IntuneBrandingProfile | setProfileDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getProfileName()
{
if (array_key_exists("profileName", $this->_propDict)) {
return $this->_propDict["profileName"];
} else {
return null;
}
} | Gets the profileName
Name of the profile
@return string|null The profileName | getProfileName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setProfileName($val)
{
$this->_propDict["profileName"] = $val;
return $this;
} | Sets the profileName
Name of the profile
@param string $val The profileName
@return IntuneBrandingProfile | setProfileName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getRoleScopeTagIds()
{
if (array_key_exists("roleScopeTagIds", $this->_propDict)) {
return $this->_propDict["roleScopeTagIds"];
} else {
return null;
}
} | Gets the roleScopeTagIds
List of scope tags assigned to the branding profile
@return array|null The roleScopeTagIds | getRoleScopeTagIds | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setRoleScopeTagIds($val)
{
$this->_propDict["roleScopeTagIds"] = $val;
return $this;
} | Sets the roleScopeTagIds
List of scope tags assigned to the branding profile
@param string[] $val The roleScopeTagIds
@return IntuneBrandingProfile | setRoleScopeTagIds | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getSendDeviceOwnershipChangePushNotification()
{
if (array_key_exists("sendDeviceOwnershipChangePushNotification", $this->_propDict)) {
return $this->_propDict["sendDeviceOwnershipChangePushNotification"];
} else {
return null;
}
} | Gets the sendDeviceOwnershipChangePushNotification
Boolean that indicates if a push notification is sent to users when their device ownership type changes from personal to corporate
@return bool|null The sendDeviceOwnershipChangePushNotification | getSendDeviceOwnershipChangePushNotification | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setSendDeviceOwnershipChangePushNotification($val)
{
$this->_propDict["sendDeviceOwnershipChangePushNotification"] = boolval($val);
return $this;
} | Sets the sendDeviceOwnershipChangePushNotification
Boolean that indicates if a push notification is sent to users when their device ownership type changes from personal to corporate
@param bool $val The sendDeviceOwnershipChangePushNotification
@return IntuneBrandingProfile | setSendDeviceOwnershipChangePushNotification | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function getShowAzureADEnterpriseApps()
{
if (array_key_exists("showAzureADEnterpriseApps", $this->_propDict)) {
return $this->_propDict["showAzureADEnterpriseApps"];
} else {
return null;
}
} | Gets the showAzureADEnterpriseApps
Boolean that indicates if AzureAD Enterprise Apps will be shown in Company Portal
@return bool|null The showAzureADEnterpriseApps | getShowAzureADEnterpriseApps | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
public function setShowAzureADEnterpriseApps($val)
{
$this->_propDict["showAzureADEnterpriseApps"] = boolval($val);
return $this;
} | Sets the showAzureADEnterpriseApps
Boolean that indicates if AzureAD Enterprise Apps will be shown in Company Portal
@param bool $val The showAzureADEnterpriseApps
@return IntuneBrandingProfile | setShowAzureADEnterpriseApps | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/IntuneBrandingProfile.php | MIT |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.