Uses of Class
com.databricks.sdk.service.pipelines.UpdateInfoState
-
Packages that use UpdateInfoState Package Description com.databricks.sdk.service.pipelines -
-
Uses of UpdateInfoState in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return UpdateInfoState Modifier and Type Method Description UpdateInfoStateUpdateInfo. getState()static UpdateInfoStateUpdateInfoState. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateInfoState[]UpdateInfoState. 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 UpdateInfoState Modifier and Type Method Description UpdateInfoUpdateInfo. setState(UpdateInfoState state)
-