Uses of Class
com.exoscale.sdk.model.DbaasServiceNotification.LevelEnum
-
Packages that use DbaasServiceNotification.LevelEnum Package Description com.exoscale.sdk.model -
-
Uses of DbaasServiceNotification.LevelEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasServiceNotification.LevelEnum Modifier and Type Method Description static DbaasServiceNotification.LevelEnum
DbaasServiceNotification.LevelEnum. fromValue(String value)
DbaasServiceNotification.LevelEnum
DbaasServiceNotification. getLevel()
Notification levelstatic DbaasServiceNotification.LevelEnum
DbaasServiceNotification.LevelEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbaasServiceNotification.LevelEnum[]
DbaasServiceNotification.LevelEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type DbaasServiceNotification.LevelEnum Modifier and Type Method Description DbaasServiceNotification
DbaasServiceNotification. level(DbaasServiceNotification.LevelEnum level)
void
DbaasServiceNotification. setLevel(DbaasServiceNotification.LevelEnum level)
-