Package com.exoscale.sdk.model
Enum UpdateDbaasServiceMysqlRequestMaintenance.DowEnum
- java.lang.Object
-
- java.lang.Enum<UpdateDbaasServiceMysqlRequestMaintenance.DowEnum>
-
- com.exoscale.sdk.model.UpdateDbaasServiceMysqlRequestMaintenance.DowEnum
-
- All Implemented Interfaces:
Serializable
,Comparable<UpdateDbaasServiceMysqlRequestMaintenance.DowEnum>
- Enclosing class:
- UpdateDbaasServiceMysqlRequestMaintenance
public static enum UpdateDbaasServiceMysqlRequestMaintenance.DowEnum extends Enum<UpdateDbaasServiceMysqlRequestMaintenance.DowEnum>
Day of week for installing updates
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDbaasServiceMysqlRequestMaintenance.DowEnum
fromValue(String value)
String
getValue()
String
toString()
static UpdateDbaasServiceMysqlRequestMaintenance.DowEnum
valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateDbaasServiceMysqlRequestMaintenance.DowEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SATURDAY
public static final UpdateDbaasServiceMysqlRequestMaintenance.DowEnum SATURDAY
-
TUESDAY
public static final UpdateDbaasServiceMysqlRequestMaintenance.DowEnum TUESDAY
-
NEVER
public static final UpdateDbaasServiceMysqlRequestMaintenance.DowEnum NEVER
-
WEDNESDAY
public static final UpdateDbaasServiceMysqlRequestMaintenance.DowEnum WEDNESDAY
-
SUNDAY
public static final UpdateDbaasServiceMysqlRequestMaintenance.DowEnum SUNDAY
-
FRIDAY
public static final UpdateDbaasServiceMysqlRequestMaintenance.DowEnum FRIDAY
-
MONDAY
public static final UpdateDbaasServiceMysqlRequestMaintenance.DowEnum MONDAY
-
THURSDAY
public static final UpdateDbaasServiceMysqlRequestMaintenance.DowEnum THURSDAY
-
-
Method Detail
-
values
public static UpdateDbaasServiceMysqlRequestMaintenance.DowEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UpdateDbaasServiceMysqlRequestMaintenance.DowEnum c : UpdateDbaasServiceMysqlRequestMaintenance.DowEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UpdateDbaasServiceMysqlRequestMaintenance.DowEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toString
in classEnum<UpdateDbaasServiceMysqlRequestMaintenance.DowEnum>
-
fromValue
public static UpdateDbaasServiceMysqlRequestMaintenance.DowEnum fromValue(String value)
-
-