Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
static DayOfWeek |
DayOfWeek.create(String key) |
DayOfWeek |
PoolSchedule.getDayOfWeek()
Day of the week SUN-SAT
|
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 |
---|---|
PoolSchedule.Builder |
PoolSchedule.Builder.dayOfWeek(DayOfWeek dayOfWeek)
Day of the week SUN-SAT
|
Constructor and Description |
---|
PoolSchedule(DayOfWeek dayOfWeek,
Integer startTime,
Integer stopTime)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.