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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • isEnabled

      @SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabled
      The Is Enabled. Indicates whether email threading and near duplicate detection are enabled.
    • maxWords

      @SerializedName(value="maxWords", alternate="MaxWords") @Expose @Nullable public Integer 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

      @SerializedName(value="minWords", alternate="MinWords") @Expose @Nullable public Integer 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 similarityThreshold
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to