Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Altered Highlighted Query String.The Altered Query String.The Altered Query Tokens.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
alteredHighlightedQueryString
@SerializedName(value="alteredHighlightedQueryString", alternate="AlteredHighlightedQueryString") @Expose @Nullable public String alteredHighlightedQueryStringThe 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 alteredQueryStringThe Altered Query String. Defines the altered query string with spelling correction. -
alteredQueryTokens
@SerializedName(value="alteredQueryTokens", alternate="AlteredQueryTokens") @Expose @Nullable public List<AlteredQueryToken> alteredQueryTokensThe 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 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-