Class RedundancyDetectionSettings

java.lang.Object
com.microsoft.graph.ediscovery.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. See Minimum/maximum number of words to learn more.
    • minWords

      @SerializedName(value="minWords", alternate="MinWords") @Expose @Nullable public Integer minWords
      The Min Words. See Minimum/maximum number of words to learn more.
    • similarityThreshold

      @SerializedName(value="similarityThreshold", alternate="SimilarityThreshold") @Expose @Nullable public Integer similarityThreshold
      The Similarity Threshold. See Document and email similarity threshold to learn more.
  • 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