Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Schedule.Builder |
Schedule.Builder.dayOfWeek(DayOfWeek dayOfWeek)
Day of week the scheduled scan occurs (not applicable for DAILY type)
|
Constructor and Description |
---|
Schedule(ScheduleType type,
DayOfWeek dayOfWeek)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.