Package com.databricks.sdk.service.sql
Class ListDashboardsRequest
- java.lang.Object
-
- com.databricks.sdk.service.sql.ListDashboardsRequest
-
@Generated public class ListDashboardsRequest extends Object
Get dashboard objects
-
-
Constructor Summary
Constructors Constructor Description ListDashboardsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ListOrder
getOrder()
Long
getPage()
Long
getPageSize()
String
getQ()
int
hashCode()
ListDashboardsRequest
setOrder(ListOrder order)
ListDashboardsRequest
setPage(Long page)
ListDashboardsRequest
setPageSize(Long pageSize)
ListDashboardsRequest
setQ(String q)
String
toString()
-
-
-
Method Detail
-
setOrder
public ListDashboardsRequest setOrder(ListOrder order)
-
getOrder
public ListOrder getOrder()
-
setPage
public ListDashboardsRequest setPage(Long page)
-
getPage
public Long getPage()
-
setPageSize
public ListDashboardsRequest setPageSize(Long pageSize)
-
getPageSize
public Long getPageSize()
-
setQ
public ListDashboardsRequest setQ(String q)
-
getQ
public String getQ()
-
-