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 Details

    • activeHoursEnd

      @SerializedName(value="activeHoursEnd", alternate="ActiveHoursEnd") @Expose @Nullable public com.microsoft.graph.core.TimeOfDay activeHoursEnd
      The Active Hours End. Active Hours End
    • activeHoursStart

      @SerializedName(value="activeHoursStart", alternate="ActiveHoursStart") @Expose @Nullable public com.microsoft.graph.core.TimeOfDay activeHoursStart
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class WindowsUpdateInstallScheduleType
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to