Package com.microsoft.graph.models
Class IosUpdateConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfiguration
com.microsoft.graph.models.IosUpdateConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IosUpdateConfiguration
extends DeviceConfiguration
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios Update Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.microsoft.graph.core.TimeOfDayThe Active Hours End.com.microsoft.graph.core.TimeOfDayThe Active Hours Start.The Scheduled Install Days.The Utc Time Offset In Minutes.Fields inherited from class com.microsoft.graph.models.DeviceConfiguration
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version -
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.Entity
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 (active hours mean the time window when updates install should not happen) -
activeHoursStart
@SerializedName(value="activeHoursStart", alternate="ActiveHoursStart") @Expose @Nullable public com.microsoft.graph.core.TimeOfDay activeHoursStartThe Active Hours Start. Active Hours Start (active hours mean the time window when updates install should not happen) -
scheduledInstallDays
@SerializedName(value="scheduledInstallDays", alternate="ScheduledInstallDays") @Expose @Nullable public List<DayOfWeek> scheduledInstallDaysThe Scheduled Install Days. Days in week for which active hours are configured. This collection can contain a maximum of 7 elements. -
utcTimeOffsetInMinutes
@SerializedName(value="utcTimeOffsetInMinutes", alternate="UtcTimeOffsetInMinutes") @Expose @Nullable public Integer utcTimeOffsetInMinutesThe Utc Time Offset In Minutes. UTC Time Offset indicated in minutes
-
-
Constructor Details
-
IosUpdateConfiguration
public IosUpdateConfiguration()
-
-
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 classDeviceConfiguration- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-