| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
CustomUpdateTimeWindow |
CustomUpdateTimeWindow.Builder.build() |
CustomUpdateTimeWindow |
CustomUpdateTimeWindow.withEndDay(DayOfWeek endDay)
Returns an immutable copy of
this with just the endDay field
changed. |
CustomUpdateTimeWindow |
CustomUpdateTimeWindow.withEndTime(LocalTime endTime)
Returns an immutable copy of
this with just the endTime field
changed. |
CustomUpdateTimeWindow |
CustomUpdateTimeWindow.withStartDay(DayOfWeek startDay)
Returns an immutable copy of
this with just the startDay field
changed. |
CustomUpdateTimeWindow |
CustomUpdateTimeWindow.withStartTime(LocalTime startTime)
Returns an immutable copy of
this with just the startTime field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomUpdateTimeWindow> |
IosUpdateConfiguration.customUpdateTimeWindows |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<CustomUpdateTimeWindow> |
IosUpdateConfiguration.getCustomUpdateTimeWindows()
“If update schedule type is set to use time window scheduling, custom time
windows when updates will be scheduled.
|
| Modifier and Type | Method and Description |
|---|---|
IosUpdateConfiguration.Builder |
IosUpdateConfiguration.Builder.customUpdateTimeWindows(List<CustomUpdateTimeWindow> customUpdateTimeWindows)
“If update schedule type is set to use time window scheduling, custom time
windows when updates will be scheduled.
|
Copyright © 2018–2020. All rights reserved.