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 Details

    • edgeSearchEngineOpenSearchXmlUrl

      @SerializedName(value="edgeSearchEngineOpenSearchXmlUrl", alternate="EdgeSearchEngineOpenSearchXmlUrl") @Expose @Nullable public String edgeSearchEngineOpenSearchXmlUrl
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class EdgeSearchEngineBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to