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 UpdateStateInfoState
UpdateStateInfo. getState()
static UpdateStateInfoState
UpdateStateInfoState. 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 UpdateStateInfo
UpdateStateInfo. setState(UpdateStateInfoState state)
-