Class TopicModelingSettings

java.lang.Object
com.microsoft.graph.ediscovery.models.TopicModelingSettings
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TopicModelingSettings extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Topic Modeling Settings.
  • Field Details

    • oDataType

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

      @SerializedName(value="dynamicallyAdjustTopicCount", alternate="DynamicallyAdjustTopicCount") @Expose @Nullable public Boolean dynamicallyAdjustTopicCount
      The Dynamically Adjust Topic Count. To learn more, see Adjust maximum number of themes dynamically.
    • ignoreNumbers

      @SerializedName(value="ignoreNumbers", alternate="IgnoreNumbers") @Expose @Nullable public Boolean ignoreNumbers
      The Ignore Numbers. To learn more, see Include numbers in themes.
    • isEnabled

      @SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabled
      The Is Enabled. Indicates whether themes is enabled for the case.
    • topicCount

      @SerializedName(value="topicCount", alternate="TopicCount") @Expose @Nullable public Integer topicCount
      The Topic Count. To learn more, see Maximum number of themes.
  • Constructor Details

    • TopicModelingSettings

      public TopicModelingSettings()
  • 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