Uses of Class
com.exoscale.sdk.model.DbaasServiceNotification.TypeEnum
-
Packages that use DbaasServiceNotification.TypeEnum Package Description com.exoscale.sdk.model -
-
Uses of DbaasServiceNotification.TypeEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasServiceNotification.TypeEnum Modifier and Type Method Description static DbaasServiceNotification.TypeEnum
DbaasServiceNotification.TypeEnum. fromValue(String value)
DbaasServiceNotification.TypeEnum
DbaasServiceNotification. getType()
Notification typestatic DbaasServiceNotification.TypeEnum
DbaasServiceNotification.TypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbaasServiceNotification.TypeEnum[]
DbaasServiceNotification.TypeEnum. 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.TypeEnum Modifier and Type Method Description void
DbaasServiceNotification. setType(DbaasServiceNotification.TypeEnum type)
DbaasServiceNotification
DbaasServiceNotification. type(DbaasServiceNotification.TypeEnum type)
-