Uses of Class
com.databricks.sdk.service.pipelines.EventLevel
-
Packages that use EventLevel Package Description com.databricks.sdk.service.pipelines -
-
Uses of EventLevel in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return EventLevel Modifier and Type Method Description EventLevel
PipelineEvent. getLevel()
static EventLevel
EventLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventLevel[]
EventLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.pipelines with parameters of type EventLevel Modifier and Type Method Description PipelineEvent
PipelineEvent. setLevel(EventLevel level)
-