| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
CellUpdate |
CellUpdate.h(Integer h) |
CellUpdate |
CellUpdate.w(Integer w) |
CellUpdate |
CellUpdate.x(Integer x) |
CellUpdate |
CellUpdate.y(Integer y) |
| 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.
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.