Uses of Class
com.databricks.sdk.service.pipelines.StartUpdateCause
-
Packages that use StartUpdateCause Package Description com.databricks.sdk.service.pipelines -
-
Uses of StartUpdateCause in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return StartUpdateCause Modifier and Type Method Description StartUpdateCauseStartUpdate. getCause()static StartUpdateCauseStartUpdateCause. valueOf(String name)Returns the enum constant of this type with the specified name.static StartUpdateCause[]StartUpdateCause. 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 StartUpdateCause Modifier and Type Method Description StartUpdateStartUpdate. setCause(StartUpdateCause cause)
-