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