Package com.microsoft.graph.models
Class EdgeSearchEngineCustom
java.lang.Object
com.microsoft.graph.models.EdgeSearchEngineBase
com.microsoft.graph.models.EdgeSearchEngineCustom
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EdgeSearchEngineCustom
extends EdgeSearchEngineBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Edge Search Engine Custom.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Edge Search Engine Open Search Xml Url.Fields inherited from class com.microsoft.graph.models.EdgeSearchEngineBase
oDataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.EdgeSearchEngineBase
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
edgeSearchEngineOpenSearchXmlUrl
@SerializedName(value="edgeSearchEngineOpenSearchXmlUrl", alternate="EdgeSearchEngineOpenSearchXmlUrl") @Expose @Nullable public String edgeSearchEngineOpenSearchXmlUrlThe Edge Search Engine Open Search Xml Url. Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine.
-
-
Constructor Details
-
EdgeSearchEngineCustom
public EdgeSearchEngineCustom()
-
-
Method Details
-
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
- Overrides:
setRawObject
in classEdgeSearchEngineBase
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-