Uses of Class
com.oracle.bmc.database.model.Month.Name
-
Packages that use Month.Name Package Description com.oracle.bmc.database.model -
-
Uses of Month.Name in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Month.Name Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type Month.Name Modifier and Type Method Description Month.Builder
Month.Builder. name(Month.Name name)
Name of the month of the year.Constructors in com.oracle.bmc.database.model with parameters of type Month.Name Constructor Description Month(Month.Name name)
Deprecated.
-