Uses of Class
com.databricks.sdk.service.sql.ListResponse
-
Packages that use ListResponse Package Description com.databricks.sdk.service.sql -
-
Uses of ListResponse in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return ListResponse Modifier and Type Method Description ListResponseDashboardsService. list(ListDashboardsRequest listDashboardsRequest)Get dashboard objects.ListResponseListResponse. setCount(Long count)ListResponseListResponse. setPage(Long page)ListResponseListResponse. setPageSize(Long pageSize)ListResponseListResponse. setResults(Collection<Dashboard> results)
-