public static class DashboardsApi.ListDashboardsOptionalParameters extends Object
| Constructor and Description |
|---|
ListDashboardsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
DashboardsApi.ListDashboardsOptionalParameters |
count(Long count)
Set count.
|
DashboardsApi.ListDashboardsOptionalParameters |
filterDeleted(Boolean filterDeleted)
Set filterDeleted.
|
DashboardsApi.ListDashboardsOptionalParameters |
filterShared(Boolean filterShared)
Set filterShared.
|
DashboardsApi.ListDashboardsOptionalParameters |
start(Long start)
Set start.
|
public DashboardsApi.ListDashboardsOptionalParameters filterShared(Boolean filterShared)
filterShared - When true, this query only returns shared custom created or
cloned dashboards. (optional)public DashboardsApi.ListDashboardsOptionalParameters filterDeleted(Boolean filterDeleted)
filterDeleted - When true, this query returns only deleted custom-created
or cloned dashboards. This parameter is incompatible with filter[shared].
(optional)public DashboardsApi.ListDashboardsOptionalParameters count(Long count)
count - The maximum number of dashboards returned in the list. (optional, default to
100)public DashboardsApi.ListDashboardsOptionalParameters start(Long start)
start - The specific offset to use as the beginning of the returned response. (optional)Copyright © 2024. All rights reserved.