Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Countdown Display Before Restart In Minutes.The Grace Period In Minutes.the OData type of the object as returned by the serviceThe Restart Notification Snooze Duration In Minutes. -
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 -
countdownDisplayBeforeRestartInMinutes
@SerializedName(value="countdownDisplayBeforeRestartInMinutes", alternate="CountdownDisplayBeforeRestartInMinutes") @Expose @Nullable public Integer countdownDisplayBeforeRestartInMinutesThe 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 gracePeriodInMinutesThe 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 restartNotificationSnoozeDurationInMinutesThe 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 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
-