Uses of Class
com.databricks.sdk.service.jobs.SqlAlertState
-
Packages that use SqlAlertState Package Description com.databricks.sdk.service.jobs -
-
Uses of SqlAlertState in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return SqlAlertState Modifier and Type Method Description SqlAlertStateSqlAlertOutput. getAlertState()static SqlAlertStateSqlAlertState. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlAlertState[]SqlAlertState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.jobs with parameters of type SqlAlertState Modifier and Type Method Description SqlAlertOutputSqlAlertOutput. setAlertState(SqlAlertState alertState)
-