Class SearchAlteration

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

public class SearchAlteration extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Search Alteration.
  • Field Details

    • oDataType

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

      @SerializedName(value="alteredHighlightedQueryString", alternate="AlteredHighlightedQueryString") @Expose @Nullable public String alteredHighlightedQueryString
      The Altered Highlighted Query String. Defines the altered highlighted query string with spelling correction. The annotation around the corrected segment is: /ue000, /ue001.
    • alteredQueryString

      @SerializedName(value="alteredQueryString", alternate="AlteredQueryString") @Expose @Nullable public String alteredQueryString
      The Altered Query String. Defines the altered query string with spelling correction.
    • alteredQueryTokens

      @SerializedName(value="alteredQueryTokens", alternate="AlteredQueryTokens") @Expose @Nullable public List<AlteredQueryToken> alteredQueryTokens
      The Altered Query Tokens. Represents changed segments related to an original user query.
  • Constructor Details

    • SearchAlteration

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