PATH:
home
/
centosnipponia
/
public_html
/
msg
/
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. * * RedundancyDetectionSettings 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; /** * RedundancyDetectionSettings 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 RedundancyDetectionSettings extends \Microsoft\Graph\Model\Entity { /** * Gets the isEnabled * Indicates whether email threading and near duplicate detection are enabled. * * @return bool|null The isEnabled */ public function getIsEnabled() { if (array_key_exists("isEnabled", $this->_propDict)) { return $this->_propDict["isEnabled"]; } else { return null; } } /** * Sets the isEnabled * Indicates whether email threading and near duplicate detection are enabled. * * @param bool $val The value of the isEnabled * * @return RedundancyDetectionSettings */ public function setIsEnabled($val) { $this->_propDict["isEnabled"] = $val; return $this; } /** * Gets the maxWords * Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. * * @return int|null The maxWords */ public function getMaxWords() { if (array_key_exists("maxWords", $this->_propDict)) { return $this->_propDict["maxWords"]; } else { return null; } } /** * Sets the maxWords * Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. * * @param int $val The value of the maxWords * * @return RedundancyDetectionSettings */ public function setMaxWords($val) { $this->_propDict["maxWords"] = $val; return $this; } /** * Gets the minWords * Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. * * @return int|null The minWords */ public function getMinWords() { if (array_key_exists("minWords", $this->_propDict)) { return $this->_propDict["minWords"]; } else { return null; } } /** * Sets the minWords * Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. * * @param int $val The value of the minWords * * @return RedundancyDetectionSettings */ public function setMinWords($val) { $this->_propDict["minWords"] = $val; return $this; } /** * Gets the similarityThreshold * Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold. * * @return int|null The similarityThreshold */ public function getSimilarityThreshold() { if (array_key_exists("similarityThreshold", $this->_propDict)) { return $this->_propDict["similarityThreshold"]; } else { return null; } } /** * Sets the similarityThreshold * Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold. * * @param int $val The value of the similarityThreshold * * @return RedundancyDetectionSettings */ public function setSimilarityThreshold($val) { $this->_propDict["similarityThreshold"] = $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]