Class WindowsMicrosoftEdgeApp

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WindowsMicrosoftEdgeApp extends MobileApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Microsoft Edge App.
  • Field Details

    • channel

      @SerializedName(value="channel", alternate="Channel") @Expose @Nullable public MicrosoftEdgeChannel channel
      The Channel. The channel to install on target devices. The possible values are dev, beta, and stable. By default, this property is set to dev. Possible values are: dev, beta, stable, unknownFutureValue.
    • displayLanguageLocale

      @SerializedName(value="displayLanguageLocale", alternate="DisplayLanguageLocale") @Expose @Nullable public String displayLanguageLocale
      The Display Language Locale. The language locale to use when the Edge app displays text to the user.
  • Constructor Details

    • WindowsMicrosoftEdgeApp

      public WindowsMicrosoftEdgeApp()
  • 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 MobileApp
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to