Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DayOfWeek.Name |
DayOfWeek.Name.create(String key) |
DayOfWeek.Name |
DayOfWeek.getName()
Name of the day of the week.
|
static DayOfWeek.Name |
DayOfWeek.Name.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeek.Name[] |
DayOfWeek.Name.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DayOfWeek.Builder |
DayOfWeek.Builder.name(DayOfWeek.Name name)
Name of the day of the week.
|
Constructor and Description |
---|
DayOfWeek(DayOfWeek.Name name)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.