Package com.microsoft.graph.models
Class WindowsUpdateActiveHoursInstall
java.lang.Object
com.microsoft.graph.models.WindowsUpdateInstallScheduleType
com.microsoft.graph.models.WindowsUpdateActiveHoursInstall
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsUpdateActiveHoursInstall
extends WindowsUpdateInstallScheduleType
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Update Active Hours Install.
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.microsoft.graph.core.TimeOfDayThe Active Hours End.com.microsoft.graph.core.TimeOfDayThe Active Hours Start.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
-
activeHoursEnd
@SerializedName(value="activeHoursEnd", alternate="ActiveHoursEnd") @Expose @Nullable public com.microsoft.graph.core.TimeOfDay activeHoursEndThe Active Hours End. Active Hours End -
activeHoursStart
@SerializedName(value="activeHoursStart", alternate="ActiveHoursStart") @Expose @Nullable public com.microsoft.graph.core.TimeOfDay activeHoursStartThe Active Hours Start. Active Hours Start
-
-
Constructor Details
-
WindowsUpdateActiveHoursInstall
public WindowsUpdateActiveHoursInstall()
-
-
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
-