PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
microsoft
/
microsoft-graph
/
src
/
SecurityNamespace
/
Model
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * EdiscoveryReviewTag File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ namespace Microsoft\Graph\SecurityNamespace\Model; /** * EdiscoveryReviewTag class * * @category Model * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ class EdiscoveryReviewTag extends Tag { /** * Gets the childSelectability * Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group. * * @return ChildSelectability|null The childSelectability */ public function getChildSelectability() { if (array_key_exists("childSelectability", $this->_propDict)) { if (is_a($this->_propDict["childSelectability"], "\Microsoft\Graph\SecurityNamespace\Model\ChildSelectability") || is_null($this->_propDict["childSelectability"])) { return $this->_propDict["childSelectability"]; } else { $this->_propDict["childSelectability"] = new ChildSelectability($this->_propDict["childSelectability"]); return $this->_propDict["childSelectability"]; } } return null; } /** * Sets the childSelectability * Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group. * * @param ChildSelectability $val The childSelectability * * @return EdiscoveryReviewTag */ public function setChildSelectability($val) { $this->_propDict["childSelectability"] = $val; return $this; } /** * Gets the childTags * Returns the tags that are a child of a tag. * * @return array|null The childTags */ public function getChildTags() { if (array_key_exists("childTags", $this->_propDict)) { return $this->_propDict["childTags"]; } else { return null; } } /** * Sets the childTags * Returns the tags that are a child of a tag. * * @param EdiscoveryReviewTag[] $val The childTags * * @return EdiscoveryReviewTag */ public function setChildTags($val) { $this->_propDict["childTags"] = $val; return $this; } /** * Gets the parent * Returns the parent tag of the specified tag. * * @return EdiscoveryReviewTag|null The parent */ public function getParent() { if (array_key_exists("parent", $this->_propDict)) { if (is_a($this->_propDict["parent"], "\Microsoft\Graph\SecurityNamespace\Model\EdiscoveryReviewTag") || is_null($this->_propDict["parent"])) { return $this->_propDict["parent"]; } else { $this->_propDict["parent"] = new EdiscoveryReviewTag($this->_propDict["parent"]); return $this->_propDict["parent"]; } } return null; } /** * Sets the parent * Returns the parent tag of the specified tag. * * @param EdiscoveryReviewTag $val The parent * * @return EdiscoveryReviewTag */ public function setParent($val) { $this->_propDict["parent"] = $val; return $this; } }
[+]
..
[-] AdditionalDataOptions.php
[edit]
[-] CaseAction.php
[edit]
[-] CaseOperation.php
[edit]
[-] CaseOperationStatus.php
[edit]
[-] CaseStatus.php
[edit]
[-] CasesRoot.php
[edit]
[-] ChildSelectability.php
[edit]
[-] DataSet.php
[edit]
[-] DataSource.php
[edit]
[-] DataSourceContainer.php
[edit]
[-] DataSourceContainerStatus.php
[edit]
[-] DataSourceHoldStatus.php
[edit]
[-] DataSourceScopes.php
[edit]
[-] EdiscoveryAddToReviewSetOperation.php
[edit]
[-] EdiscoveryCase.php
[edit]
[-] EdiscoveryCaseSettings.php
[edit]
[-] EdiscoveryCustodian.php
[edit]
[-] EdiscoveryEstimateOperation.php
[edit]
[-] EdiscoveryHoldOperation.php
[edit]
[-] EdiscoveryIndexOperation.php
[edit]
[-] EdiscoveryNoncustodialDataSource.php
[edit]
[-] EdiscoveryReviewSet.php
[edit]
[-] EdiscoveryReviewSetQuery.php
[edit]
[-] EdiscoveryReviewTag.php
[edit]
[-] EdiscoverySearch.php
[edit]
[-] EdiscoveryTagOperation.php
[edit]
[-] GraphCase.php
[edit]
[-] OcrSettings.php
[edit]
[-] RedundancyDetectionSettings.php
[edit]
[-] Search.php
[edit]
[-] SiteSource.php
[edit]
[-] SourceType.php
[edit]
[-] StringValueDictionary.php
[edit]
[-] Tag.php
[edit]
[-] TopicModelingSettings.php
[edit]
[-] UnifiedGroupSource.php
[edit]
[-] UserSource.php
[edit]
[-] .htaccess.disabled
[edit]