Uses of Enum
com.microsoft.graph.models.DayOfWeek
Packages that use DayOfWeek
-
Uses of DayOfWeek in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DayOfWeekModifier and TypeMethodDescriptionstatic DayOfWeekBookingWorkHours.getDay()Gets the day property value.StandardTimeZoneOffset.getDayOfWeek()Gets the dayOfWeek property value.RecurrencePattern.getFirstDayOfWeek()Gets the firstDayOfWeek property value.Schedule.getStartDayOfWeek()Gets the startDayOfWeek property value.static DayOfWeekReturns 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.Methods in com.microsoft.graph.models that return types with arguments of type DayOfWeekModifier and TypeMethodDescriptionRecurrencePattern.getDaysOfWeek()Gets the daysOfWeek property value.WorkingHours.getDaysOfWeek()Gets the daysOfWeek property value.IosUpdateConfiguration.getScheduledInstallDays()Gets the scheduledInstallDays property value.Methods in com.microsoft.graph.models with parameters of type DayOfWeekModifier and TypeMethodDescriptionvoidSets the day property value.voidStandardTimeZoneOffset.setDayOfWeek(DayOfWeek value) Sets the dayOfWeek property value.voidRecurrencePattern.setFirstDayOfWeek(DayOfWeek value) Sets the firstDayOfWeek property value.voidSchedule.setStartDayOfWeek(DayOfWeek value) Sets the startDayOfWeek property value.Method parameters in com.microsoft.graph.models with type arguments of type DayOfWeekModifier and TypeMethodDescriptionvoidRecurrencePattern.setDaysOfWeek(List<DayOfWeek> value) Sets the daysOfWeek property value.voidWorkingHours.setDaysOfWeek(List<DayOfWeek> value) Sets the daysOfWeek property value.voidIosUpdateConfiguration.setScheduledInstallDays(List<DayOfWeek> value) Sets the scheduledInstallDays property value.