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