public class IosUpdateConfiguration extends DeviceConfiguration 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.
|
java.util.List<DayOfWeek> |
scheduledInstallDays
The Scheduled Install Days.
|
java.lang.Integer |
utcTimeOffsetInMinutes
The Utc Time Offset In Minutes.
|
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version| Constructor and Description |
|---|
IosUpdateConfiguration() |
| 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
@SerializedName(value="scheduledInstallDays",
alternate="ScheduledInstallDays")
@Expose
@Nullable
public java.util.List<DayOfWeek> scheduledInstallDays
@SerializedName(value="utcTimeOffsetInMinutes",
alternate="UtcTimeOffsetInMinutes")
@Expose
@Nullable
public java.lang.Integer utcTimeOffsetInMinutes
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 DeviceConfigurationserializer - the serializerjson - the JSON object to set this object to