Uses of Class
odata.msgraph.client.beta.enums.DayOfWeek
-
Packages that use DayOfWeek Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DayOfWeek in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DayOfWeek Modifier and Type Field Description protected DayOfWeekBookingWorkHours. dayprotected DayOfWeekWindowsKioskForceUpdateSchedule. dayofWeekprotected DayOfWeekStandardTimeZoneOffset. dayOfWeekprotected DayOfWeekCustomUpdateTimeWindow. endDayprotected DayOfWeekRecurrencePattern. firstDayOfWeekprotected DayOfWeekCustomUpdateTimeWindow. startDayFields in odata.msgraph.client.beta.complex with type parameters of type DayOfWeek Modifier and Type Field Description protected List<DayOfWeek>RecurrencePattern. daysOfWeekprotected List<DayOfWeek>WorkingHours. daysOfWeekMethods in odata.msgraph.client.beta.complex that return types with arguments of type DayOfWeek Modifier and Type Method 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>RecurrencePattern. getDaysOfWeek(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<DayOfWeek>WorkingHours. getDaysOfWeek()com.github.davidmoten.odata.client.CollectionPage<DayOfWeek>WorkingHours. getDaysOfWeek(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<DayOfWeek>CustomUpdateTimeWindow. getEndDay()“End day of the time window”Optional<DayOfWeek>RecurrencePattern. getFirstDayOfWeek()Optional<DayOfWeek>CustomUpdateTimeWindow. getStartDay()“Start day of the time window”Methods in odata.msgraph.client.beta.complex with parameters of type DayOfWeek Modifier and Type Method Description BookingWorkHours.BuilderBookingWorkHours.Builder. day(DayOfWeek day)“The day of the week represented by this instance.”WindowsKioskForceUpdateSchedule.BuilderWindowsKioskForceUpdateSchedule.Builder. dayofWeek(DayOfWeek dayofWeek)“Day of week.”DaylightTimeZoneOffset.BuilderDaylightTimeZoneOffset.Builder. dayOfWeek(DayOfWeek dayOfWeek)StandardTimeZoneOffset.BuilderStandardTimeZoneOffset.Builder. dayOfWeek(DayOfWeek dayOfWeek)RecurrencePattern.BuilderRecurrencePattern.Builder. daysOfWeek(DayOfWeek... daysOfWeek)WorkingHours.BuilderWorkingHours.Builder. daysOfWeek(DayOfWeek... daysOfWeek)CustomUpdateTimeWindow.BuilderCustomUpdateTimeWindow.Builder. endDay(DayOfWeek endDay)“End day of the time window”RecurrencePattern.BuilderRecurrencePattern.Builder. firstDayOfWeek(DayOfWeek firstDayOfWeek)CustomUpdateTimeWindow.BuilderCustomUpdateTimeWindow.Builder. startDay(DayOfWeek startDay)“Start day of the time window”BookingWorkHoursBookingWorkHours. withDay(DayOfWeek day)Returns an immutable copy ofthiswith just thedayfield changed.WindowsKioskForceUpdateScheduleWindowsKioskForceUpdateSchedule. withDayofWeek(DayOfWeek dayofWeek)Returns an immutable copy ofthiswith just thedayofWeekfield changed.StandardTimeZoneOffsetStandardTimeZoneOffset. withDayOfWeek(DayOfWeek dayOfWeek)CustomUpdateTimeWindowCustomUpdateTimeWindow. withEndDay(DayOfWeek endDay)Returns an immutable copy ofthiswith just theendDayfield changed.RecurrencePatternRecurrencePattern. withFirstDayOfWeek(DayOfWeek firstDayOfWeek)CustomUpdateTimeWindowCustomUpdateTimeWindow. withStartDay(DayOfWeek startDay)Returns an immutable copy ofthiswith just thestartDayfield changed.Method parameters in odata.msgraph.client.beta.complex with type arguments of type DayOfWeek Modifier and Type Method Description RecurrencePattern.BuilderRecurrencePattern.Builder. daysOfWeek(List<DayOfWeek> daysOfWeek)WorkingHours.BuilderWorkingHours.Builder. daysOfWeek(List<DayOfWeek> daysOfWeek) -
Uses of DayOfWeek in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type DayOfWeek Modifier and Type Field Description protected List<DayOfWeek>IosUpdateConfiguration. scheduledInstallDaysMethods in odata.msgraph.client.beta.entity that return types with arguments of type DayOfWeek Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DayOfWeek>IosUpdateConfiguration. getScheduledInstallDays()“Days in week for which active hours are configured.com.github.davidmoten.odata.client.CollectionPage<DayOfWeek>IosUpdateConfiguration. getScheduledInstallDays(com.github.davidmoten.odata.client.HttpRequestOptions options)“Days in week for which active hours are configured.Methods in odata.msgraph.client.beta.entity with parameters of type DayOfWeek Modifier and Type Method Description IosUpdateConfiguration.BuilderIosUpdateConfiguration.Builder. scheduledInstallDays(DayOfWeek... scheduledInstallDays)“Days in week for which active hours are configured.Method parameters in odata.msgraph.client.beta.entity with type arguments of type DayOfWeek Modifier and Type Method Description IosUpdateConfiguration.BuilderIosUpdateConfiguration.Builder. scheduledInstallDays(List<DayOfWeek> scheduledInstallDays)“Days in week for which active hours are configured.IosUpdateConfigurationIosUpdateConfiguration. withScheduledInstallDays(List<DayOfWeek> scheduledInstallDays)Returns an immutable copy ofthiswith just thescheduledInstallDaysfield changed. -
Uses of DayOfWeek in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DayOfWeek Modifier and Type Method Description static DayOfWeekDayOfWeek. 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.
-