Uses of Class
com.databricks.sdk.service.pipelines.MaturityLevel
-
Packages that use MaturityLevel Package Description com.databricks.sdk.service.pipelines -
-
Uses of MaturityLevel in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return MaturityLevel Modifier and Type Method Description MaturityLevel
PipelineEvent. getMaturityLevel()
static MaturityLevel
MaturityLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaturityLevel[]
MaturityLevel. 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 MaturityLevel Modifier and Type Method Description PipelineEvent
PipelineEvent. setMaturityLevel(MaturityLevel maturityLevel)
-