Uses of Class
com.databricks.sdk.service.jobs.RunType
-
Packages that use RunType Package Description com.databricks.sdk.service.jobs -
-
Uses of RunType in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return RunType Modifier and Type Method Description RunTypeBaseRun. getRunType()RunTypeRun. getRunType()static RunTypeRunType. valueOf(String name)Returns the enum constant of this type with the specified name.static RunType[]RunType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.jobs with parameters of type RunType Modifier and Type Method Description BaseRunBaseRun. setRunType(RunType runType)RunRun. setRunType(RunType runType)
-