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. * * EdiscoveryAddToReviewSetOperation 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; /** * EdiscoveryAddToReviewSetOperation 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 EdiscoveryAddToReviewSetOperation extends CaseOperation { /** * Gets the reviewSet * eDiscovery review set to which items matching source collection query gets added. * * @return EdiscoveryReviewSet|null The reviewSet */ public function getReviewSet() { if (array_key_exists("reviewSet", $this->_propDict)) { if (is_a($this->_propDict["reviewSet"], "\Microsoft\Graph\SecurityNamespace\Model\EdiscoveryReviewSet") || is_null($this->_propDict["reviewSet"])) { return $this->_propDict["reviewSet"]; } else { $this->_propDict["reviewSet"] = new EdiscoveryReviewSet($this->_propDict["reviewSet"]); return $this->_propDict["reviewSet"]; } } return null; } /** * Sets the reviewSet * eDiscovery review set to which items matching source collection query gets added. * * @param EdiscoveryReviewSet $val The reviewSet * * @return EdiscoveryAddToReviewSetOperation */ public function setReviewSet($val) { $this->_propDict["reviewSet"] = $val; return $this; } /** * Gets the search * eDiscovery search that gets added to review set. * * @return EdiscoverySearch|null The search */ public function getSearch() { if (array_key_exists("search", $this->_propDict)) { if (is_a($this->_propDict["search"], "\Microsoft\Graph\SecurityNamespace\Model\EdiscoverySearch") || is_null($this->_propDict["search"])) { return $this->_propDict["search"]; } else { $this->_propDict["search"] = new EdiscoverySearch($this->_propDict["search"]); return $this->_propDict["search"]; } } return null; } /** * Sets the search * eDiscovery search that gets added to review set. * * @param EdiscoverySearch $val The search * * @return EdiscoveryAddToReviewSetOperation */ public function setSearch($val) { $this->_propDict["search"] = $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]