Package com.microsoft.graph.models
Class WindowsUpdateScheduledInstall
java.lang.Object
com.microsoft.graph.models.WindowsUpdateInstallScheduleType
com.microsoft.graph.models.WindowsUpdateScheduledInstall
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsUpdateScheduledInstall
extends WindowsUpdateInstallScheduleType
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Update Scheduled Install.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Scheduled Install Day.com.microsoft.graph.core.TimeOfDayThe Scheduled Install Time.Fields inherited from class com.microsoft.graph.models.WindowsUpdateInstallScheduleType
oDataType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.WindowsUpdateInstallScheduleType
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
scheduledInstallDay
@SerializedName(value="scheduledInstallDay", alternate="ScheduledInstallDay") @Expose @Nullable public WeeklySchedule scheduledInstallDayThe Scheduled Install Day. Scheduled Install Day in week. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday. -
scheduledInstallTime
@SerializedName(value="scheduledInstallTime", alternate="ScheduledInstallTime") @Expose @Nullable public com.microsoft.graph.core.TimeOfDay scheduledInstallTimeThe Scheduled Install Time. Scheduled Install Time during day
-
-
Constructor Details
-
WindowsUpdateScheduledInstall
public WindowsUpdateScheduledInstall()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classWindowsUpdateInstallScheduleType- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-