Uses of Class
com.databricks.sdk.service.jobs.ViewType
-
Packages that use ViewType Package Description com.databricks.sdk.service.jobs -
-
Uses of ViewType in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return ViewType Modifier and Type Method Description ViewTypeViewItem. getType()static ViewTypeViewType. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewType[]ViewType. 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 ViewType Modifier and Type Method Description ViewItemViewItem. setType(ViewType typeValue)
-