| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
Cell |
DashboardsApi.addCell(CreateCell createCell,
Dashboard dashboard)
Create a dashboard cell.
|
Cell |
DashboardsApi.addCell(CreateCell createCell,
String dashboardID)
Create a dashboard cell.
|
Cell |
DashboardsApi.updateCell(CellUpdate cellUpdate,
String cellID,
String dashboardID)
Update the non positional information related to a cell
(because updates to a single cells positional data could cause grid conflicts).
|
| Modifier and Type | Method and Description |
|---|---|
View |
DashboardsApi.addCellView(View view,
Cell cell,
Dashboard dashboard)
Add the view to a cell.
|
void |
DashboardsApi.deleteCell(Cell cell,
Dashboard dashboard)
Delete a dashboard cell.
|
View |
DashboardsApi.getCellView(Cell cell,
Dashboard dashboard)
Retrieve the view for a cell in a dashboard.
|
View |
DashboardsApi.updateCellView(View view,
Cell cell,
Dashboard dashboard)
Update the view for a cell.
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
DashboardsApi.replaceCells(List<Cell> cells,
Dashboard dashboard)
Replace a dashboards cells.
|
Dashboard |
DashboardsApi.replaceCells(List<Cell> cells,
String dashboardID)
Replace a dashboards cells.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellWithViewProperties
CellWithViewProperties
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
Cell.h(Integer h) |
Cell |
Cell.id(String id) |
Cell |
Cell.links(CellLinks links) |
Cell |
Cell.viewID(String viewID) |
Cell |
Cell.w(Integer w) |
Cell |
Cell.x(Integer x) |
Cell |
Cell.y(Integer y) |
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
Dashboard.getCells()
Get cells
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
Dashboard.addCellsItem(Cell cellsItem) |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
Dashboard.cells(List<Cell> cells) |
void |
Dashboard.setCells(List<Cell> cells) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Cell> |
DashboardsService.patchDashboardsIDCellsID(String dashboardID,
String cellID,
CellUpdate cellUpdate,
String zapTraceSpan)
Update the non-positional information related to a cell
Updates the non positional information related to a cell.
|
retrofit2.Call<Cell> |
CellsService.patchDashboardsIDCellsID(String dashboardID,
String cellID,
CellUpdate cellUpdate,
String zapTraceSpan)
Update the non-positional information related to a cell
Updates the non positional information related to a cell.
|
retrofit2.Call<Cell> |
DashboardsService.postDashboardsIDCells(String dashboardID,
CreateCell createCell,
String zapTraceSpan)
Create a dashboard cell
|
retrofit2.Call<Cell> |
CellsService.postDashboardsIDCells(String dashboardID,
CreateCell createCell,
String zapTraceSpan)
Create a dashboard cell
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Dashboard> |
DashboardsService.putDashboardsIDCells(String dashboardID,
List<Cell> cell,
String zapTraceSpan)
Replace cells in a dashboard
Replaces all cells in a dashboard.
|
retrofit2.Call<Dashboard> |
CellsService.putDashboardsIDCells(String dashboardID,
List<Cell> cell,
String zapTraceSpan)
Replace cells in a dashboard
Replaces all cells in a dashboard.
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.