| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
IosUpdateConfiguration |
IosUpdateConfiguration.Builder.build() |
IosUpdateConfiguration |
IosUpdateConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
IosUpdateConfiguration |
IosUpdateConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
IosUpdateConfiguration |
IosUpdateConfiguration.withActiveHoursEnd(LocalTime activeHoursEnd)
Returns an immutable copy of
this with just the activeHoursEnd
field changed. |
IosUpdateConfiguration |
IosUpdateConfiguration.withActiveHoursStart(LocalTime activeHoursStart)
Returns an immutable copy of
this with just the activeHoursStart
field changed. |
IosUpdateConfiguration |
IosUpdateConfiguration.withDesiredOsVersion(String desiredOsVersion)
Returns an immutable copy of
this with just the desiredOsVersion
field changed. |
IosUpdateConfiguration |
IosUpdateConfiguration.withEnforcedSoftwareUpdateDelayInDays(Integer enforcedSoftwareUpdateDelayInDays)
Returns an immutable copy of
this with just the enforcedSoftwareUpdateDelayInDays field changed. |
IosUpdateConfiguration |
IosUpdateConfiguration.withIsEnabled(Boolean isEnabled)
Returns an immutable copy of
this with just the isEnabled field
changed. |
IosUpdateConfiguration |
IosUpdateConfiguration.withUpdateScheduleType(IosSoftwareUpdateScheduleType updateScheduleType)
Returns an immutable copy of
this with just the updateScheduleType field changed. |
IosUpdateConfiguration |
IosUpdateConfiguration.withUtcTimeOffsetInMinutes(Integer utcTimeOffsetInMinutes)
Returns an immutable copy of
this with just the utcTimeOffsetInMinutes field changed. |
Copyright © 2018–2020. All rights reserved.