Uses of Class
com.oracle.bmc.dataflow.model.DayOfWeek
-
Packages that use DayOfWeek Package Description com.oracle.bmc.dataflow.model -
-
Uses of DayOfWeek in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return DayOfWeek Modifier and Type Method Description static DayOfWeek
DayOfWeek. create(String key)
DayOfWeek
PoolSchedule. getDayOfWeek()
Day of the week SUN-SATstatic 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.Methods in com.oracle.bmc.dataflow.model with parameters of type DayOfWeek Modifier and Type Method Description PoolSchedule.Builder
PoolSchedule.Builder. dayOfWeek(DayOfWeek dayOfWeek)
Day of the week SUN-SATConstructors in com.oracle.bmc.dataflow.model with parameters of type DayOfWeek Constructor Description PoolSchedule(DayOfWeek dayOfWeek, Integer startTime, Integer stopTime)
Deprecated.
-