Uses of Class
com.influxdb.client.domain.CellUpdate
-
Uses of CellUpdate in com.influxdb.client
Modifier and TypeMethodDescriptionDashboardsApi.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). -
Uses of CellUpdate in com.influxdb.client.domain
Modifier and TypeMethodDescription -
Uses of CellUpdate in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.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.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.