Uses of Class
com.databricks.sdk.service.jobs.ListRunsRunType
-
Packages that use ListRunsRunType Package Description com.databricks.sdk.service.jobs -
-
Uses of ListRunsRunType in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return ListRunsRunType Modifier and Type Method Description ListRunsRunTypeListRunsRequest. getRunType()static ListRunsRunTypeListRunsRunType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListRunsRunType[]ListRunsRunType. 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 ListRunsRunType Modifier and Type Method Description ListRunsRequestListRunsRequest. setRunType(ListRunsRunType runType)
-