All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
DashboardListAddItemsResponse |
createDashboardListItems(Long dashboardListId,
DashboardListAddItemsRequest body)
Add Items to a Dashboard List.
|
CompletableFuture<DashboardListAddItemsResponse> |
createDashboardListItemsAsync(Long dashboardListId,
DashboardListAddItemsRequest body)
Add Items to a Dashboard List.
|
ApiResponse<DashboardListAddItemsResponse> |
createDashboardListItemsWithHttpInfo(Long dashboardListId,
DashboardListAddItemsRequest body)
Add dashboards to an existing dashboard list.
|
CompletableFuture<ApiResponse<DashboardListAddItemsResponse>> |
createDashboardListItemsWithHttpInfoAsync(Long dashboardListId,
DashboardListAddItemsRequest body)
Add Items to a Dashboard List.
|
DashboardListDeleteItemsResponse |
deleteDashboardListItems(Long dashboardListId,
DashboardListDeleteItemsRequest body)
Delete items from a dashboard list.
|
CompletableFuture<DashboardListDeleteItemsResponse> |
deleteDashboardListItemsAsync(Long dashboardListId,
DashboardListDeleteItemsRequest body)
Delete items from a dashboard list.
|
ApiResponse<DashboardListDeleteItemsResponse> |
deleteDashboardListItemsWithHttpInfo(Long dashboardListId,
DashboardListDeleteItemsRequest body)
Delete dashboards from an existing dashboard list.
|
CompletableFuture<ApiResponse<DashboardListDeleteItemsResponse>> |
deleteDashboardListItemsWithHttpInfoAsync(Long dashboardListId,
DashboardListDeleteItemsRequest body)
Delete items from a dashboard list.
|
ApiClient |
getApiClient()
Get the API client.
|
DashboardListItems |
getDashboardListItems(Long dashboardListId)
Get items of a Dashboard List.
|
CompletableFuture<DashboardListItems> |
getDashboardListItemsAsync(Long dashboardListId)
Get items of a Dashboard List.
|
ApiResponse<DashboardListItems> |
getDashboardListItemsWithHttpInfo(Long dashboardListId)
Fetch the dashboard list’s dashboard definitions.
|
CompletableFuture<ApiResponse<DashboardListItems>> |
getDashboardListItemsWithHttpInfoAsync(Long dashboardListId)
Get items of a Dashboard List.
|
void |
setApiClient(ApiClient apiClient)
Set the API client.
|
DashboardListUpdateItemsResponse |
updateDashboardListItems(Long dashboardListId,
DashboardListUpdateItemsRequest body)
Update items of a dashboard list.
|
CompletableFuture<DashboardListUpdateItemsResponse> |
updateDashboardListItemsAsync(Long dashboardListId,
DashboardListUpdateItemsRequest body)
Update items of a dashboard list.
|
ApiResponse<DashboardListUpdateItemsResponse> |
updateDashboardListItemsWithHttpInfo(Long dashboardListId,
DashboardListUpdateItemsRequest body)
Update dashboards of an existing dashboard list.
|
CompletableFuture<ApiResponse<DashboardListUpdateItemsResponse>> |
updateDashboardListItemsWithHttpInfoAsync(Long dashboardListId,
DashboardListUpdateItemsRequest body)
Update items of a dashboard list.
|