public class IosUpdateConfiguration extends DeviceConfiguration implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
TimeOfDay |
activeHoursEnd
The Active Hours End.
|
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 |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="activeHoursStart") @Expose public TimeOfDay activeHoursStart
@SerializedName(value="activeHoursEnd") @Expose public TimeOfDay activeHoursEnd
@SerializedName(value="scheduledInstallDays") @Expose public java.util.List<DayOfWeek> scheduledInstallDays
@SerializedName(value="utcTimeOffsetInMinutes") @Expose public java.lang.Integer utcTimeOffsetInMinutes
public com.google.gson.JsonObject getRawObject()
getRawObject in class DeviceConfigurationprotected ISerializer getSerializer()
getSerializer in class DeviceConfigurationpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class DeviceConfigurationserializer - the serializerjson - the JSON object to set this object to