Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.ScheduleType
-
Packages that use ScheduleType Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of ScheduleType in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return ScheduleType Modifier and Type Method Description static ScheduleTypeScheduleType. create(String key)ScheduleTypeSchedule. getType()How often the scan occursstatic ScheduleTypeScheduleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduleType[]ScheduleType. 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 ScheduleType Modifier and Type Method Description Schedule.BuilderSchedule.Builder. type(ScheduleType type)How often the scan occursConstructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type ScheduleType Constructor Description Schedule(ScheduleType type, DayOfWeek dayOfWeek)Deprecated.
-