Uses of Class
com.databricks.sdk.service.sql.ListDashboardsRequest
-
Packages that use ListDashboardsRequest Package Description com.databricks.sdk.service.sql -
-
Uses of ListDashboardsRequest in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return ListDashboardsRequest Modifier and Type Method Description ListDashboardsRequestListDashboardsRequest. setOrder(ListOrder order)ListDashboardsRequestListDashboardsRequest. setPage(Long page)ListDashboardsRequestListDashboardsRequest. setPageSize(Long pageSize)ListDashboardsRequestListDashboardsRequest. setQ(String q)Methods in com.databricks.sdk.service.sql with parameters of type ListDashboardsRequest Modifier and Type Method Description Iterable<Dashboard>DashboardsAPI. list(ListDashboardsRequest request)Get dashboard objects.ListResponseDashboardsService. list(ListDashboardsRequest listDashboardsRequest)Get dashboard objects.
-