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