Class RedundancyDetectionSettings
java.lang.Object
com.microsoft.graph.security.models.RedundancyDetectionSettings
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class RedundancyDetectionSettings
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Redundancy Detection Settings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
isEnabled
@SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabledThe Is Enabled. Indicates whether email threading and near duplicate detection are enabled. -
maxWords
The Max Words. Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. -
minWords
The Min Words. Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. -
similarityThreshold
@SerializedName(value="similarityThreshold", alternate="SimilarityThreshold") @Expose @Nullable public Integer similarityThresholdThe Similarity Threshold. Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold.
-
-
Constructor Details
-
RedundancyDetectionSettings
public RedundancyDetectionSettings()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-