public class WindowsUpdateActiveHoursInstall extends WindowsUpdateInstallScheduleType implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
com.microsoft.graph.core.TimeOfDay |
activeHoursEnd
The Active Hours End.
|
com.microsoft.graph.core.TimeOfDay |
activeHoursStart
The Active Hours Start.
|
oDataType| Constructor and Description |
|---|
WindowsUpdateActiveHoursInstall() |
| 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="activeHoursEnd",
alternate="ActiveHoursEnd")
@Expose
@Nullable
public com.microsoft.graph.core.TimeOfDay activeHoursEnd
@SerializedName(value="activeHoursStart",
alternate="ActiveHoursStart")
@Expose
@Nullable
public com.microsoft.graph.core.TimeOfDay activeHoursStart
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