public class WindowsUpdateScheduledInstall extends WindowsUpdateInstallScheduleType implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
WeeklySchedule |
scheduledInstallDay
The Scheduled Install Day.
|
com.microsoft.graph.core.TimeOfDay |
scheduledInstallTime
The Scheduled Install Time.
|
oDataType| Constructor and Description |
|---|
WindowsUpdateScheduledInstall() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="scheduledInstallDay",
alternate="ScheduledInstallDay")
@Expose
@Nullable
public WeeklySchedule scheduledInstallDay
@SerializedName(value="scheduledInstallTime",
alternate="ScheduledInstallTime")
@Expose
@Nullable
public com.microsoft.graph.core.TimeOfDay scheduledInstallTime
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class WindowsUpdateInstallScheduleTypeserializer - the serializerjson - the JSON object to set this object to