Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.DayOfWeek
-
Packages that use DayOfWeek Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of DayOfWeek in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return DayOfWeek Modifier and Type Method Description static DayOfWeek
DayOfWeek. create(String key)
DayOfWeek
Schedule. getDayOfWeek()
Day of week the scheduled scan occurs (not applicable for DAILY type)static 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.vulnerabilityscanning.model with parameters of type DayOfWeek Modifier and Type Method Description Schedule.Builder
Schedule.Builder. dayOfWeek(DayOfWeek dayOfWeek)
Day of week the scheduled scan occurs (not applicable for DAILY type)Constructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type DayOfWeek Constructor Description Schedule(ScheduleType type, DayOfWeek dayOfWeek)
Deprecated.
-