Uses of Class
com.oracle.bmc.datacc.model.MaintenanceWindow.DaysOfWeek
-
Packages that use MaintenanceWindow.DaysOfWeek Package Description com.oracle.bmc.datacc.model -
-
Uses of MaintenanceWindow.DaysOfWeek in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return MaintenanceWindow.DaysOfWeek Modifier and Type Method Description static MaintenanceWindow.DaysOfWeekMaintenanceWindow.DaysOfWeek. create(String key)static MaintenanceWindow.DaysOfWeekMaintenanceWindow.DaysOfWeek. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceWindow.DaysOfWeek[]MaintenanceWindow.DaysOfWeek. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacc.model that return types with arguments of type MaintenanceWindow.DaysOfWeek Modifier and Type Method Description List<MaintenanceWindow.DaysOfWeek>MaintenanceWindow. getDaysOfWeek()Days during the week when maintenance should be performed.Method parameters in com.oracle.bmc.datacc.model with type arguments of type MaintenanceWindow.DaysOfWeek Modifier and Type Method Description MaintenanceWindow.BuilderMaintenanceWindow.Builder. daysOfWeek(List<MaintenanceWindow.DaysOfWeek> daysOfWeek)Days during the week when maintenance should be performed.
-