Uses of Class
com.oracle.bmc.lustrefilestorage.model.AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek
-
Packages that use AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek Package Description com.oracle.bmc.lustrefilestorage.model -
-
Uses of AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek Modifier and Type Method Description static AvailableMaintenanceScheduleStartTimeSummary.DayOfWeekAvailableMaintenanceScheduleStartTimeSummary.DayOfWeek. create(String key)AvailableMaintenanceScheduleStartTimeSummary.DayOfWeekAvailableMaintenanceScheduleStartTimeSummary. getDayOfWeek()Day of the weekstatic AvailableMaintenanceScheduleStartTimeSummary.DayOfWeekAvailableMaintenanceScheduleStartTimeSummary.DayOfWeek. valueOf(String name)Returns the enum constant of this type with the specified name.static AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek[]AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek Modifier and Type Method Description AvailableMaintenanceScheduleStartTimeSummary.BuilderAvailableMaintenanceScheduleStartTimeSummary.Builder. dayOfWeek(AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek dayOfWeek)Day of the weekConstructors in com.oracle.bmc.lustrefilestorage.model with parameters of type AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek Constructor Description AvailableMaintenanceScheduleStartTimeSummary(AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek dayOfWeek, List<String> startTimes)Deprecated.
-