| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DayOfWeek |
BookingWorkHours.day |
protected DayOfWeek |
WindowsKioskForceUpdateSchedule.dayofWeek |
protected DayOfWeek |
StandardTimeZoneOffset.dayOfWeek |
protected DayOfWeek |
CustomUpdateTimeWindow.endDay |
protected DayOfWeek |
RecurrencePattern.firstDayOfWeek |
protected DayOfWeek |
CustomUpdateTimeWindow.startDay |
| Modifier and Type | Field and Description |
|---|---|
protected List<DayOfWeek> |
RecurrencePattern.daysOfWeek |
protected List<DayOfWeek> |
WorkingHours.daysOfWeek |
| Modifier and Type | Method and Description |
|---|---|
Optional<DayOfWeek> |
BookingWorkHours.getDay()
“The day of the week represented by this instance.”
|
Optional<DayOfWeek> |
WindowsKioskForceUpdateSchedule.getDayofWeek()
“Day of week.”
|
Optional<DayOfWeek> |
StandardTimeZoneOffset.getDayOfWeek() |
com.github.davidmoten.odata.client.CollectionPage<DayOfWeek> |
RecurrencePattern.getDaysOfWeek() |
com.github.davidmoten.odata.client.CollectionPage<DayOfWeek> |
WorkingHours.getDaysOfWeek() |
Optional<DayOfWeek> |
CustomUpdateTimeWindow.getEndDay()
“End day of the time window”
|
Optional<DayOfWeek> |
RecurrencePattern.getFirstDayOfWeek() |
Optional<DayOfWeek> |
CustomUpdateTimeWindow.getStartDay()
“Start day of the time window”
|
| Modifier and Type | Method and Description |
|---|---|
BookingWorkHours.Builder |
BookingWorkHours.Builder.day(DayOfWeek day)
“The day of the week represented by this instance.”
|
WindowsKioskForceUpdateSchedule.Builder |
WindowsKioskForceUpdateSchedule.Builder.dayofWeek(DayOfWeek dayofWeek)
“Day of week.”
|
DaylightTimeZoneOffset.Builder |
DaylightTimeZoneOffset.Builder.dayOfWeek(DayOfWeek dayOfWeek) |
StandardTimeZoneOffset.Builder |
StandardTimeZoneOffset.Builder.dayOfWeek(DayOfWeek dayOfWeek) |
CustomUpdateTimeWindow.Builder |
CustomUpdateTimeWindow.Builder.endDay(DayOfWeek endDay)
“End day of the time window”
|
RecurrencePattern.Builder |
RecurrencePattern.Builder.firstDayOfWeek(DayOfWeek firstDayOfWeek) |
CustomUpdateTimeWindow.Builder |
CustomUpdateTimeWindow.Builder.startDay(DayOfWeek startDay)
“Start day of the time window”
|
BookingWorkHours |
BookingWorkHours.withDay(DayOfWeek day)
Returns an immutable copy of
this with just the day field
changed. |
WindowsKioskForceUpdateSchedule |
WindowsKioskForceUpdateSchedule.withDayofWeek(DayOfWeek dayofWeek)
Returns an immutable copy of
this with just the dayofWeek field
changed. |
StandardTimeZoneOffset |
StandardTimeZoneOffset.withDayOfWeek(DayOfWeek dayOfWeek) |
CustomUpdateTimeWindow |
CustomUpdateTimeWindow.withEndDay(DayOfWeek endDay)
Returns an immutable copy of
this with just the endDay field
changed. |
RecurrencePattern |
RecurrencePattern.withFirstDayOfWeek(DayOfWeek firstDayOfWeek) |
CustomUpdateTimeWindow |
CustomUpdateTimeWindow.withStartDay(DayOfWeek startDay)
Returns an immutable copy of
this with just the startDay field
changed. |
| Modifier and Type | Method and Description |
|---|---|
RecurrencePattern.Builder |
RecurrencePattern.Builder.daysOfWeek(List<DayOfWeek> daysOfWeek) |
WorkingHours.Builder |
WorkingHours.Builder.daysOfWeek(List<DayOfWeek> daysOfWeek) |
| Modifier and Type | Field and Description |
|---|---|
protected List<DayOfWeek> |
IosUpdateConfiguration.scheduledInstallDays |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DayOfWeek> |
IosUpdateConfiguration.getScheduledInstallDays()
“Days in week for which active hours are configured.
|
| Modifier and Type | Method and Description |
|---|---|
IosUpdateConfiguration.Builder |
IosUpdateConfiguration.Builder.scheduledInstallDays(List<DayOfWeek> scheduledInstallDays)
“Days in week for which active hours are configured.
|
| Modifier and Type | Method and Description |
|---|---|
static DayOfWeek |
DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeek[] |
DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.