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.withScheduledInstallDays(List<DayOfWeek> scheduledInstallDays) |
Returns an immutable copy of this with just the
scheduledInstallDays field changed.
|
IosUpdateConfiguration |
IosUpdateConfiguration.withUnmappedField(String name,
Object value) |
|
IosUpdateConfiguration |
IosUpdateConfiguration.withUtcTimeOffsetInMinutes(Integer utcTimeOffsetInMinutes) |
Returns an immutable copy of this with just the
utcTimeOffsetInMinutes field changed.
|