Uses of Class
com.databricks.sdk.service.sql.ListOrder
-
Packages that use ListOrder Package Description com.databricks.sdk.service.sql -
-
Uses of ListOrder in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return ListOrder Modifier and Type Method Description ListOrder
ListDashboardsRequest. getOrder()
static ListOrder
ListOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListOrder[]
ListOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sql with parameters of type ListOrder Modifier and Type Method Description ListDashboardsRequest
ListDashboardsRequest. setOrder(ListOrder order)
-