| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCell |
CreateCell.h(Integer h) |
CreateCell |
CreateCell.name(String name) |
CreateCell |
CreateCell.usingView(String usingView) |
CreateCell |
CreateCell.w(Integer w) |
CreateCell |
CreateCell.x(Integer x) |
CreateCell |
CreateCell.y(Integer y) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.