CompletableFuture<DashboardList> |
DashboardListsApi.createDashboardListAsync(DashboardList body)
Create a dashboard list.
|
ApiResponse<DashboardList> |
DashboardListsApi.createDashboardListWithHttpInfo(DashboardList body)
Create an empty dashboard list.
|
CompletableFuture<ApiResponse<DashboardList>> |
DashboardListsApi.createDashboardListWithHttpInfoAsync(DashboardList body)
Create a dashboard list.
|
CompletableFuture<DashboardList> |
DashboardListsApi.getDashboardListAsync(Long listId)
Get a dashboard list.
|
ApiResponse<DashboardList> |
DashboardListsApi.getDashboardListWithHttpInfo(Long listId)
Fetch an existing dashboard list's definition.
|
CompletableFuture<ApiResponse<DashboardList>> |
DashboardListsApi.getDashboardListWithHttpInfoAsync(Long listId)
Get a dashboard list.
|
CompletableFuture<DashboardList> |
DashboardListsApi.updateDashboardListAsync(Long listId,
DashboardList body)
Update a dashboard list.
|
ApiResponse<DashboardList> |
DashboardListsApi.updateDashboardListWithHttpInfo(Long listId,
DashboardList body)
Update the name of a dashboard list.
|
CompletableFuture<ApiResponse<DashboardList>> |
DashboardListsApi.updateDashboardListWithHttpInfoAsync(Long listId,
DashboardList body)
Update a dashboard list.
|