Class Win32LobAppRestartSettings

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

public class Win32LobAppRestartSettings extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Win32Lob App Restart Settings.
  • Field Details

    • oDataType

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

      @SerializedName(value="countdownDisplayBeforeRestartInMinutes", alternate="CountdownDisplayBeforeRestartInMinutes") @Expose @Nullable public Integer countdownDisplayBeforeRestartInMinutes
      The Countdown Display Before Restart In Minutes. The number of minutes before the restart time to display the countdown dialog for pending restarts.
    • gracePeriodInMinutes

      @SerializedName(value="gracePeriodInMinutes", alternate="GracePeriodInMinutes") @Expose @Nullable public Integer gracePeriodInMinutes
      The Grace Period In Minutes. The number of minutes to wait before restarting the device after an app installation.
    • restartNotificationSnoozeDurationInMinutes

      @SerializedName(value="restartNotificationSnoozeDurationInMinutes", alternate="RestartNotificationSnoozeDurationInMinutes") @Expose @Nullable public Integer restartNotificationSnoozeDurationInMinutes
      The Restart Notification Snooze Duration In Minutes. The number of minutes to snooze the restart notification dialog when the snooze button is selected.
  • Constructor Details

    • Win32LobAppRestartSettings

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