public static class DashboardsApi.ListDashboardsOptionalParameters extends Object
Constructor and Description |
---|
ListDashboardsOptionalParameters() |
Modifier and Type | Method and Description |
---|---|
DashboardsApi.ListDashboardsOptionalParameters |
filterDeleted(Boolean filterDeleted)
Set filterDeleted.
|
DashboardsApi.ListDashboardsOptionalParameters |
filterShared(Boolean filterShared)
Set filterShared.
|
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)Copyright © 2022. All rights reserved.