Uses of Class
com.exoscale.sdk.model.JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum
-
Packages that use JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum Package Description com.exoscale.sdk.model -
-
Uses of JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum Modifier and Type Method Description static JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum
JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum. fromValue(String value)
JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum
JsonSchemaGrafana. getAlertingNodataOrNullvalues()
Get alertingNodataOrNullvaluesstatic JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum
JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum[]
JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum. 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 JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum Modifier and Type Method Description JsonSchemaGrafana
JsonSchemaGrafana. alertingNodataOrNullvalues(JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum alertingNodataOrNullvalues)
void
JsonSchemaGrafana. setAlertingNodataOrNullvalues(JsonSchemaGrafana.AlertingNodataOrNullvaluesEnum alertingNodataOrNullvalues)
-